summaryrefslogtreecommitdiff
path: root/yaksh/docs/sample_questions.py
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/docs/sample_questions.py')
-rw-r--r--yaksh/docs/sample_questions.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/yaksh/docs/sample_questions.py b/yaksh/docs/sample_questions.py
index 60f32cb..3f0c36e 100644
--- a/yaksh/docs/sample_questions.py
+++ b/yaksh/docs/sample_questions.py
@@ -78,7 +78,7 @@ None of the above
] #list of questions ends here
-quiz = Quiz(start_date=date.today(),
- duration=10,
- description='Basic Python Quiz 1'
+quiz = Quiz(duration=10,
+ description='Basic Python Quiz 1',
+ time_between_attempts=0
)