diff options
author | Prabhu Ramachandran | 2015-10-09 11:58:57 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2015-10-09 11:58:57 +0530 |
commit | 38812e177e27c4229e68a6f40394e90a5ee76efd (patch) | |
tree | 4a1997b39f0bb5fd7bc82289ad46a5629f67f93b /yaksh/docs/sample_questions.py | |
parent | ebbf135af98720f1979cd28a9108817bac385ce7 (diff) | |
parent | f39f8e1b2b487426a38d2c69372a1f58dcaeee79 (diff) | |
download | online_test-38812e177e27c4229e68a6f40394e90a5ee76efd.tar.gz online_test-38812e177e27c4229e68a6f40394e90a5ee76efd.tar.bz2 online_test-38812e177e27c4229e68a6f40394e90a5ee76efd.zip |
Merge pull request #59 from ankitjavalkar/clean-setup
Clean setup with fixtures that are loaded by default
Diffstat (limited to 'yaksh/docs/sample_questions.py')
-rw-r--r-- | yaksh/docs/sample_questions.py | 6 |
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 ) |