question_bank.xml
changeset 29 ea1c0110e989
parent 28 456b7b9e3d13
child 33 d28d0957a5ab
--- a/question_bank.xml	Wed Apr 21 11:08:44 2010 +0530
+++ b/question_bank.xml	Wed Apr 21 12:11:19 2010 +0530
@@ -50,25 +50,42 @@
 				len\( a \) 
 			</expected_answer>
 		</question>
-
-	</day1quiz1>
-
-	<day1quiz2>
 		<question>
 			<description>
 				What is the maximum number that can be represented natively in Python.
 			</description>
 			<time_limit>
-				30
+				15
 			</time_limit>
 			<options>
 				Infinite
 				2**32
 			</options>
 			<expected_answer>
-				1
+				Infinite
 			</expected_answer>
 		</question>
-	</day1quiz2>
+
+		<question>
+			<description>
+				There is a bug in this code. What is the bug.
+			</description>
+			<time_limit>
+				30
+			</time_limit>
+			<code>
+for i in range(5):
+    plot(i,sin(i))
+
+			</code>
+			<expected_answer>
+				plot(i,sin(i))
+			</expected_answer>
+		</question>
+	
+	</day1quiz1>
+
+	<day1quiz2>
+</day1quiz2>
 
 </questionbank>