-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathUploadTestQuestions.htm
More file actions
89 lines (80 loc) · 3.63 KB
/
Copy pathUploadTestQuestions.htm
File metadata and controls
89 lines (80 loc) · 3.63 KB
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
<!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">
Download the test questions
</div>
<div class="blockContent">
Click "Download Test Questions" button and save the text file to a location on
your computer hard drive (eg. downloads folder or Desktop).<br />
<center>
<img src="images/helpImages/instructions07.jpg" alt="Step 7 Image" />
</center>
</div>
</div>
<div class="contentBlock">
<div class="blockHeader">
Navigate to the test section in Blackboard
</div>
<div class="blockContent">
<ol start="1">
<li >In Blackboard, Click on "Control Panel" - "Course Tools</li>
<li>Click "Test, Surveys and Pools"</li>
<li>Click on "Tests"</li>
</ol>
<center>
<img src="images/helpImages/instructions08.jpg" alt="Step 8 Image" />
</center>
</div>
</div>
<div class="contentBlock">
<div class="blockHeader">
Open the test canvas</div>
<div class="blockContent">
<ol start="4">
<li >Click on the Chevron beside the test you wish to add the questions to.
You may have to Click on "Build Test" if the test dosn't exits yet.</li>
<li>Click "Edit"</li>
</ol>
<center>
<img src="images/helpImages/instructions09.jpg" alt="Step 9 Image" />
</center>
</div>
</div>
<div class="contentBlock">
<div class="blockContent">
<ol start="6">
<li>Click on "Upload Questions" button</li>
</ol>
<center>
<img src="images/helpImages/instructions10.jpg" alt="Step 10 Image" />
</center>
</div>
</div>
<div class="contentBlock">
<div class="blockHeader">
Select the questions
test file to add
</div>
<div class="blockContent">
<ol start="7">
<li >Browse to the text file from the Quiz generator</li>
<li>Enter the point value per question and click on the submit button</li>
</ol>
<center>
<img src="images/helpImages/instructions11.jpg" alt="Step 11 Image" />
</center>
</div>
</div>
</div>
</form>
</body>
</html>