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
23 lines (22 loc) • 557 B
HTML
<html>
<head>
<title>Quizzer - page not found</title>
<link rel="stylesheet" type="text/css" href="css/simple-grid.css"/>
</head>
<body>
<div class="grid">
<div class="col-1-1">
<h1>Page not found</h1>
<hr/>
<p>
Quizzer URLs are temporary, and change from time to time.
You may be using an old URL.
</p>
<p>
Your most recent Quizzer mail message for this class contains
your currently valid links.
</p>
</div>
</div>
</body>
</html>