wiki:Quizzes

What is the Quiz activity

The Quiz activity in Moodle 4.0 is a tool that allows teachers to create and deliver assessments to their students. It supports a wide variety of question types, including multiple choice, true/false, fill-in-the-blank, and essay questions. Teachers can also add images, videos, and audio clips to their questions.

Quizzes can be graded automatically or manually. For automatically graded quizzes, the system will automatically assign students a score based on their answers. For manually graded quizzes, teachers will need to review student responses and assign scores manually.Students can take quizzes multiple times, and teachers can control how many attempts students are allowed and whether students can see their scores after each attempt.

01 - How is it set up

Scenario:

Assume you need to add quizzes for the "Networking" subject, which is part of the BSc - IT program under Semester 01. You are responsible for setting up a quiz in Moodle to assess students' understanding of the "Introduction to Networking" topic.

Steps to Add a Quiz in Moodle:
  1. Log in to Moodle:
    • Access Moodle with your credentials as a teacher or with administrative privileges.
  1. Navigate to the Course:
    • From the Moodle dashboard, navigate to "BSc - IT."
    • Go to "Semester 01."
    • Click on the "Networking" course.
  1. Turn Editing On:
    • Within the "Networking" course, look for the "Turn editing on" button. This is usually located in the top-right corner of the course page.
    • Click on "Turn editing on."
  1. Add a Quiz:
    • Scroll to the section where you want to add the quiz (e.g., Week 1, Topic 1).
    • Click on the "Add an activity or resource" link within that section.
    • From the pop-up window, select "Quiz" and click "Add."
  1. Configure Quiz Settings:
    • Quiz Name: Enter a name for the quiz (e.g., "Introduction to Networking Quiz").
    • Description: Provide a brief description or instructions for the quiz.
    • Display Description on Course Page: Check this box if you want the description to appear on the course page.
  1. Set Timing:
    • Open the Quiz: Set the date and time when the quiz will become available to students.
    • Close the Quiz: Set the date and time when the quiz will close.
    • Time Limit: Optionally, set a time limit for completing the quiz.
  1. Grade Settings:
    • Grade to Pass: Set the minimum grade required to pass the quiz.
    • Attempts Allowed: Choose the number of attempts students are allowed.
  1. Layout:
    • New Page: Decide how many questions will be displayed per page.
  1. Question Behavior:
    • Shuffle Within Questions: Enable shuffling of answer options to prevent cheating.
    • How Questions Behave: Select how questions behave during the quiz (e.g., "Deferred feedback").
  1. Review Options:
    • Choose what information students will see after they attempt the quiz, such as their attempt, whether correct, marks, feedback, etc.
  1. Save and Display:
    • Scroll down and click on "Save and display" to finalize the quiz setup.
  1. Add Questions to the Quiz:
    • On the quiz page, click on "Edit quiz."
    • Click on "Add" and select "a new question."

Steps to Add a Multiple-Choice Question:

Example Multiple-Choice Question:

Question Name: Intro to Networking Q1

Question Text: Which of the following is a key characteristic of a network?

  • Choice 1: A. Nodes connected by links (Correct, Grade: 100%)
  • Choice 2: B. Standalone computers (Grade: None)
  • Choice 3: C. Computers that cannot communicate (Grade: None)
  • Choice 4: D. Devices not connected to any network (Grade: None)
  1. Select Question Type:
    • From the "Choose a question type to add" pop-up window, select "Multiple choice" and click "Add."
  1. Configure Question Settings:
    • Question Name: Enter a name for the question (e.g., "Intro to Networking Q1").
    • Question Text: Enter the question text. For example: "Which of the following is a key characteristic of a network?"
    • Default Mark: Set the point value for the question (e.g., 1).
  1. Set Answer Choices:
    • Choice 1: Enter an answer option (e.g., "A. Nodes connected by links").
    • Choice 2: Enter another answer option (e.g., "B. Standalone computers").
    • Choice 3: Enter another answer option (e.g., "C. Computers that cannot communicate").
    • Choice 4: Enter another answer option (e.g., "D. Devices not connected to any network").
  1. Indicate Correct Answer:
    • Next to the correct answer choice, set the grade to "100%" (e.g., Choice 1: "A. Nodes connected by links").
  1. Save Question:
    • Scroll down and click "Save changes" to add the question to the quiz.
  1. Verify and Finalize the Quiz:
    • Return to the quiz overview page and verify that the question appears as expected.
    • Adjust the quiz layout or settings if needed.
    • Click on "Preview" to see how the quiz will look to students and ensure everything works correctly.

02 - Embed answers - Question type(Short answer questions, Numerical questions, Multi-response answers).

Steps for Adding Embedded Answers (Cloze) Questions in Moodle

Embedded answers (Cloze) questions allow you to create questions that contain multiple sub-questions of various types within a single question. These sub-questions can include short answers, numerical answers, and multiple response answers. Here’s how to create a Cloze question in Moodle with examples for each type:

