Posts made by Joseph Rézeau

Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

This is due to the very nature of the Cloze question type, which is supposed to comprise any number of sub-questions. If feedback for each sub-question were displayed under the Cloze question text, how would the student relate which feedback relates to which sub-question? With a fairly large number of sub-questions, the screen could become really cluttered and incomprehensible.😉

I don't quite see how the current behaviour is a problem. All you have to do is to inform your students that they need to hover (or click) on the correct/incorrect icons which follow their response in the Cloze question text. Please note that if a student clicks on the very first response, then they can navigate to the other feedback messages by using the Tab key.

Average of ratings: Useful (5)
Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators

Is that what you want? Example taken from the documentation.

The capital of France is {1:SHORTANSWER:%100%Paris#Congratulations! ~%50%Marseille#No, that is the second largest city in France (after Paris).~*#Wrong answer. The capital of France is Paris, of course.}.

Picture of Core developers Picture of Plugin developers Picture of Testers Picture of Translators
1.- This revised set of CSS rules should remove the vertical white spaces left by un-answered questions:
#page-mod-questionnaire-myreport .qn-container .unselected,
#page-mod-questionnaire-myreport .qn-container:has(.qn-question.unselected),
#page-mod-questionnaire-myreport .qn-info:has(.unselected),
#page-mod-questionnaire-myreport .qn-container img.req {
  display: none;
}
2.- For the Adaptable theme, put this CSS set of rules here: 
YOURMOODLESITE/admin/settings.php?section=themesettingadaptable#theme_adaptable_customcss
or 
Apply your own modifications

Here you can find various settings to add your own CSS to the theme.

I've tested and it works OK

Note, if you still have the issue with large vertical space, if you have a questionnaire in English with lots of branching questions, you could export it and attach it to your reply on the forum. If it contains sensible data you can attach it to an email that you can send to my email address (in my Moodle profile).

Hope that helps,

Joseph