From ec738bb79132a581a1778187a55632983d1fcb53 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Tue, 8 Nov 2011 02:10:03 +0530 Subject: NEW: First cut of exam app. This application allows us to create questions via the admin interface. The questions are proper programming questions and one enters test cases for each question. The user logs in and submits the answer which is checked. The app is rather simple now but does work. --- __init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 __init__.py (limited to '__init__.py') diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..e69de29 -- cgit