Steps to Create an Embedded Answers (Cloze) Question:
  1. Log in to Moodle:
    • Access Moodle with your credentials.
  1. Navigate to the Course:
    • From the Moodle dashboard, navigate to "BSc - IT."
    • Go to "Semester 01."
    • Click on the "Networking" course.
  1. Turn Editing On:
    • Within the "Networking" course, look for the "Turn editing on" button. This is usually located in the top-right corner of the course page.
    • Click on "Turn editing on."
  1. Add a Quiz:
    • Scroll to the section where you want to add the quiz (e.g., Week 1, Topic 1).
    • Click on the "Add an activity or resource" link within that section.
    • From the pop-up window, select "Quiz" and click "Add."
  1. Configure Quiz Settings:
    • Quiz Name: Enter a name for the quiz (e.g., "Introduction to Networking Quiz").
    • Description: Provide a brief description or instructions for the quiz.
    • Display Description on Course Page: Check this box if you want the description to appear on the course page.
    • Set other configurations as required (timing, grade, etc.)
    • Scroll down and click "Save and display."
  1. Add Questions to the Quiz:
    • On the quiz page, click on "Edit quiz."
    • Click on "Add" and select "a new question."
  1. Select Question Type:
    • From the "Choose a question type to add" pop-up window, select "Embedded answers (Cloze)" and click "Add."
  1. Configure the Question:
    • Question Name: Enter a name for the question (e.g., "Intro to Networking Cloze Q1").
    • Question Text: Enter the question text using the appropriate Cloze syntax for the embedded answers.
Example of Embedded Answers (Cloze) Question

1. Short Answer Question `plaintext Question Name: Intro to Networking Cloze Q1

Question Text: The primary purpose of a network is to {1:SHORTANSWER:=communication}. Another term for communication in networking is {1:SHORTANSWER:=data exchange}. `

2. Numerical Question `plaintext Question Name: Intro to Networking Cloze Q2

Question Text: The OSI model has {1:NUMERICAL:=7} layers. `

3. Multi-Response Question `plaintext Question Name: Intro to Networking Cloze Q3

Question Text: Select all the layers of the OSI model: {1:MULTICHOICE:=Application Layer~%50%Network Layer~%50%Data Link

Layer~Transport Layer}.

`

### Detailed Cloze Syntax Explanation:

  • Short Answer: {1:SHORTANSWER:=correct answer}
    • {1:SHORTANSWER:=communication}
    • {1:SHORTANSWER:=data exchange}
  • Numerical: {1:NUMERICAL:=correct answer}
    • {1:NUMERICAL:=7}
  • Multi-Response: {1:MULTICHOICE:=correct answer1~correct answer2~correct answer3~distractor}
    • ~%50% indicates that selecting this option gives partial credit if multiple correct answers are possible.
Steps to Finalize the Question:
  1. Save Question:
    • Scroll down and click "Save changes" to add the question to the quiz.
  1. Verify and Finalize the Quiz:
    • Return to the quiz overview page and verify that the embedded answers question appears as expected.
    • Adjust the quiz layout or settings if needed.
    • Click on "Preview" to see how the quiz will look to students and ensure everything works correctly.

03 - Quizzes Student View

Scenario:

Assume you are a student enrolled in the "Networking" subject under the BSc - IT program, Semester 01. You have been assigned a quiz to complete, and you need to access and attempt this quiz in Moodle.

  1. Log in: Navigate to your institution's Moodle login page and enter your username and password.
  2. Navigate to the Course: From the dashboard, click on "BSc - IT," then "Semester 01," and finally on the "Networking" course.
  3. Locate the Quiz: Look for "Introduction to Networking Quiz" in the course section.
  4. Access the Quiz: Click on the quiz name to go to the quiz overview page.
  5. Start the Quiz: Click "Attempt quiz now" to begin.
  6. Complete the Quiz: Answer the questions, such as filling in answers for Cloze questions directly in the text.
  7. Navigate Between Questions: Use navigation options to move between different questions/pages.
  8. Review and Submit: After answering all questions, click "Finish attempt..." then "Submit all and finish."
  9. View Quiz Results: Check your results if available immediately after submission.

By following these steps, you will be able to successfully view and attempt quizzes assigned to you in Moodle. Ensure you understand the instructions and complete all required questions before submitting your quiz.

04 - Quizzes Teachers View

Scenario:

Assume you are a teacher for the "Networking" subject in the BSc - IT program, Semester 01. You need to view, manage, and grade a quiz that you have created for your students.

Steps:
  1. Log in: Navigate to your institution's Moodle login page and enter your teacher username and password.
  2. Navigate to the Course: From the dashboard, click on "BSc - IT," then "Semester 01," and finally on the "Networking" course.
  3. Turn Editing On: Click "Turn editing on" in the top-right corner.
  4. Locate the Quiz: Find "Introduction to Networking Quiz" in the course section and click on it.
  5. View Quiz Overview: On the quiz page, click on "Attempts" to see student attempts.
  6. Preview the Quiz: Click "Preview" to experience the quiz as a student.
  7. Manage Quiz Attempts: In "Attempts," review individual student attempts and responses.
  8. Grade Quiz Attempts: Go to "Manual grading" for questions that need manual scoring, provide grades and feedback, then save.
  9. Review Quiz Results: Click "Results" for an overview of all quiz results and generate necessary reports.
  10. Edit Quiz Settings: Click "Edit settings" to make any necessary changes to the quiz configuration, then save.

By following these steps, you will be able to effectively view, manage, and grade quizzes in Moodle. This ensures that you can monitor student performance, provide feedback, and adjust the quiz settings as needed.

Last modified 3 months ago Last modified on May 31, 2024, 4:46:48 AM
Note: See TracWiki for help on using the wiki.