• 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 of char which represents characters and is unsigned.
    [/qwiz]

    • This topic was modified 3 years, 10 months ago by billjojo.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dan Kirshner

    (@dan-kirshner)

    Thanks! [fx] is an “undocumented feature” in the context of a multiple-choice question, so not sure how you glommed onto that! I think it will work as you expect if you include a correct-choice feedback ([f]):

    [c*] char
    [f] Good!
    [fx]The integral primitive data types...
    Thread Starter billjojo

    (@billjojo)

    Thank you for the quick feedback! Apologies for the delay on testing – was prepping for start of semester.

    Ok, that did work. I did not realize it was undocumented. I inferred from here:

    https://www.qwizcards.com/quizzes-quickstart/#Custom%20feedback

    that is was applicable to MC-style questions.

    • This reply was modified 3 years, 10 months ago by billjojo.
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.