Custom Feedback

Custom Feedback is a powerful new feature in Question Writer 4 but there’s only one thing you need to remember to use it effectively. With Custom Feedback, an evaluation is made, and if the evaluation is true, the feedback is displayed. The evaluation is usually to check if a score is greater or less than a particular value; the feedback is usually just content displayed on the screen. Remember this, and you’ll have about 80% of the usefulness of this feature. I’ll talk about the other 20% later below.
Let’s have a look at an example. Here’s an Italy quiz with 5 questions, I’ve labelled three to be scored as ‘Geography’ and two to be scored as ‘History’.
fivequestions.png
The first piece of feedback is used to display the separate scores for history and geography. The condition node is empty and so it always evaluates as true. The feedback is thus always shown.
feedback1.png
The second piece of feedback evaluates the ‘geography’ score, and if it is less than 20 the condition evaluates to ‘true’ and so displays the simple message. The third piece of feedback does the same, but for the ‘history’ score.
feedback2.png
As for the other 20% . . . there are two things to know. The Condition can contain And, Or and Not nodes, so evaluations can take place that depend on multiple scores, or one thing being true and another being false, or any one of a number of things being true. The feedback can also redirect the user to another part of the quiz – maybe to bounce the user back into the question if he answered incorrectly, or to skip a question based on a response given by the user. More about this in a later blog post about Skipping and Branching.
Links: Try out the quiz in your browser. Download the source (.qwz) for the quiz.
Make sure to use the latest version of QW when using feedback (Currently QW Beta 4.0.3812)

This entry was posted in Quiz Software Updates. Bookmark the permalink.

Comments are closed.