-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinstructors.html
106 lines (87 loc) · 2.43 KB
/
instructors.html
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
<!DOCTYPE html>
<html>
<head>
<title>OpenDSA Project: Instructor Support</title>
<meta charset="utf-8" />
<link href="lib/site.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="content">
<div id="mytitle">
<h1>
OpenDSA Instructors' Tools
</h1>
<img src="site/OpenDSALogoT64.png" alt="OpenDSA logo"
style="position:relative; bottom: 65px; height: 50px"/>
</div>
<div id="maintext">
<p>
<b>Please note:</b> The system described here will be replaced by
January 2016 with our new infrastructure based on the
<a href="https://www.imsglobal.org/activity/learning-tools-interoperability">LTI</a>
communications protocol, potentially allowing
for OpenDSA to work with a wide variety of widely used Learning
Management Systems.
For Spring 2016, we will only support integration with the
<a href="https://www.canvaslms.com/">Canvas LMS</a>.
Support for other LMS will come thereafter.
</p>
<p>
OpenDSA includes useful tools for instructors in what we call the
"Teachers' view".
OpenDSA supports multiple "book instances" where a given book instance
would be used by one particular class.
</p>
<ul>
<li >
This is what the main page of the teachers' view looks like for a
particular book instance.
<br />
<p></p>
<a href="site/teachers_view.png" target="_blank">
<img src="site/teachers_view.png" width="400" alt="Teachers View" /></a>
<p></p>
</li>
<li>
From the main page, instructors can create assignments, which are
simply a collection of exercises that appear in the book instance.
<br />
<p></p>
<a href="site/assignment.png" target="_blank">
<img src="site/assignment.png" width="400" alt="Create Assignment" /></a>
<br />
<p></p>
</li>
<li>
This image shows the edit window where an instructor can add or remove exercises for the assignment.
<br />
<p></p>
<a href="site/add_exercises.png" target="_blank">
<img src="site/add_exercises.png" width="400" alt="Edit Assignment" /></a>
<br />
</li>
<li>
Instructors can track their students' progress in the Activity
Summary.
From this page, an instructor can also export the spreadsheet as a CSV
file for import into their own course gradebook.
<br />
<p></p>
<a href="site/class_spreadsheet.png" target="_blank">
<img src="site/class_spreadsheet.png" width="400" alt="Class Spreadsheet" /></a>
<br />
</li>
</ul>
</div>
</div>
</div>
<div id="footer">
<p class="footertext">
Last modified:
<script type="text/javascript">
document.write(document.lastModified);
</script>
</p>
</div>
</body>
</html>