Moodle: Take online quizzes and exams (2024)

  • Home
  • Moodle and Educational Technology
  • Moodle
  • Moodle for Students

Last Modified on 05/20/2024 1:47 pm EDT

" + "

    "; var el, title, navLink, sectionID, sctn, headerNesting; // Grab all the H2s, H3s, H4s and turn them into TOC titles. // Define the heading levels you want to use in ascending order. // Can add additional headers or remove unneeded. $(".hg-article-body h2, .hg-article-body h3, .hg-article-body h4").each(function() { el = $(this); // Shorthand for the header itself title = el.text(); // The text we write in the editor for the header if (title != '') { // If the [title] is not blank... var anchorTitle, level; anchorTitle = el.text().replace(/([~!@"#$%^&*()_+=`{}\[\]\|\\:;'<>,.\/\? ])+/g, '-').toLowerCase().trim(); // Set all headers to a 0-nesting level. headerNesting = 'header-nesting-0'; // Adjust header-nesting layers so that they point to the correct html tag. // header-nesting-1 should match the second .hg-article-body h# listed above; // header-nesting-2 should match the third, etc. // li-h# classes are used to style the links per header level, independent of indentation. if ($(this).is('h2')) { level = 'li-h2'; } else if ($(this).is('h3')) { headerNesting = 'header-nesting-1'; level = 'li-h3'; } else if ($(this).is('h4')) { headerNesting = 'header-nesting-2'; level = 'li-h4'; } navLink = "#" + anchorTitle; newLine = "
  • " + "" + title + "" + "
  • "; ToC += newLine; // buttonID and buttonLink used for the 'Copy section link to clipboard' button, // as seen in the subsequent lines starting with el.html var buttonID, realURL, buttonLink; buttonID = anchorTitle + '-button'; // Build buttonLink: realURL = window.location.href; // Grab the page URL as seen in the address bar function cleanURL(URL) { // removes any current hash (#) anchor at the end of the URL if (URL.includes("#")) { let end = URL.search("#"); let washedURL = URL.slice(0, end); return washedURL; } else { return realURL; }; }; buttonLink = cleanURL(realURL) + navLink; el.html(''+ '

    '+el.html()+ ''+ '

    '); // Wrap
    elements with unique IDs around the header and its following elements, // up to the next header: // Append '-section' to create a unique identifier for the sections we are defining. sectionID = anchorTitle + '-section'; // .nextUntil() selects all the sibling elements (elements with the same parent) // after the header, until the next header (':header'). // .add() adds additional elements to the selected pool, in this case the header // itself. // .wrapAll() surrounds the group of selected elements with the specified HTML. el.nextUntil(':header').add(el).wrapAll(""); } }); // Take the ToC created above and add /ul, /nav, and /div to close its constituent elements, // setting the complete ToC as all of it together. ToC += "

" + "" + "

