UNPKG

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

27 lines (26 loc) 995 B
<html> <head profile="http://www.w3.org/2005/10/profile"> <title>Quizzer Comments - @@COMMENTER@@</title> <meta charset="UTF-8"> <script type="text/javascript" src="js/local.js"></script> <script type="text/javascript" src="js/commenter-classes.js"></script> <link rel="icon" type="image/x-icon" href="http://our.law.nagoya-u.ac.jp/favicon-quizzer.png"> <link rel="stylesheet" type="text/css" href="css/simple-grid.css"/> <link rel="stylesheet" type="text/css" href="css/local.css"/> <link rel="stylesheet" type="text/css" href="css/commenter-classes.css"/> </head> <body onLoad="buildClassList();i18n();"> <div class="grid"> <div class="col-1-1"> <h1 class="i18n" name="content-quizzer-comments">Quizzer Comments</h1> <h2>@@COMMENTER@@</h2> <h3 class="i18n" name="content-class-list">Class List</h3> <hr/> <div id="main-display"> <table id="class-list"> </table> </div> </div> </div> </body> </html>