Feedback behaviour for Coderunner ("Set by Quiz/ Force Show")

Feedback behaviour for Coderunner ("Set by Quiz/ Force Show")

de către Felix Di Lenarda-
Număr de răspunsuri: 3

Hello,

we are experiencing unexpected behaviour with the Shown Feedback after the User clicks "CHECK" for his/her answer.

Quiz (version: 2020061500): Settings:

The chosen settings of the quiz

Coderunner (Version: 3.7.9+, 2020092701) Question Settings:
  • Question1: Feedback: Force Show
  1. TestCase: Display: Show
  2. TestCase: Display: Hide
During an Attempt, only the TestCase with Display == Show is Shown as Feedback. We would have expected that  also TestCase 2 is Shown because of the setting: "Feedback: Force Show".

  • Question2: Feedback: Set by Quiz
  1. TestCase: Display: Show
  2. TestCase: Display: Hide
During an Attempt, only the TestCase 1 with Display == Show is Shown as Feedback. This was expected.

Can somebody help to figure out what settings to set to get the expected behaviour when "Force Show" is chosen?

Thank You.
Greetings
Felix
Ca răspuns la Felix Di Lenarda

Re: Feedback behaviour for Coderunner ("Set by Quiz/ Force Show")

de către Richard Lobb-

The Force/Hide show settings relate to the quiz review options, which control display of the entire result table, not to the individual tests within the question. To clarify ...

The rendering of a quiz attempt at different stages in a quiz (during the attempt, after the attempt etc) is controlled by the quiz's Review options. These allow you to control display of individual sections of the rendered question: The attempt, Whether Correct, Marks, Specific Feedback etc. The default settings for all those checkboxes are set by the behaviour mode of the quiz. For example, Specific Feedback is shown in Adaptive mode but not in Deferred Feedback mode.

In CodeRunner questions the result table constitutes the Specific Feedback. CodeRunner questions run in adaptive mode regardless of the quiz settings and usually authors wish to allow students to see the result table so they can correct and resubmit their code. However, in quizzes with a mix of question types teachers often wish to run quizzes in a Deferred Feedback mode so that students don't see any feedback during the attempt, particularly in tests and exams. But that would mean that CodeRunner questions wouldn't display a result table. Hence I provided the option of overriding the quiz settings to show/hide the specific feedback with the Feedback dropdown, which has options of Forcing of Hiding display of the result table regardless of the quiz setttings or of using whatever the quiz settings specify.

Ca răspuns la Richard Lobb

Re: Feedback behaviour for Coderunner ("Set by Quiz/ Force Show")

de către Felix Di Lenarda-

Hello Richard,

your response Time is exceptional. Thanks a lot for your time and work !!! :)

Best regards

Felix Di Lenada

Ca răspuns la Richard Lobb

Re: Feedback behaviour for Coderunner ("Set by Quiz/ Force Show")

de către Thomas Goerttler-
Many thanks, as I also had the question.

Actually everything makes sense, however, it is probably not that intuitive. Otherwise, I do not now how to explain it better, so thanks for the fast clarification.