Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Question tests: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
(→‎Question bank features: MDLQA numbers, rewording)
(→‎Question bank features: MDLQA numbers, rewording, comment moved to talk page)
Línia 7: Línia 7:
* MDLQA-90 A teacher can choose from 11 different question types when creating a question
* MDLQA-90 A teacher can choose from 11 different question types when creating a question
* MDLQA-91 A teacher can edit questions in the [[Question bank|question bank]]
* MDLQA-91 A teacher can edit questions in the [[Question bank|question bank]]
* MDLQA-92 A teacher can preview questions in the question bank
* MDLQA-92 A teacher can delete questions from the question bank


# Teachers can preview a question in a pop-up window by clicking the preview icon.
* Questions can be deleted, but if they are in use, they are just hidden, not actually removed from the database
# Questions can be deleted, but if they are in use, they are just hidden, not actually removed from the database.
* The list of questions can be sorted in various ways, and there are options for which questions are displayed
# The list of questions can be sorted in various ways, and there are options for which questions are displayed.
* Questions may be organised into [[Question categories]] and subcategories, either by moving them, or by changing the category setting on the editing form
 
* Additional categories may be created or deleted as required. If a teacher attempts to delete a category containing questions, they will be asked to specify another category to move them to
# Questions may be organised into [[Question categories]] and subcategories, either by moving them, or by changing the category setting on the editing form.
* [[Import questions|Questions may be imported]] in a variety of formats including a text file format and a Moodle XML format. Different import formats support different question types
# Additional categories may be created or deleted as required. If a teacher attempts to delete a category containing questions, they will be asked to specify another category to move them to.
* [[Export questions|Questions may be exported]] in four possible formats - GIFT, IMS QTI 2.0, Moodle XML or XHTML format
 
# [[Import questions|Questions may be imported]] in a variety of formats including a text file format and a Moodle XML format. Different import formats support different question types.
 
# [[Export questions|Questions may be exported]] in four possible formats - GIFT, IMS QTI 2.0, Moodle XML or XHTML format.
 
''For the purpose of functional testing import, I suggest we create a definitive import file of each format, containing one or more questions of each supported type, to demonstrate all options, and then attach that to the bug. Actually I suggest that we use the functionality list for question types below to create a definitive set of questions. Then export that as Moodle XML, and export specific subsets for the other formats. It is a bit harder for testing import of formats Moodle does not support.''


==Features that apply to all question types==
==Features that apply to all question types==

Revisió del 19:51, 8 abr 2010

Note: This article is a work in progress. Please use the page comments or an appropriate moodle.org forum for any recommendations/suggestions for improvement.


This page lists Moodle 2.0 features in a format suitable for setting up test cases (see Jira as a Test Case Management Software).

Question bank features

  • MDLQA-90 A teacher can choose from 11 different question types when creating a question
  • MDLQA-91 A teacher can edit questions in the question bank
  • MDLQA-92 A teacher can preview questions in the question bank
  • MDLQA-92 A teacher can delete questions from the question bank
  • Questions can be deleted, but if they are in use, they are just hidden, not actually removed from the database
  • The list of questions can be sorted in various ways, and there are options for which questions are displayed
  • Questions may be organised into Question categories and subcategories, either by moving them, or by changing the category setting on the editing form
  • Additional categories may be created or deleted as required. If a teacher attempts to delete a category containing questions, they will be asked to specify another category to move them to
  • Questions may be imported in a variety of formats including a text file format and a Moodle XML format. Different import formats support different question types
  • Questions may be exported in four possible formats - GIFT, IMS QTI 2.0, Moodle XML or XHTML format

Features that apply to all question types

Some of these features can only be tested when a question has been added to a quiz, not in the stand-alone question preview.

  1. The student can toggle the flag beside each question.
  2. The teacher can see the state of a student's flag, but cannot change it.
  3. Once a question has been finished, the teacher can manually override the grade, and add a comment.
  4. Underneath the view of the question in its current state, there is a table showing the history of states the question went through.


Features of specific question types

Calculated

Description

Essay

Matching

Multianswer

Multiple Choice

Numerical

Short answer

True-false

Missing

Suppose you install a question of a particular type, create some questions, have students attempt a quiz using those questions, then un-install the question type. Clearly it is no longer possible to use that quiz or review those questions exactly as they used to appear. However, it should still be possible to look that the quiz reports for that old quiz, and review the quiz attempts and see any questions of types that are still installed on your server. The 'missing' question types exists to make that possible.

It also serves to keep things basically working if you restore a backup file made on another server that has more question types installed.


See also