Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Quiz UI redesign scenarios - Entering questions into an exam: Difference between revisions

From MoodleDocs
Line 18: Line 18:


=== Jeff ===
=== Jeff ===
A teacher may or may not want to enter question metadata (such as categories) into the application, depending on:
* their confidence (experience) with Moodle or computers in general
* the amount of time available: in a situation where a teacher only has the questions on paper or in some other application and they need to get the exam to the student in 15 minutes; of course if selecting an existing category is 1-2 obvious clicks and/or the teacher already knows clearly what the new categories need to be, this might still be possible.
* what they perceive feasible in the application's user interface.
It is also possible that the teacher imports the data from another application, and in this case the metadata may come with the questions; the questions will be in categories in the application after importing.

Revision as of 09:36, 11 June 2008

Back to Quiz_UI_redesign

Organizing questions and adding them into an exam

Unless exams are very simple, teachers often have a natural set of categories to organize questions in, from course curriculum or from the actual material of the course. In tech-speak, this can be regarded as metadata of the actual questions.

Jack

  • carefully crafted, can't reuse the questions (but may be able to use for reference)

Jack primarily creates just exams. For him, exams are one-time wholes and each question is a part of the whole, tightly bound to that one exam.

However, Jack can use his questions as templates, or at least sources for inspiration when creating new exams. Thus he keeps a copy all his exams, sorted by date. If he had time, he sometimes wonders, he would also create an thematical index of all the questions, so that whenever he needed a question from a certain theme, he could just look at the index and see which exams contained a question he needs.

Mary

Based on the themes that come from course curriculum, Mary has organized her questions in categories. Under most themes she has subcategories for different difficulty levels and for most a given exam, she usually has about 60% of easier and 40% of mode difficult questions. Since she has a lot (i.e. dozens ... thousands) of questions for each course, she would find it useful to categorize questions based on different criterias – that is, to be capable of tagging questions, as well as searching for particular questions based on their content, tags or other properties.


Jeff