Diferencia entre revisiones de «Gestionando preguntas»

De MoodleDocs
m (tidy up)
m (tidy up)
Línea 40: Línea 40:
===Configuraciones===
===Configuraciones===


Some question types have configuration options. If so, a settings link will appear in this column.
Algunos tipos de preguntas tienen opciones de configuración. Si así fuera, aparacerá un enlace a configuraciones en ésta columna.


==Vea también==
==Vea también==


*[[Question engine upgrade helper]] for sites which have been upgraded from a pre-Moodle 2.1 version.
*[[Ayuda para la actualización del motor de preguntas]] para los sitios que hayan sido actualizados desde una versión anterior a Moodle 2.1.


[[Category:Administración del sitio]]
[[Category:Administración del sitio]]

Revisión del 16:12 29 may 2013

Moodle 2.x



Gestión de tipos de preguntas

An administrator (or manager or any user with the capability moodle/question:config) can manage question types available across the site in Administration > Site administration > Plugins > Question types > Manage question types.

Manage question types

Número de preguntas

This shows the number of questions of that type in the entire Moodle site. If the number is non-zero, it will be a link to a report that shows you where in the question bank (which contexts) those questions are.

Versión

If the question type has its own database tables, then the version of those tables is displayed here.

Requisitos

Some question types rely on others to operate correctly. If so, the required question types are listed here.

¿Disponible?

If you make a question type unavailable, then users will no longer be able to create new questions of that type. However, existing questions of that type will continue to work, so existing quizzes will continue to work, and old quiz attempts can be reviewed.

The up and down arrows let you control the order of the question types in the list where teachers select which type of question they wish to create.

Eliminar

If

  • there are no questions of a particular type, and
  • if this question type is not required any any other question type, and
  • if this question type is neither Random nor Missing type, which are required by the question type system,

then you can uninstall it by clicking on the delete link.

Configuraciones

Algunos tipos de preguntas tienen opciones de configuración. Si así fuera, aparacerá un enlace a configuraciones en ésta columna.

Vea también