Note: You are currently viewing documentation for Moodle 2.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Quiz module.

Quiz module: Difference between revisions

From MoodleDocs
m (Added *[https://docs.moodle.org/dev/Goals_of_an_online_assessment_system Goals of an online assessment system] in the Developer's documentation)
Line 13: Line 13:
== Features ==
== Features ==


<b>Features for Students</b>
* Identify which learning objectives/quiz questions they know well and which they need to learn more about
* Receive feedback that relates to their specific understanding of a topic
* Improve on areas where their understanding is weak by answering similar questions, when [https://docs.moodle.org/28/en/Question_bank question banks]/pools are used.
<b>Features for Teachers</b>
* Identify topics where students need more help by looking at the [https://docs.moodle.org/28/en/Quiz_reports#Item_analysis item analysis of a quiz]
* Provide the specific type of feedback they want to give students, since there are [https://docs.moodle.org/28/en/Quiz_settings#Review_options many feedback features]
* Provide self-study quizzes that are [https://docs.moodle.org/28/en/Building_Quiz#Assigning_points_to_questions not graded]
* Provide quizzes that [https://docs.moodle.org/28/en/Building_Quiz#Assigning_points_to_questions are graded] and provide several security methods that minimize the chance of cheating, such as randomizing [https://docs.moodle.org/28/en/Quiz_settings#Layout questions] or https://docs.moodle.org/28/en/Quiz_settings#Question_behaviour answers].
* Quizzes can be [[Quiz settings|configured]] to allow multiple attempts. Each attempt at a question is automatically marked, and the teacher can choose whether to give feedback and/or show the correct answers.  
* Quizzes can be [[Quiz settings|configured]] to allow multiple attempts. Each attempt at a question is automatically marked, and the teacher can choose whether to give feedback and/or show the correct answers.  
There are many ways to [[Using Quiz|use a quiz]].
There are many ways to [[Using Quiz|use a quiz]].

Revision as of 11:05, 15 September 2015


The Quiz activity module allows the teacher to design and build quizzes consisting of a large variety of Question types, including multiple choice, true-false, and short answer questions. These questions are kept in the Question bank and can be re-used in different quizzes.

Quizexample.png

Features

Features for Students

  • Identify which learning objectives/quiz questions they know well and which they need to learn more about
  • Receive feedback that relates to their specific understanding of a topic
  • Improve on areas where their understanding is weak by answering similar questions, when question banks/pools are used.

Features for Teachers

There are many ways to use a quiz.

  • Feedback about performance and self-assessment are important parts of a learning environment. There are several ways to give feedback to students: on each question or overall. The quiz module can display feedback and scores at different times during the quiz, using the review options in the Quiz settings.
  • A wide variety of Quiz reports (in addition to Grades) are available for use by the teacher. Quiz reports not only can focus on a single student's attempt to answer each question, but also can perform a robust item analysis of a question's validity based upon aggregated student responses.
  • A single quiz can automatically select random and/or specific questions from different categories of questions.
  • The quiz settings allow different display methods. They can randomize the questions for each student and or randomize the answers for each student.
  • The teacher can determine the number of questions on each page of questions the student sees. The teacher can change the position of any question in the quiz. It is possible to put a label with information any place between questions.
  • The teacher can choose how questions behave during the quiz. It can be like a classic test, where the student gets no feedback while attempting the test, only later. Alternatively, Moodle can reveal the grades and/or feedback to the student during the quiz, and perhaps even give them another chance to answer the question (for fewer marks) having read the feedback.

The about list only mentions a few features of the quiz module and how it works with the question bank. Please follow the links on this page to learn more.

See also