Show Quiz Description on Question Page

Show Quiz Description on Question Page

על ידי Paul Haydock בתאריך
מספר תגובות: 9

Hey,

I've taken a brief look at the code for the quiz module and it'll take me a while to get my head around it I reckon. 

What I want to change is a couple of things, but one is quite important. I'm using the quiz module to do a reading test, I'm an English language teacher, and I want to display the quiz description box on the page with the questions. Rather than a memory activity, I want the students to read a question and then find the answer in the text.

A minor change, though complex in nature I'd guess, is I'd just like to restyle the appearance of the questions. For example, I'm teaching an IELTS program and two question types we have are multiple choice and form completion. I'd just like to change the appearance a bit so I can represent a set of short answer questions within a form.

I'm not afraid to delve into the code if required, but some pointers in the right direction would be greatly appreciated.

Thanks in advance for your help and advice. 

Paul

ממוצע דרוגים: -
בתגובה ל: Paul Haydock

Re: Show Quiz Description on Question Page

על ידי Tim Hunt בתאריך
תמונה של Core developers תמונה של Documentation writers תמונה של Particularly helpful Moodlers תמונה של Peer reviewers תמונה של Plugin developers

Use the 'Description' question type to show the text on the same page as the questions. https://docs.moodle.org/33/en/Description_question_type

Use the Cloze question type to make a form-filling-in question https://docs.moodle.org/33/en/Embedded_Answers_(Cloze)_question_type


בתגובה ל: Tim Hunt

Re: Show Quiz Description on Question Page

על ידי Marcus Green בתאריך
תמונה של Core developers תמונה של Particularly helpful Moodlers תמונה של Plugin developers תמונה של Testers

If you decide to use the Cloze question type and if you can get additional plugins installed on your instance of Moodle I reccomend you get one or both of these plugins installed as well

https://docs.moodle.org/33/en/Cloze_editor_module

The syntax for Cloze can be complex to learn and those tools make it much easier to use.


בתגובה ל: Tim Hunt

Re: Show Quiz Description on Question Page

על ידי Andy Anderson בתאריך

Thanks, Tim — the Description does what I need. Unfortunately it means duplicating the description from the quiz itself, which should be unnecessary (and is a pain because it requires re-insertion of images). And there is the other issue that occurs when you randomize questions (not in my case, thankfully).

Ideally, I think, there would be a checkbox on the quiz settings itself along the lines of “Display description at the beginning of each page of the quiz.” 

— Andy

בתגובה ל: Andy Anderson

Re: Show Quiz Description on Question Page

על ידי Emma Richardson בתאריך
תמונה של Documentation writers תמונה של Particularly helpful Moodlers תמונה של Plugin developers

Are description questions not immune to random question ordering?  I would think they should be.  Also, you should be able to duplicate on each page without re-insertion of images using the duplicate question feature.

בתגובה ל: Emma Richardson

Re: Show Quiz Description on Question Page

על ידי Andy Anderson בתאריך

You’re right, description questions are immune to randomization — I scanned that topic too quickly when searching for the answer to my own question and misunderstood that the person actually wanted to randomize them for some reason.

Anyway, what I’m trying to do is copy the “quiz description”, from the quiz itself, into a “description question”, so that it shows up above the actual questions. I can’t simply duplicate the quiz description, I have to copy and paste it into the description question, and the image links aren’t preserved (I’m working in 3.2).

— Andy

בתגובה ל: Andy Anderson

Re: Show Quiz Description on Question Page

על ידי Mira Vogel בתאריך

Hello,

As far as I can tell, the Description questions aren't immune to random ordering but are shuffled along with the other questions if I enable the Shuffle checkbox. I hit 'Start a new preview' a few times and the Description questions moves its order along with the other.

(I'd like mine to remain at the end of a shuffled Quiz to remind students that they need to click 'Submit all and finish'.)

Have others managed to make them immune to randomisation?

Thanks,

Mira

בתגובה ל: Mira Vogel

Re: Show Quiz Description on Question Page

על ידי Mira Vogel בתאריך

Ah, I see - put the Description question in a section on its own, and don't check the Shuffle checkbox for that section.

m