--- 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"),