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. --- static/exam/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/exam/css/base.css') diff --git a/static/exam/css/base.css b/static/exam/css/base.css index d51be30..1323116 100644 --- a/static/exam/css/base.css +++ b/static/exam/css/base.css @@ -2,8 +2,8 @@ body { font-family: 'Georgia', serif; font-size: 17px; color: #000; back h1, h2, h3, h4 { font-family: 'Garamond', 'Georgia', serif; font-weight: normal; } h1 { margin: 0 0 30px 0; font-size: 36px;} h1 span { display: none; } -h2 { font-size: 24px; margin: 15px 0 5px 0; } -h3 { font-size: 19px; margin: 15px 0 5px 0; } +h2 { font-size: 26px; margin: 15px 0 5px 0; } +h3 { font-size: 22px; margin: 15px 0 5px 0; } h4 { font-size: 15px; margin: 15px 0 5px 0; } .box { width: 700px; margin: 10px auto ; } -- cgit