quiz/models.py
changeset 59 0b57494e8b4e
parent 57 0ca5016cde82
child 64 ba80a1b3b187
--- a/quiz/models.py	Tue Jun 29 11:23:10 2010 +0530
+++ b/quiz/models.py	Tue Jun 29 11:38:04 2010 +0530
@@ -5,12 +5,13 @@
 
 TOPIC_CHOICES = (("11", "Plotting"),
                  ("12", "Lists and Files"),
-                 ("13", "Strings"),
-                 ("14", "Dictionaries and Piecharts"),
-                 ("15", "Statistics"),
-                 ("16", "Matrices"),
-                 ("17", "Solving linear equations"),
-                 ("18", "Finding roots"),
+                 ("13", "For Loops"),
+                 ("14", "Strings"),
+                 ("15", "Dictionaries and Piecharts"),
+                 ("16", "Statistics"),
+                 ("17", "Arrays and Matrices"),
+                 ("18", "Solving linear equations"),
+                 ("19", "Finding roots"),
 
                  ("21", "Basic Datatypes"),
                  ("22", "Input and Output"),