forked from OklahomaChristian/BlackboardQuizGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstructions.htm
97 lines (86 loc) · 4.27 KB
/
Instructions.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Style sheet -->
<link rel='stylesheet' href='StyleSheets/instructions.css'/>
<title>Blackboard Quiz Generator Instructions</title>
</head>
<body>
<form id="form1" runat="server">
<div class="contentContainer">
<div class="contentBlock">
<div class="blockHeader">
Enter your questions
</div>
<div class="blockContent">
<ol start="1">
<li >Enter Test Name.</li>
<li>Click on the chevron to view question types as well as sample questions.</li>
<li style="width: 500px">Copy and Paste the questions from a word document or type out the questions and answers. Ensure to leave a blank line in between questions. </li>
<li>Click on the Generate Test button.</li>
</ol>
<center>
<img src="images/helpImages/steps 1 to 3.png" alt="Step 1 Image" />
</center>
</div>
</div>
</div>
<div class="contentContainer">
<div class="contentBlock">
<div class="blockHeader">
Check for any erroneous results
</div>
<div class="blockContent">
<ol start="5">
<li style="width: 500px">In case the Test Generator fails, review the questions and answers in the red box(s). It could mean that the system cannot determine the question
type, the format is not correct or something is missing. Mouse over any red field to view a detailed description of the problem</li>
<li>The green box shows questions that were successfully detected.</li>
</ol>
<center>
<img src="images/helpImages/Step 5 to 6.png" alt="Step 2 Image"
style="height: 394px; width: 654px" />
</center>
<br />
<br />
<br />
<ol start="7">
<li >"Test generation successful" message will indicate all questions were detected correctly. </li>
</ol>
<center>
<br />
<img src="images/helpImages/Step_7.png" alt="Step 2 Image" />
<br />
</center>
</div>
</div>
</div>
<div class="contentBlock">
<div class="blockHeader">
Choose how you want to upload your questions to Blackboard.
</div>
<div class="blockContent">
<ol start="8">
<li style="width: 500px">This will place the questions in a text file that can be added to an existing test using the “Upload Questions” option in Test Area Blackboard.</li>
<li>This will produce a zip file that can be imported into the Pool Area in Blackboard.</li>
<li>Indicates the number of questions generated</li>
</ol>
<br />
<center>
<img src="images/steps_8_to_10.png" alt="Step 3 Image"/>
</center>
<br />
</div>
</div>
<div class="contentBlock">
<div class="blockHeader">
Choose your export format
</div>
<div class="blockContent">
<center>
<img src="images/helpImages/instructions05.jpg" alt="Step 5 Image" />
</center>
</div>
</div>
</form>
</body>
</html>