quizzer
Version:
Quizzer is a webserver for collaborative writing lab support. Based on a _fail early, fail often? approach to written language, the tool is particularly suited to second-language learners. The workflow (essay - error - quiz - exam) treats mistakes as an o
24 lines (23 loc) • 567 B
HTML
<html>
<head>
<title>Quizzer - exam page</title>
<link rel="stylesheet" type="text/css" href="css/simple-grid.css"/>
</head>
<body>
<div class="grid">
<div class="col-1-1">
<h1>Unmarked exam</h1>
<hr/>
<p>
This quiz is an examination paper. The results will be visible
here when the paper has been marked.
</p>
<p>
If you were looking for another quiz, your most recent Quizzer
mail message for this class contains your currently valid
links.
</p>
</div>
</div>
</body>
</html>