Diferencia entre revisiones de «Módulo de Examen Moodle Mobile»

De MoodleDocs
(fix typo in link)
(Updated as per 3.1 page)
 
(No se muestran 19 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
{{Mobile}}
{{Mobile}}
{{Urgente de traducir}}
==Características==
==Características==


Users will be able to attempt any quiz in the site except those ones incompatible with the mobile app:
Los usuarios podrán intentar un [[Examen|examen]] en su dispositivo móvil usando la App Moodle Mobile:


* 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.
Notas:
* Quizzes requiring safe browser are not supported.
* Cualquier examen con  [[Tipos de preguntas]] estándar, y [[Comportamientos_de_ preguntas|comportamientos de preguntas]] estándar es adecuado para acceso por dispositivo móvil, con la excepción de [[Tipos_de_preguntas#Ensayo|preguntas de tipo Ensayo]] que requieran que el estudiante suba un archivo.
* 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).
* Los [[Exámenes|exámenes]] que usen [https://moodle.org/plugins/browse.php?list=category&id=28 plugins no-estándar] no funcionarán con la App a menos que el plugin incluya soporte mediante adiciones remotas Mobile (vea la documentación en Inglés para desarrolladores [[:dev:Moodle Mobile Remote add-ons|Moodle Mobile Remote add-ons]])..
* Los exámenes que requieran el [[Navegador de examen seguro]] no están soportados.
* Los exámenes que contengan preguntas bloqueadas (que dependan de que se haya respondido la pregunta anterior) no están soportados.


== Requisitos ==
== Requisitos ==


Requires Moodle 3.1 onwards.
Requiere Moodle 3.1 en adelante.


It may be used on sites running Moodle 2.6 to Moodle 3.0 if the [[Características adicionales de Moodle Mobile]] plugin is installed.
De forma alterna, puede usarse en sitios que corran Moodle 2.6 a Moodle 3.0 si está instalado el plugin de [[Características adicionales de Moodle Mobile]].


== Examen fuera-de-línea ==
Si Usted tiene exámenes con preguntas que usan TeX / MathJAX, Usted debe habilitar el  [[Filtro de notación TeX]] habilitando todas las configuraciones del renderizador LaTeX. Por favor tome nota que las ecuaciones son renderizadas usando 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.
== Vea también ==


=== Requisitos ===
* [[Intentos de examen fuera-de-línea con Moodle Mobile]] para los detalles acerca de como habilitar que los alumnos descarguen e intenten exámenes fuera-de-línea


Requires Moodle 3.1 onwards.
[[Categoría:Examen]]
 
It may be used on sites running Moodle 2.6 to Moodle 3.0 if the [[Quiz offline attempts]] plugin is installed.
 
=== Restricciones del examen  ===
 
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.
 
=== Consideraciones para su uso ===
 
* 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.
 
=== Sincronización ===
 
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.
 
=== Solución de conflictos ===
 
This should be done on a question-by-question basis, each question will be synchronized depending on the sequencechecknumber and last action time.


[[en:Moodle Mobile Quiz module]]
[[en:Moodle Mobile Quiz module]]

Revisión actual - 15:05 26 jul 2016

Características

Los usuarios podrán intentar un examen en su dispositivo móvil usando la App Moodle Mobile:

Notas:

Requisitos

Requiere Moodle 3.1 en adelante.

De forma alterna, puede usarse en sitios que corran Moodle 2.6 a Moodle 3.0 si está instalado el plugin de Características adicionales de Moodle Mobile.

Si Usted tiene exámenes con preguntas que usan TeX / MathJAX, Usted debe habilitar el Filtro de notación TeX habilitando todas las configuraciones del renderizador LaTeX. Por favor tome nota que las ecuaciones son renderizadas usando LaTeX.

Vea también