Módulo para creación de preguntas

De MoodleDocs


Moodle 2.8

Moodle 2.7

Concepto del Módulo de actividad para creación de preguntas

La actividad para creación de preguntas es una actividad calificada en la que los estudiantes deben de crear preguntas en el Banco de preguntas de Moodle. Un profesor califica las preguntas.

Los estudiantes obtienen una calificación par las preguntas que elllos crean.

Usted púed eespecificar qué porcentaje de la calificación es asignado automáticamente dependiendo del número de las preguntas solicitadas que ha creado el estudiante y el resto de la calificación se proporciona al estudiante dependiendo de la calificación que el profesor le asignó a las preguntas creadas.

Historia

This module was originally created in 2008 for Moodle 1.9 by Jamie Pratt with funding from Future University Hakodate http://www.fun.ac.jp/e/

The module was originally conceived and partially designed by Peter Ruthven-Stuart from Future University - Hakodate.

It has been migrated to Moodle 2.x-versions by gtn gmbh (global training network ltd. - http://gtn-solutions.com, http://www.exabis.at It was upgraded to Moodle 2.7 and enhanced by Jean-Michel Vedrine (email vedrine@vedrine.net).

ADVERTENCIA: Esta versión solamente funciona con Moodle 2.7 y 2.8. No funcionará con versiones anteriores de Moodle

Instalación

Hasta que esté alojado en la Moodle plugins database, Usted puede descargarlo desde la página de Github del autor en https://github.com/jmvedrine/moodle-mod_qcreate.

Installation is as for any other Moodle activity modules. You need to unzip the plugin's zip archive in {yourmoodleroot}/mod/ then click on Site Administration->Notifications to install the module.

For instructions for downloading and installing a Moodle module see the documentation.

IMPORTANTE: Make sure you have set up cron properly on your server. You can check it is set up properly by visiting Site Administration. A message will appear if cron is not working.

This module use scheduled tasks. You can manage the scheduled tasks used by this module going to Site Administration -> Server -> Scheduled tasks

Since Moodle 2.7 and the introduction of scheduled tasks the recommended interval between cron executions is 1 minute, see https://docs.moodle.org/27/en/Scheduled_tasks . The creation activity rely on scheduled tasks to upgrade grades and more importantly to update students capacities on question categories. If the cron is not working properly, you students will not be able to create any question and they will receive an error message when they try to do so.

Pasos a seguir para configurar el módulo

Below are some steps with snapshots that teacher can follow in order to create a new Question creation activity.

Del lado del profesor

Paso 1

El primer paso para cualquier profesor es crear una instancia del módulo.

Paso 2

After the instance for the question creation module has been created, teacher is redirected to setting form for that instance. The setting form contains some general options like name, introduction and behaviour. It also contains settings specific to that activity

  • Availability, You can choose to have an open and/or close date and time for the activity
  • Grading, you an choose the activity's grade, the ratio between automatic/manual grading
    • automatic grading is calculated from the number of question created by the student vs the number of questions students must create (entered in the "Total question graded" field) this part of the grade is just for making questions, it doesn't depend on the question quality at all
    • manual grading is calculated from the grades awarded to questions created by the student by teachers
  • Graded question types determine the types that will be available to students (by default only multichoice questions are allowed) . If you choose "Allow all questions", students will be able to create questions from all installed question types.

Random questions and Random short-answer matching questions are never allowed because they are not "real" questions but just use other questions so it would not be fair to consider them as created questions.

  • Total question graded is the number of questions (form any allowed question types) that students must create
  • Required Number of Question of Type (optional)

Here you can specify if you want a minimum number of questions of some of the allowed question types that students must create

  • Student question access

Here you can specify student's rights on their own created questions (create only, preview, preview and view, save as new, preview, view/save, edit and delete). It is important to note that using the question creation activity means that when creating their questions students have exactly the same capabilities that a teacher. It is also worth noting that if you choose "create only" student will not be able to preview their created question to see if they work correctly.

  • Notifications

You can choose if teachers will be notified when a new question is created and if students will be notified when one of their questions has been graded by a teacher. Note that if you allow students to edit their own questions then in the grading view questions that have been edited since you last graded them will be marked as needing regrading. Students cannot edit their questions after the activity has closed though.

You may want to grade all questions once before the activity closes and allow students a chance to edit their questions after you have graded and commented on their questions and then regrade any questions that have been edited.


Del lado del estudiante

Una vez que se abra la actividad, si un estudiante va a la página de la actividad, verá un enlace para cada tipo de pregunta permitida.Al hacer click en alguno de estos enlaces, verá la interfaz usual para crear una pregunta de ese tipo

Nuevas características en esta versión

  • Finalización de actividad con un número fijo de preguntas creadas
  • notificación opcional al profesor acerca de preguntas nuevas creadas
  • notificaciones opcionales para los estudiantes acerca de nuevas preguntas calificadas
  • tareas del sistema agendadas para la sincronización de capacidades de estudiantes en preguntas y para actualización de calificaciones (¡Advertencia! Usted necesariamente (obligatoriamente) debe de tener funcionando al Cron de Moodle para usar este módulo)


Vea también