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

Moodle Mobile quiz: Difference between revisions

From MoodleDocs
m (Tsala moved page Moodle Mobile Quiz module to Moodle Mobile quiz: simpler title)
No edit summary
 
(6 intermediate revisions by 3 users not shown)
Line 2: Line 2:
==Features==
==Features==


Users will be able to attempt any quiz in the site except those ones incompatible with the mobile app:
Users can attempt a [[Quiz activity|quiz]] on their mobile device using the Moodle Mobile app.


* Only Moodle standard quiz access rules, question types and question behaviors are supported. Quizzes using non-standard plugins won't work in the app unless the plugin include support via Mobile remote addons.
Notes:
* 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 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]]).
* Quizzes requiring safe browser are not supported.
* Quizzes requiring safe browser are not supported.
* If a quiz contain a essay question with attachments, you won't be able to submit the quiz in the app (you will have to do it in the site).
* 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==


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


Moodle 2.6 onwards with the [[Moodle Mobile additional features]] and the [[Quiz offline attempts]] plugin is installed.
[[Category:Quiz]]
 
=== Quiz restrictions  ===
 
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.


[[es:Módulo de Examen Moodle Mobile]]
[[es:Módulo de Examen Moodle Mobile]]
[[de:Moodle Mobile Tests]]

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