-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·175 lines (170 loc) · 5.42 KB
/
index.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<link rel="stylesheet" type="text/css" href="static/vendor/bootstrap.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="static/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="static/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="static/favicon/favicon-16x16.png">
<link rel="manifest" href="static/favicon/site.webmanifest">
<style>
body {
background-color: #ffffaa;
}
.jumbotron {
background-image: url("static/splash-key.png");
background-size: cover;
}
p.lead {
width: 35%;
font-family: "Times New Roman", Times, serif;
}
h1.title {
color: #ff5817;
font-family: "Times New Roman", Times, serif;
text-decoration: underline wavy #ffffaa;;
}
.lead-1 {
color: #ff5817;
font-family: "Times New Roman", Times, serif;
background-color: white;
border-color: #ff5817;
}
.dl-list > li {
color: #82c6af;
}
</style>
<div class="container">
<div class="jumbotron">
<br><br><br><br><br><br><br>
<br><br><br>
<h1 class="title display-1"> Quiz Grader </h1>
<p class="lead lead-1 ml-3 border-bottom">
Computer assisted grading for multiple choice quizzes.
</p>
<p class="lead lead-2 ml-3">
Scan your students' answer sheets to a pdf, and upload them. Manually check answers and automatically calculate scores. Coming soon: OCR grading.
</p>
<div class="row">
<div class="col-sm-6 border-right">
<div class="ml-3 pl-3">
<a href="tryit.html" class="btn btn-primary btn-lg"> Try It! </a>
</div>
</div>
<div class="col-sm-6 border-right">
<h4> Downloads: </h4>
<ul class="dl-list">
<li> <a href="static/samples/107-2--ENG-101--SAMPLE-QUIZ.pdf" class=""> Example PDF </a>
</li>
<li> <a href="static/samples/quiz-template-20Q.docx" class=""> Quiz Template in WORD </a>
</li>
<li> <a href="https://bitbucket.org/robert_mcc/quizgrader/src/master/" class=""> Source Code from bitbucket </a>
</li>
<ul>
</div>
</div>
</div>
<div>
<div class="row">
<div class="col-sm-6 border-right">
<div class="card">
<div class="card-body">
<h5 class="card-title"> Go from this...</h5>
</div>
<img class="card-img-bottom" src="static/img-ungraded.png">
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title">...to this.</h5>
</div>
<img class="card-img-bottom" src="static/img-graded.png">
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title"> 1. Scan your quiz as a PDF.</h5>
<p class="card-text">
Scan in your quiz using a copy machine and save it to USB. Upload the PDF and grade it with computer assisted grading. Coming soon: Autmated ORC grading.
</p>
<video controls
muted
class="card-img-bottom" src="https://drive.google.com/uc?export=download&id=1k6YmAFbVhdoPKvQxtSlK2_a7RkfLw-OU" type='video/mp4'>
</video>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title"> 2. Upload your PDF.</h5>
<p class="card-text">
Upload your pdf to the app.
</p>
<video controls
muted
class="card-img-bottom" src="https://drive.google.com/uc?export=download&id=1QLehcyk-qbQ8Mmq0sYCW2Xc16jtmw86F" type='video/mp4'>
</video>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title"> 3. Set the answer key</h5>
<p class="card-text">
Coming soon: do this automatically with OCR.
</p>
<video controls
muted
class="card-img-bottom" src="https://drive.google.com/uc?export=download&id=1VMfiKvutPA-_D8bSUvoBb8LqgAohCaFQ" type='video/mp4'>
</video>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title"> 4. Mark the incorrect answers</h5>
<p class="card-text">
Coming soon: do this automatically with OCR.
</p>
<video controls
muted
class="card-img-bottom" src="https://drive.google.com/uc?export=download&id=14f2WDYWmwuaklQWv2WN-eya3wSVHS3Cb" type='video/mp4'>
</video>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title"> 5. Set the student ids</h5>
<p class="card-text">
</p>
<video controls
muted
class="card-img-bottom" src="https://drive.google.com/uc?export=download&id=1zH7Kx5VHoYRw_3W91cHNaTxHphiTs_cr" type='video/mp4'>
</video>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title"> 6. Download the CSV with scores and the PDF</h5>
<p class="card-text">
</p>
<video controls
muted
class="card-img-bottom" src="https://drive.google.com/uc?export=download&id=1lfM1JKQHtpzV7e6C56lVSMREXgq1TQxI" type='video/mp4'>
</video>
</div>
</div>
</div>
</div>
</div>