"; // Add the complete ToC to the page above (before) this script. $("#snippet-prepend").before(ToC); /* Junk attempt to adjust the scroll of the toc: var topPad = $('#nav-column').css('top'); var navColumnH = $('#nav-column').height() - topPad; $('#nav-column').css('height', 'navColumnH');// navColumnH -= topPad;// $('#nav-column').height({// $('#nav-column').height() - 80;// });// var navColumnH = $('#nav-column').height();// var navBlockH = navColumnH - 80;// $('#nav-block').height(navBlockH); */ // ---- TIPPY ---- // // Tippy tutorial content: https://tippyjs.bootcss.com/creating-tooltips/ // Create tippyTextAttribute plugin to handle setting the content of the tippy instance: // Necessary to cleanly pass the content from the specific instance's reference to the // initializing script. See the Plugins and FAQ sections of above docs for details. const tippyTextAttribute = { name: 'tippyTextAttribute', defaultValue: true, fn() { return { // onShow() effectively resets the content of the tooltip each time it is triggered // to be shown. Allows simple functionality to keep the "Copied! message (written // below in the on('click') function) as long as it is in focus instead of // automatically resetting after a set amount of time. onShow(instance) { if (!instance.props.tippyTextAttribute) { return; } const tippyText = instance.reference.getAttribute('tippy-text'); if (tippyText) { instance.setContent(tippyText); } } }; } }; // Settings for clipboard-button tooltip: tippy(".clipboard-button", { allowHTML: true, // HTML instead of just a text string placement: 'top', // Appear above button hideOnClick: "toggle", // Don't immediately disappear when mouse is removed distance: 9, // Pixel distance from top border of button theme: 'owlbert', // Custom theme; see Tippy CSS section tippyTextAttribute: true, // Generate tooltip based on an attribute [double check] plugins: [tippyTextAttribute], // Enable above }); // On clicking the button, copy the "clipboard-link" to the clipboard and // set the tippy to show "Copied!" message: $(document).on("click", ".clipboard-button", function () { // On click of clipboard button, do: var button = $(this) // button = the button clicked var copyText = button.attr("clipboard-link"); // Simplify code: set link URL as var navigator.clipboard.writeText(copyText); // Copy URL to PC clipboard this._tippy.setContent('Copied!'); // Make the tooltip show 'Copied' // Overwrite the HTML within the clipboard button (replacing the old icon with check icon): button.html(''); // Set the time before the resetClipTip function (below) is run clipboard-check icon resets to original clipboard icon: setTimeout(resetClipTip, 3000); // delay: 3000ms (3 seconds) function resetClipTip() { // Define the resetClipTip function // Overwrite the button's HTML with the original check-less clipboard icon: button.html(''); }; }); });

If taking tests is stressful, taking them online can be even more so! This article explains how the Moodle Quiz activity works and some best practices for ensuring the smoothest experience. Note: we're using the word "Quiz" below since this is Moodle's name for the activity, but we mean any assessment (quiz, test, exam, etc.) created using this activity type.

Before you begin, you need:

  • Registered student or Auditor role in a Moodle course

View Quiz details

  1. Click on a Quiz in your Moodle course. (Quiz activities can have any name, but always have the icon pictured below.)

Moodle: Take online quizzes and exams (1)

  1. Depending on how your instructor configured the quiz, you will instructions and/or details about the quiz, such as:
    • Opens. Earliest date and time that you can take the quiz. (If not listed, you can take it immediately.)
    • Closes.Deadline for completing the quiz: after this point, the Attempt quizbutton disappears and any answers you add toan attempt in progressare marked late. (If not listed, there is no deadline.)
    • Attempt quiz. Visible when a quiz is open for you to take: click to start the quiz.
    • Attempts allowed. How many times you can take the quiz. (If not listed, you haveunlimitedretakes.)
    • Time limit. How much time Moodle gives you for each attempt. (If not listed, the quiz does not have a Moodle-enforced time limit; however, you should still honor any time limits your instructor specifies in the instructions.)
    • Grading method. How the final Quiz grade is determined when multiple attempts are allowed: highest grade (best score), average grade(the mean score of all attempts), last grade (score on your final attempt), orfirst grade (score on your first attempt).

Moodle: Take online quizzes and exams (2)

Take a Quiz

When you are ready to begin a quiz:

  1. Click theQuiz name on the Moodle course page.
  2. Click Attempt quiz.
  3. If there is a Moodle-enforced time limit, you will see a pop-up reminder you that you won't be able to stop or pause the timer once you begin. Click Start attempt when you are ready to begin.

Moodle: Take online quizzes and exams (3)

