From fdc531b561565345847812f409ee44af0a784e82 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Fri, 25 Nov 2011 18:48:13 +0530 Subject: ENH: Adding support for Multiple Choice Questions Adds simple support for multiple choice questions that are also auto-checked. Many fixes to the templates and useful feature additions. This changes the database. --- templates/exam/question.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'templates/exam/question.html') diff --git a/templates/exam/question.html b/templates/exam/question.html index f4d3f67..62b8b3d 100644 --- a/templates/exam/question.html +++ b/templates/exam/question.html @@ -60,15 +60,20 @@ function update_time()
-- cgit