remove old readme
[atutor.git] / documentation / instructor / creating_questions.php
1 <?php require('../common/body_header.inc.php'); $lm = '$LastChangedDate$'; ?>
2
3 <h2>Creating Test Questions</h2>
4         <p>Test questions are created in the <a href="question_database.php">Question Bank</a>. Options differ depending on the type of question being created. All questions are saved to the Question Database where they can then be added to Tests or Surveys. The following questions are supported:</p>
5         
6         <dl>
7                 <dt>Likert</dt>
8                 <dd>Likert questions require the respondent to specify their choice based on the scale provided. Keep in mind that Likert questions are not assigned a point value, so if they are included in a randomized test with other questions that do have a point value, they must be included as required question, otherwise test statistics will not be accurate. </dd>
9
10                 <dt>Matching (Graphical)</dt>
11                 <dd>Matching questions require the respondent to match value pairs. The graphical version creates coloured lines when pairs are created and allows for drag-and-drop interaction.</dd>
12
13                 <dt>Matching (Simple)</dt>
14                 <dd>Matching questions require the respondent to match value paris. The simple version does not create coloured lines and does not support drag-and-drop interaction.</dd>
15
16                 <dt>Multiple Answer</dt>
17                 <dd>Multiple answer questions require the respondent to answer a question by selecting two or more correct answers.</dd>
18
19                 <dt>Multiple Choice</dt>
20                 <dd>Multiple choice questions require the respondent to answer a question by selecting only one correct answer.</dd>
21
22                 <dt>Open Ended</dt>
23                 <dd>Open ended questions require the respondent to enter text in the specified text area.</dd>
24
25                 <dt>Ordering</dt>
26                 <dd>Ordering questions require the respondent to correctly assign given items in a particular logical order or rank.</dd>
27
28                 <dt>True or False</dt>
29                 <dd>True or false questions require the respondent to specify whether or not a given statement is true or false.</dd>
30         </dl>
31
32 <?php require('../common/body_footer.inc.php'); ?>