Feedback shown for correct answer when correct choice is the last one.
-
The sample below will show the feedback when the correct choice is made. This appears to be because the correct answer is the last choice and the [fx] appears right after it. Still marked as correct, but feedback should only be display on incorrect answers.
Thank you for a great tool!
[qwiz repeat_incorrect=”false” random=”true”]
[q]Which data type is considered to be an unsigned value (representing only positive values)?
[c]int
[c]byte
[c]short
[c*]char
[fx]The integral primitive data types are considered to be signed values with the exception ofchar
which represents characters and is unsigned.
[/qwiz]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Feedback shown for correct answer when correct choice is the last one.’ is closed to new replies.