forked from OklahomaChristian/BlackboardQuizGenerator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUploadPool.htm
111 lines (96 loc) · 4.37 KB
/
UploadPool.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!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
from the Blackboard Quiz Generator</div>
<div class="blockContent">
<br />
Click "Download Question Pool" button and save the zip file to a location on
your computer hard drive (eg. downloads folder or Desktop).<br />
<br />
<center>
<img src="images/helpImages/instructions12.jpg" alt="Step 12 Image" />
</center>
</div>
</div>
<div class="contentBlock">
<div class="blockHeader">
Navigate to the Pool 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 "Pools"</li>
</ol>
<center>
<img src="images/helpImages/instructions13.jpg" alt="Step 13 Image" />
</center>
</div>
</div>
<div class="contentBlock">
<div class="blockHeader">
Select Import Pool
</div>
<div class="blockContent">
<ol start="4">
<li >Click on "Import Pool" button</li>
</ol>
<center>
<img src="images/helpImages/instructions14.jpg" alt="Step 14 Image" />
</center>
</div>
</div>
<div class="contentBlock">
<div class="blockHeader">
Select Browse
</div>
<div class="blockContent">
<ol start="5">
<li >Click on the "Browse My Computer" button</li>
</ol>
<center>
<img src="images/helpImages/instructions15.jpg" alt="Step 15 Image" />
</center>
</div>
</div>
<div class="contentBlock">
<div class="blockHeader">
Select the exported file on your computer
</div>
<div class="blockContent">
<ol start="6">
<li>Click on the chevron to view question types as well as sample questions.</li>
<li >Click on "Open"</li>
</ol>
<center>
<img src="images/helpImages/instructions16.jpg" alt="Step 16 Image" />
</center>
</div>
</div>
<div class="contentBlock">
<div class="blockHeader">
Click Submit
</div>
<div class="blockContent">
<ol start="8">
<li >Click on "Submit" button to add questions to the pool manager.</li>
</ol>
<center>
<img src="images/helpImages/instructions17.jpg" alt="Step 17 Image" />
</center>
</div>
</div>
</div>
</form>
</body>
</html>