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

11 lines (10 loc) 326 B
(function () { var cogClass = function () {}; cogClass.prototype.exec = function (params, request, response) { var page = this.page; var oops = this.utils.apiError; response.writeHead(200, {'Content-Type': 'text/html'}); response.end(page); } exports.cogClass = cogClass; })();