quiz/management/commands/seed_que.py
changeset 49 3643f59f141e
parent 46 b45bb982ae24
child 50 0842b3439c3e
--- a/quiz/management/commands/seed_que.py	Thu Apr 22 05:41:35 2010 +0530
+++ b/quiz/management/commands/seed_que.py	Thu Apr 22 06:23:53 2010 +0530
@@ -20,6 +20,7 @@
 
         description_node = question.getElementsByTagName("description")[0]
         description = (description_node.childNodes[0].data).strip()
+        print description
 
         time_limit_node = question.getElementsByTagName("time_limit")[0]
         time_limit = time_limit_node.childNodes[0].data