Does Quiz allow for Student Instructions?

Does Quiz allow for Student Instructions?

by Richard Werner -
Number of replies: 4

I am creating a vocabulary quiz which is comprised of 4 parts:  definitions, synonyms, antonyms, and fill in the blank. I have made each one of these parts it's own category in the question bank.  However, each of these parts requires its own unique set of instructions to the student.  For example, in the synonyms section students must "choose the letter that most nearly means the same".... whereas for the antonyms section students must "choose the letter that most nearly means the opposite."

How do I include student instructions for each of the 4 parts of my quiz?

Thanks

Average of ratings: -
In reply to Richard Werner

Re: Does Quiz allow for Student Instructions?

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
Create a 'question' of type Description, and add it to the quiz at the start of each section.
In reply to Tim Hunt

Re: Does Quiz allow for Student Instructions?

by Richard Werner -

So simple.  Why didn't I think of that.  I assume this means I can't shuffle the questions.  Or is there a way to fix the Description question in place?

Thanks!

In reply to Richard Werner

Re: Does Quiz allow for Student Instructions?

by Tim Hunt -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
No, you can't use shuffle, but you can use random questions.

Suppose each of your categories
  • definitions
  • synonyms
  • antonyms
  • fill in the blank
contain 3 questions.

Then you can build your quiz like
  • definitions description
  • Random question from category 'definitions'
  • Random question from category 'definitions'
  • Random question from category 'definitions'
  • synonyms description
  • Random question from category 'synonyms'
  • Random question from category 'synonyms'
  • Random question from category 'synonyms'
  • antonyms description
  • Random question from category 'antonyms'
  • Random question from category 'antonyms'
  • Random question from category 'antonyms'
  • fill in the blank description
  • Random question from category 'fill in the blank'
  • Random question from category 'fill in the blank'
  • Random question from category 'fill in the blank'
Average of ratings: Useful (1)
In reply to Tim Hunt

Re: Does Quiz allow for Student Instructions?

by M J -

This is marvelous. It's something I really want.

MJ