removed the bounds on questions based on quiz_num. now there is no seperation between questions
authornishanth
Tue, 29 Jun 2010 11:23:10 +0530
changeset 58 672409e18e16
parent 57 0ca5016cde82
child 59 0b57494e8b4e
removed the bounds on questions based on quiz_num. now there is no seperation between questions
question_bank.xml
--- a/question_bank.xml	Tue Jun 29 11:21:52 2010 +0530
+++ b/question_bank.xml	Tue Jun 29 11:23:10 2010 +0530
@@ -1,5 +1,4 @@
 <questionbank>
-<day1quiz1>
 
 <question>
 <description>
@@ -208,10 +207,6 @@
 </expected_answer>
 </question>
 
-</day1quiz1>
-
-<day1quiz2>
-
 <question>
 <description>
 What is the value of a after executing this code.
@@ -386,9 +381,6 @@
 </expected_answer>
 </question>
 
-</day1quiz2>
-<day2quiz1>
-
 <question>
 <description>
 What is the largest integer value that can be represented by Python?
@@ -628,5 +620,4 @@
 </expected_answer>
 </question>
 
-</day2quiz1>
 </questionbank>