Note: You are currently viewing documentation for Moodle 3.2. 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 (Added link to spanish translation of page)
Line 48: Line 48:


This should be done on a question-by-question basis, each question will be synchronized depending on the sequencechecknumber and last action time.
This should be done on a question-by-question basis, each question will be synchronized depending on the sequencechecknumber and last action time.
[[es:Módulo de Examen Moodle Mobile]]

Revision as of 18:33, 12 May 2016

Features

Users will be able to attempt any quiz in the site except those ones incompatible with the 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.
  • 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).

Requirements

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.

Quiz offline

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.

Requirements

Requires Moodle 3.1 onwards.

It may be used on sites running Moodle 2.6 to Moodle 3.0 if the Quiz offline attempts plugin is installed.

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.

Usage considerations

  • 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.
  • 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.

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.