<question type="CHECK" inlinefeedback="1">
<text>
<p>Which cities are in The Netherlands?</p>
</text>
<hint mintries="1">Your answer is not entirely correct yet.</hint>
<hint mintries="3">One option is really wrong.</hint>
<correct>Well done.</correct>
<option correct="1">
<choice>Amsterdam</choice>
<feedback>Yep, good pick.</feedback>
<feedbackunselected>You have not selected option "Amsterdam".</feedbackunselected>
<feedbackunselected mintries="2">You have not selected option "Amsterdam" after two tries.</feedbackunselected>
</option>
<option correct="-1">
<choice>Willemstad</choice>
<feedback>Willemstad on Curaçao is part of the Netherlands but not in the Netherlands. Selecting it or not selecting it makes no difference.</feedback>
</option>
<option correct="1">
<choice>Delft</choice>
<feedback>Yep, Delft is in The Netherlands</feedback>
</option>
<option correct="0">
<choice>Paris</choice>
<feedback>Nope, Paris is in France.</feedback>
</option>
</question>
I have the same issue as the reporter, for question type option (<question type="option" inlinefeedback="1">) the feedback is still given at the bottom.
Your example is for <question type="CHECK" inlinefeedback="1"> that actually works, but it's a CHECK type of question not an option type of question.
I'll open another issue for the CHECK inlinefeedback.
Happy to help, great module that I'm planning to use a lot, so let me know if I can help with more info for you to be able to reproduce the issue.
Comments
Comment #1
jvdkolk commentedDear Grzegorz,
Could you please post your question XML (tab 'Edit source')? The XML below is taken from http://www.wmmrc.nl/drupal-modules/closedquestion/example-questions/choi..., showing inline feedback.
Comment #2
HylkeVDS commentedComment #3
jvdkolk commentedComment #4
pureh2o commentedDag,
I have the same issue as the reporter, for question type option (
<question type="option" inlinefeedback="1">) the feedback is still given at the bottom.Your example is for
<question type="CHECK" inlinefeedback="1">that actually works, but it's a CHECK type of question not an option type of question.I'll open another issue for the CHECK inlinefeedback.
Happy to help, great module that I'm planning to use a lot, so let me know if I can help with more info for you to be able to reproduce the issue.
Mvg