Warning:Remember that Moodle logsyour activity while you interact with the site, and your instructor can see all activity logs related to the course. (See the College's Moodle Policy for more info.) If you navigate away from the Quiz or view other course resources while taking it, your instructor will know this. Closing the Quiz window or navigating away from it DOES NOT STOP the timer in timed quizzes.

Quiz interface

Once you've started the Quiz, you will see a series of numbered questions.

Moodle: Take online quizzes and exams (4)

There are three main interface areas from left to right: the Question number box, the Question response area, and the Question navigation block.

Question number box

The question number box lists whether you've answered it andits maximum point value (points out of X). If it has been graded it will list how many points of that maximum you've earned.

Moodle: Take online quizzes and exams (5)

Click Flag question if to add marker that you and course instructors/TAs will see. You can use it to flag questions that you want to review later in the attempt, or to mark questions that you want to discuss with your instructor or TA after the quiz closes.

Question response area

This section of the quiz interface contains the questions themselves. If the quiz is timed, the timer appears above it, showing the remaining time in h:mm:ss (when this timer reaches 0:00:00, the quiz will be submitted automatically).

Moodle: Take online quizzes and exams (6)

  • Enter your answers beneath the question text. Depending on the question type, you may need to:
    • Click answer choices to select them (ex. multiple choice, true/false).
    • Drag answer choices to the appropriate spot on an image or in a text.
    • Select answers from drop-down menus.
    • Type your answer into a text field.
  • Click Next page to record your response and move on to the next question. (On the final page, click Finish attempt to go to the Attempt summary page to review and submit your work.)

Important: Moodle autosaves open Quiz pages once a minute as you work. If an autosave fails — for example, because you’ve lost your Internet connection -- Moodle will alert you to note down recent responses before trying to reconnect. Once Moodle restores the connection, it will recover and autosave everything it can, but you may need to re-enter your most recent input.

Quiz navigation block

The Quiz navigation block shows the total number of Quiz questions. (It is inside the "block drawer" on the right side of every Moodle page; click < (Open block drawer) to reveal it if hidden.)

Moodle: Take online quizzes and exams (7)

  • Each question is represented by a numbered blank(unanswered) orgray (answered, ungraded) box. Questions on the current page have a dark border.
  • If the quiz settings allow you to jump around in the quiz, these boxes are links: click on a number to jump to that question.
  • Click Finish attempt link to review (if allowed by the settings) and submit your final answers.

Warning:DON’T use your web browser’s forward and backbuttons to move through a quiz as you may lose work that has not yet autosaved; use the Quiz navigation block or Next page/Previous page buttons instead.

Quiz dos and don’ts

For best results:

  • Don't open other windows or programs while taking the quiz, unless this is required for the quiz and allowed by your instructor.
  • Don't click outside of the quiz window.
  • Do be careful when using a mouse with a scroll wheel: click on a blank area of the quiz page before scrolling to avoid inadvertently changing question responses.
  • Don’t use your web browser's forward and back buttons — use the Next Page and Previous Page buttons or the links in the Quiz Navigation box instead.
  • Don’t worry about losing your work. Moodle autosaves every minute so that your answers aren't lost if you accidentally close the window or lose a connection. When you reopen the quiz, your uncompleted answers should still be there.
  • Do remember that Moodle logsyour activity, and thatyour instructor can see all activity logs related to the course. If you navigate away from a Quiz page or view other course resources, your instructor will know this. See the College's Moodle Policy for more info.

Finish the attempt

When you click the Finish Attempt button or link, Moodle will show you a Summary of attempt that lists all of the questions and whether an answer was saved, not answered, or incomplete.

Moodle: Take online quizzes and exams (8)

  • Check this summary carefully to be sure you’ve answered every question.
  • If there is time remaining, you can click Return to Attempt to revisit, complete or change your answers.
  • Otherwise, click Submit all and finish.

Retake a quiz

If a quiz allows multiple attempts, after taking it you can review a summary of your attempts and how they impact your final Quiz grade.

Moodle: Take online quizzes and exams (9)

  • If your instructor allows you to review quiz attempts before the Quiz closes, click the Review link for an attempt to open it.
  • Click Re-attempt quiz to try again.

Review a quiz

Depending on the quiz settings, you may be able to review your answers, scores, correct answers, or feedback immediately after taking it or after the quiz has closed and everyone has completed it.

Moodle: Take online quizzes and exams (10)

When reviewing a quiz attempt, the Quiz navigation block shows the status of your answers for all questions:

  • (Correct)
  • (Partially correct)
  • (Incorrect)
  • (Ungraded) -- either requires manually grading; or quiz settings do not allow you to see correct/incorrect information at this time
  • Flagged questions have a red triangle in the white box next to the question number.

Scroll through the questions, to view your answers, whether they are correct or incorrect, and the correct answers and any feedback if the quiz settings allow this.

Questions?

If you have any additional questions or problems, don't hesitate to reach out to the Help Desk!

Phone: 610-526-7440 | Library and Help Desk hours
Email: help@brynmawr.edu |Service catalog
Location: Canaday Library 1st floor

Related Articles

  • Moodle: Create and grade Quizzes

  • Moodle: Set up a course gradebook

  • Panopto: Quizzes

  • Moodle: External tool connections

  • Moodle: Add JoVE content to a course

Moodle: Take online quizzes and exams (11)

Thank you! Your feedback has been submitted.

    Moodle: Take online quizzes and exams (2024)

    FAQs

    How does Moodle proctoring detect cheating? ›

    Can Moodle detect cheating? Moodle itself cannot detect whether a student is cheating. However, it can easily be integrated with external tools that allow you to keep a closer eye on your students. It also gives you access to student activity logs through which you can keep tabs on suspicious behavior.

    Are quizzes on Moodle proctored? ›

    Moodle provides seamless proctoring integrations, enhancing educators' capacity to uphold academic integrity during online assessments.

    Does Moodle proctoring take screenshots of your screen? ›

    Moodle Proctoring

    It will capture the picture automatically every 30 seconds and store it as a PNG image. It also captures the screenshot during the quiz.

    Does Moodle have assessment tool? ›

    Moodle, as a robust learning management system (LMS), offers a diverse range of assessment methods and tools that empower educators to evaluate and enhance student learning effectively.

    Does Moodle have exams? ›

    Users can simplify the management of digital exams in Moodle, easily configuring and overseeing assessments without the need for multiple tools or platforms.

    Can professors tell if you cheat on Moodle? ›

    In the digital age, can Moodle detect cheating? The answer is yes, to a certain extent. However, maintaining academic integrity in online learning environments goes beyond technology.

    Can Moodle tests see if you switch tabs? ›

    The Myth of Tab Switch Detection: Contrary to popular belief, Moodle itself does not have built-in tab switch detection capabilities. The platform cannot directly determine whether learners have switched to another tab while accessing course content or taking assessments.

    How do professors know if you cheat on an online test? ›

    Online tests are increasingly equipped to detect screen sharing or the use of secondary devices. Advanced monitoring software can detect unusual activities, such as running screen-sharing programs or having multiple displays active, which could be indicative of cheating.

    Can Moodle track mouse movement? ›

    The figure shows examples of mouse tracking implemented as a block plugin (in blue) and theme plugin (in red). Mouse tracking serves as an alternative to eye tracking in measuring the learning process in education because of its affordability.

    How do you know if a quiz is proctored? ›

    Students and instructors can see that it's a proctored assessment by the assessment title. If you're using a timed assessment, the timer doesn't start for the assessment until the settings for the proctored services have been confirmed. The students receive the full amount of time for the assessment.

    Does Moodle detect copy paste? ›

    Moodle itself doesn't have a built-in plagiarism checker.

    What can Moodle proctoring see? ›

    The Moodle Proctoring tool is for MCQ (Quiz) assessments only and captures your picture via webcam to identify who is attempting the MCQ (Quiz) assessment.

    Can teachers watch you on Proctorio? ›

    During the exam, a system of computers captures your movements and sends your video and other data to your instructor for review. Proctorio will flag activity that might not be allowed. Your instructor will then be able to review the video and data to decide if any action is necessary.

    Does Proctorio know if you use your phone? ›

    While Proctorio doesn't directly detect phones, it has an array of tools to spot cheating: Visual and Audio Alerts: If a student tries to check their phone or plays information aloud, the webcam and microphone can identify these suspicious actions.

    How do I use the Moodle proctoring tool? ›

    For the Moodle Proctoring (Webcam) tool to function, you need to provide camera & screen sharing permissions. Once you have provided the permissions you will see your picture and will then be able to complete the Quiz assessment. If you do not give permission, you will not be able to complete the Quiz assessment.

    How do I use Moodle for online teaching? ›

    Quickstart Guide
    1. Set up your teaching space.
    2. Add materials for your learners.
    3. Create engaging activities.
    4. Get learners on your site.

    How do I access my quiz on Moodle? ›

    To access and complete a quiz in Moodle, navigate to the Quiz activity within the course. NOTE: Proctored exams administered via ProctorU or Examity can not be accessed on a mobile device. Click on the Quiz activity to display instructions for the quiz. Click the “Attempt quiz now” button to start the quiz.

    How do I schedule a test in Moodle? ›

    1. Schedule an exam in Moodle
    1. Go to your Moodle dashboard.
    2. Select the course you would like to schedule an exam or assessment for.
    3. Select the cogwheel in the top-right corner and select “Turn editing on.”
    4. Select the “Add an activity or resource” link.
    5. Select “External tool” and select the blue “Add” button.

    Top Articles
    Pricing Tiers for Regular Domains
    Claim a Domain to Ledger
    417-990-0201
    Toyota Campers For Sale Craigslist
    Beacon Schnider
    THE 10 BEST Women's Retreats in Germany for September 2024
    Find All Subdomains
    Achivr Visb Verizon
    Fallout 4 Pipboy Upgrades
    Olivia Ponton On Pride, Her Collection With AE & Accidentally Coming Out On TikTok
    Revitalising marine ecosystems: D-Shape’s innovative 3D-printed reef restoration solution - StartmeupHK
    Slope Unblocked Minecraft Game
    ‘Accused: Guilty Or Innocent?’: A&E Delivering Up-Close Look At Lives Of Those Accused Of Brutal Crimes
    Drago Funeral Home & Cremation Services Obituaries
    Sony E 18-200mm F3.5-6.3 OSS LE Review
    Slope Tyrones Unblocked Games
    Directions To Advance Auto
    Amih Stocktwits
    Azpeople View Paycheck/W2
    Jobs Hiring Near Me Part Time For 15 Year Olds
    Ceramic tiles vs vitrified tiles: Which one should you choose? - Building And Interiors
    Crossword Help - Find Missing Letters & Solve Clues
    John Deere 44 Snowblower Parts Manual
    The Goonies Showtimes Near Marcus Rosemount Cinema
    Kristy Ann Spillane
    Mawal Gameroom Download
    Tire Pro Candler
    Red Sox Starting Pitcher Tonight
    How to Use Craigslist (with Pictures) - wikiHow
    Nacogdoches, Texas: Step Back in Time in Texas' Oldest Town
    Autopsy, Grave Rating, and Corpse Guide in Graveyard Keeper
    Jambus - Definition, Beispiele, Merkmale, Wirkung
    Www Craigslist Com Shreveport Louisiana
    Bratislava | Location, Map, History, Culture, & Facts
    Junior / medior handhaver openbare ruimte (BOA) - Gemeente Leiden
    Jennifer Reimold Ex Husband Scott Porter
    Grapes And Hops Festival Jamestown Ny
    RALEY MEDICAL | Oklahoma Department of Rehabilitation Services
    Cookie Clicker The Advanced Method
    Below Five Store Near Me
    Kent And Pelczar Obituaries
    ESA Science & Technology - The remarkable Red Rectangle: A stairway to heaven? [heic0408]
    Windshield Repair & Auto Glass Replacement in Texas| Safelite
    3 Zodiac Signs Whose Wishes Come True After The Pisces Moon On September 16
    VDJdb in 2019: database extension, new analysis infrastructure and a T-cell receptor motif compendium
    Doublelist Paducah Ky
    Walmart Front Door Wreaths
    Here’s What Goes on at a Gentlemen’s Club – Crafternoon Cabaret Club
    What Time Do Papa John's Pizza Close
    Rise Meadville Reviews
    Competitive Comparison
    Who We Are at Curt Landry Ministries
    Latest Posts
    Article information

    Author: Dan Stracke

    Last Updated:

    Views: 5719

    Rating: 4.2 / 5 (43 voted)

    Reviews: 82% of readers found this page helpful

    Author information

    Name: Dan Stracke

    Birthday: 1992-08-25

    Address: 2253 Brown Springs, East Alla, OH 38634-0309

    Phone: +398735162064

    Job: Investor Government Associate

    Hobby: Shopping, LARPing, Scrapbooking, Surfing, Slacklining, Dance, Glassblowing

    Introduction: My name is Dan Stracke, I am a homely, gleaming, glamorous, inquisitive, homely, gorgeous, light person who loves writing and wants to share my knowledge and understanding with you.