Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: Moodle Mobile quiz.

Moodle Mobile quiz: Difference between revisions

From MoodleDocs
No edit summary
 
(15 intermediate revisions by 3 users not shown)
Line 2: Line 2:
==Features==
==Features==


It supports all the current quiz options.
Users can attempt a [[Quiz activity|quiz]] on their mobile device using the Moodle Mobile app.


Current limitations:
Notes:
* Quizzes with essay questions requiring attachments are not supported right now.
* Any quiz with standard [[Question types|question types]] and [[Question behaviours|question behaviours]] is suitable for mobile access, apart from essay questions which require the student to upload a file.
* Quizzes requiring safe browser are not going to work.
* Quizzes using additional plugins won't work in the app unless the plugin include support for mobile remote add-ons (see in the dev docs [[:dev:Moodle Mobile Remote add-ons|Moodle Mobile Remote add-ons]]).
* Only Moodle standard quiz access rules, question types and question behaviors are supported. Quizzes using non-standard plugins won't work in the app.
* Quizzes requiring safe browser are not supported.
* Quizzes including blocked questions (questions that require that the previous question has been answered) are not supported.


== Requirements ==
== Requirements ==


Requires Moodle 3.1 onwards.
Moodle Mobile quiz requires Moodle 3.1 onwards.


It may be used on sites running Moodle 2.6 to Moodle 3.0 if the [[Moodle Mobile additional features]] plugin is installed.
Alternatively, it may be used with sites running Moodle 2.6 to Moodle 3.0 if the [[Moodle Mobile additional features]] plugin is installed.


== Quiz offline ==
If you have quizzes with questions using TeX / MathJAX you must enable the [[TeX notation filter]] enabling all the LaTeX renderer settings. Please note that equations are rendered using LaTeX.


Users can download a quiz for offline usage. If the quiz is suitable for offline usage (see quiz restrictions) the user will see the cloud - download option (same that for SCORM or any resource) to attempt it while offline.
==See also==


=== Usage considerations ===
* [[Moodle Mobile quiz offline attempts]] for details of how to enable students to download and attempt quizzes offline


* By default quiz won't be able to be played offline. It's a new setting in a new access rule that the teacher must enable.
[[Category:Quiz]]
* If the user wants to download a quiz for offline usage, an initial empty attempt will be created.
* The user won't be able to start a new offline attempt if a previous offline attempt is not synchronized (because the previous offline attempt will be in in-progress status).
* If the quiz has an start date, the quiz can only be downloaded for offline after the start date.
* If the quiz has a finish date it must be submitted (synchronized) before the finish date.
* If the user is doing an offline attempt and he submit the responses (when he is not connected to Internet) the app will display a message like “Your responses couldn’t be sent to the Moodle site. The app will try to send them again once you are connected to Internet again...”. In this case, in the user attempts list the attempt will be displayed as Finished but not submitted to the site. The user won’t be able to edit his responses or start new attempts.
* If the app detects that the user started or continued a new attempt using the app, everytime he continues that attempt in Moodle it will be noticed asking him to be sure to don't have unsaved work in his mobile devices.


=== Quiz restrictions  ===
[[es:Módulo de Examen Moodle Mobile]]
 
[[de:Moodle Mobile Tests]]
A quiz will be available for offline usage only if:
* It doesn’t require a network address.
* The question behavior is deferred feedback with or without CBM.
* It doesn’t require a time limit.
 
=== Synchronization ===
 
The app will try to synchronize every time the user goes from offline to online (even if the user is not attempting the quiz). It will be done on a question-by-question basis.
 
=== Conflict resolution ===
 
This should be done on a question-by-question basis, each question will be synchronized depending on the sequencechecknumber and last action time.

Latest revision as of 15:08, 1 August 2016

Features

Users can attempt a quiz on their mobile device using the Moodle Mobile app.

Notes:

  • Any quiz with standard question types and question behaviours is suitable for mobile access, apart from essay questions which require the student to upload a file.
  • Quizzes using additional plugins won't work in the app unless the plugin include support for mobile remote add-ons (see in the dev docs Moodle Mobile Remote add-ons).
  • Quizzes requiring safe browser are not supported.
  • Quizzes including blocked questions (questions that require that the previous question has been answered) are not supported.

Requirements

Moodle Mobile quiz requires Moodle 3.1 onwards.

Alternatively, it may be used with sites running Moodle 2.6 to Moodle 3.0 if the Moodle Mobile additional features plugin is installed.

If you have quizzes with questions using TeX / MathJAX you must enable the TeX notation filter enabling all the LaTeX renderer settings. Please note that equations are rendered using LaTeX.

See also