Authoring quick start 9: setting up a quiz
1 - First question | 2 - Question variables | 3 - Feedback | 4 - Randomisation | 5 - Question tests | 6 - question library | 7 - Multipart questions | 8 - Simplification | 9 - Quizzes
This part of the authoring quick start guide deals with setting up a Moodle quiz. The following video explains the process:
Introduction
The purpose of this document is to provide a basic guide to some of the steps that need to be taken when setting up mathematics questions in a Moodle quiz. We assume you are using STACK question which you have written or imported. Note, this guide risks duplicating the Moodle quiz documentation, which should also be consulted.
Constructing a Moodle quiz
Once you have constructed a question bank (either by importing them or writing them yourselves) you can put them into a Moodle quiz.
Included within the STACK sample materials is a "Syntax quiz", and it is recommended that you put a copy of this on your own page. This lets students can practice the syntax of how to enter answers into a STACK quiz before they try a specific quiz for your module, and also checks that they can read the mathematics on their machine.
Question behaviours
Question behaviours dictate how many attempts students are given and how penalties are distributed. There are a number of question behaviours available for a Moodle quiz. The most important are:
Immediate feedback, which only lets students have one try at each question, but gives feedback either immediately after answering a question, or only when all questions are answered and submitted. This is useful for standard formative/summative quizzes.
Deferred feedback, which only lets students have one try at each question, and does not give feedback until after some given date. This is useful for examinations and coursework quizzes where you don't want students to share worked solutions.
Interactive with multiple tries, which lets students have a finite amount of tries to solve the question, with a hint being displayed after each. It deducts a penalty mark for each incorrect attempt. This is useful for formative quizzes where you want to give hints. Note that the amount of attempts is set as one more than the amount of Hints
given in each question. Hints
are found under the Options
section when editing a question.
Adaptive, which lets the student have as many tries as they want, but deducts a penalty from the total score of the question for each time the student got the answer wrong. This is useful for testing questions and for informal practice quizzes.
Setting up the quiz
- Go to the Moodle page and click
Turn editing on
. - Go to the block where you want to put the quiz or add an additional block and click
Add an activity or resource
, clickQuiz
and thenAdd
. - Give the quiz a name and put any description you want in the Description box. LaTeX can be used here if you want.
- Click on
Timing
and fix the opening and closing times. - Click on
Grade
and fix theAttempts allowed
. E.g. you could useUnlimited
for a practice quiz and1
for a coursework quiz. - Click on
Question behaviour
and choose your desired question behaviour, as discussed above. - Under
Review options
, you can choose what students are allowed to see during or after the quiz. This includes options such as whether their answer is correct, their mark and feedback. We recommend turning offRight answer
for both practice and coursework quizzes, and allowingGeneral feedback
(worked solution) to be on for a practice quiz, but off for coursework quizzes. - Finish by clicking
Save and return to course
.
You can toggle whether students can see the quiz/topic by clicking Edit
and Show
.
Note, the Moodle question bank will automatically create a category for the quiz. It is sometimes sensible to put all the questions used in the quiz into this category, but note that you will only see the category if you have previously navigated to the quiz.
Adding questions
Click on the quiz, and then Edit quiz
.
- Click
Add
then clickfrom question bank
, select a category then one or more of the STACK questions you have created. - Click
Add selected questions to the quiz
then clickSave
and return to the main module page.
To preview the quiz, click on it, then click Preview quiz now
.
Extra time
If you have students who need extra time you need to set up Groups
with these students in. Here is an example for a group of students who need 25% extra time.
- Under
Course Adminstration
, click onUsers
, thenGroups
, thenCreate group
. - Give the group a name, e.g. "25% extra time". You can put more details of who the group is for in the
Group description
box. ClickSave changes
. Add/remove users
, then click on the ID for a particular student for this group and clickAdd
to put them in the group. Repeat for each student who needs to be in this group.- Go back and click on the Moodle quiz. In the
Quiz Adminstration
, click onGroup overrides
, then clickAdd group override
, choose the relevant group, set the appropriateTime limit
for the quiz for that group and clickSave
.
Viewing results
To see the students' results in for a particular quiz, go the the quiz, then under Quiz adminstration
click on Results
, then Grades
. This will let you see all attempts, with the overall grade and the grade for each question. You can choose to download the results in Excel here as well.
Next steps
You should now be able to work with quizzes in Moodle.
This concludes the authoring quick start guide. The STACK documentation is comprehensive, and there are many things you might want to look at next. For example, you can
- learn about more input types,
- learn about more answer tests,
- add plots to your CASText fields,
- add support for multiple languages,
- learn about using equivalence reasoning,
- read about Curve sketching.
- look at more information on Maxima, particularly the Maxima documentation if you are not very familiar with Maxima's syntax and function names. A graphical Maxima interface like wxMaxima can also be very helpful for finding the appropriate Maxima commands easily.