Realtime Quiz

Activities ::: mod_realtimequiz
Maintained by DavoDavo Smith
Face-to-face quiz with all students answering the questions at the same time.
Latest release:
1412 sites
462 downloads
77 fans
Current versions available: 3
badge.svg
A multiple-choice quiz designed for use in a face-to-face lesson.

Each student receives each question at the same time with a time limit to answer it (default 30 seconds). In between each question the correct answer is displayed, along with the number of students giving each answer (and some statistics about the percentage class / individual correct answers). This allows each question to be discussed before moving on.

Teachers can review the answers, once the quiz is finished, to identify any areas that need to be covered again.

Recent improvements (2010) include:

  • Ability to add a picture to each question
  • More attractive question display
  • Easier question editing
  • Reduced network traffic & improved stability (particularly on wireless networks)

Overview video (for the Moodle 1.9 version - the 2.x version looks slightly different):

Screenshots

Screenshot #0

Contributors

Davo
Davo Smith (Lead maintainer)
Please login to view contributors details and/or to contact them

Comments RSS

Comments

  • Денис Ю
    Mon, 5 Apr 2021, 1:31 PM
    Hello. Please tell me if it is possible to provide for the type of question with direct input of the answer, and not a choice of answer options. This could be used in real-time contests. Thank you
  • Davo
    Mon, 5 Apr 2021, 11:41 PM
    I'm afraid the Realtime quiz plugin doesn't support anything other than multiple choice questions. The Active quiz plugin ( https://moodle.org/plugins/mod_activequiz ) may do what you want - but that hasn't been updated for a while, so may or may not work reliably.

    I am very unlikely to be adding any new features to my Realtime quiz plugin in my spare time. However, if there was funding available, then you could get in touch for a quote from my employers as to how much it would cost to develop such a feature (I'm also open to accepting a well-written patch to my code, if another developer were to write it).
  • Fernanda Ricou
    Wed, 20 Oct 2021, 1:02 AM
    Realtime Quiz - a useful tool that Students love...... but we have so many issues running it.
    We are using moodle 3.9.7;
    going back to campus we decided to go back to this activity - *Realtime Quiz *- so useful in so many ways that Students are so eager to use...
    In the same session and room we have Students that answer all questions (of 4, for ex.) and others that answer the 1st one and "jump" to the last one without having the chance to see or answer the middle ones...
    Any news for a possible upgrade/improvement?
    Thx a LOT in advance!
  • Davo
    Wed, 20 Oct 2021, 1:09 AM
    Fernanda, I'm not aware of any such issues and, as I don't actually use my plugin in person any more (just local testing to make sure it still seems to work), I'm not sure what I can advise. It shouldn't be possible for students to jump to a question that the teacher hasn't yet released, as only the current question is sent each time their browser requests it.

    Could there be more than one teacher attempting to use the same quiz at the same time? (I'm not sure that is even possible, but if it was, the system could get confused). Other than that, the quiz, by its nature, does generate a lot of network traffic, as each browser needs to poll the server to ask if the next question is ready - that could be overloading your network?
  • olivier maccaud
    Wed, 19 Jan 2022, 2:29 AM
    Latex in realtimequiz. How to write this $$ \eta $$ equation ? Thank you for this fantastic plugin.
  • Денис Ю
    Wed, 23 Mar 2022, 12:20 AM
    Hello. I have an idea how to improve your development. This will allow you to make a product that others do not have. This is to add a type of question with direct input of the answer from the keyboard. Not a choice from the proposed options, but the input of your own. It will be very similar to the Quiz game. You will immediately increase the number of downloads and installations. If interested, I can provide all possible advice without payment. If you are interested in this, I agree to further dialogue. Good luck.
  • Davo
    Wed, 23 Mar 2022, 12:25 AM
    I'm happy to review a patch that adds such features to my plugin.

    As a basic starting point, any code you send would need to meet all Moodle coding guidelines and the changes would need to be covered by automated Behat steps.

    If you open up a pull request via github (see the 'Source control URL' link above), then I'll be able to review your code.
  • Денис Ю
    Wed, 23 Mar 2022, 12:51 AM
    Davo, I can only make a consultation in the form of advice. Unfortunately, I don't know how to program at the level of creating modules.
  • Urs H
    Fri, 25 Nov 2022, 6:51 AM
    Hi Davo, thank you for this great plugin. We have a couple of teachers who would like to use the plugin in their math classes. While using inline LaTeX code works in the questions when the code is put between \( and \), it does not work with the answers. Is there any way to use LaTeX code in answers as well? Thank you. Urs.
  • Davo
    Fri, 25 Nov 2022, 4:47 PM
    Not sure about using LaTeX in the realtime quiz - it's not something I've ever tried.

    At a guess, the questions are set up to allow full formatting, but the answers are only configured to use plain text. I will see if I can have a look at that at some point, but I can't make any promises (it may be as simple as a couple of lines of code, but that may turn out to break other stuff ...)
  • Kenneth Hansen
    Thu, 1 Dec 2022, 7:43 PM
    Feedback from an educator/user.

    I love the plugin, and it would be even greater if you were able to add more time during the questions if needed.

    And choice as teacher to make the students fully anonomous.
  • Davo
    Sat, 17 Dec 2022, 10:21 PM
    @Kenneth - apologies for the slow reply.

    Adding extra time could be tricky, as the browsers would have no way to know that they should check for the updated time (to reduce network bandwidth, they only contact the server when a user enters an answer or when it believes the time limit has been reached - by which point, the quiz display in the browser has, I think, already stopped accepting input).

    It would be difficult to make the quiz fully anonymous, in that it needs to keep track of who has replied, so that they can't send multiple responses (e.g. by refreshing the browser). I guess we could add a setting for the teacher to disable the reporting page, but they could just as easily turn the report back on again afterwards (and someone with access to the database could always find out who gave each answer anyway).

    I'm unlikely to look at either issue in my free time, but if these are features you're keen to see in place, then I'm happy to accept well-written patches (with automated tests) or to pass you on to one of my colleagues to discuss a spec/quote for the work.
  • MaT Pi
    Sat, 25 Mar 2023, 8:49 AM
    How to type math symbols?
  • Luca Bellani
    Wed, 24 Apr 2024, 12:19 AM
    Hello. I have updated to the latest version, but I cannot add questions from the question bank.
    a cordial greeting
  • Davo
    Wed, 24 Apr 2024, 12:43 AM
    Hi Luca,

    Adding questions from the question bank is not a feature this plugin has ever supported (the plugin is older than the question bank feature in Moodle). There is another plugin, based on mine, that did support that feature (mod_activequiz) but that hasn't been updated in many years now.

    The only way to add questions is via the interface within the quiz itself.
Please login to post comments