diff options
author | Prabhu Ramachandran | 2018-01-08 19:13:49 +0530 |
---|---|---|
committer | GitHub | 2018-01-08 19:13:49 +0530 |
commit | d1cc992eb7dc1a23b866ed89baf602579637244a (patch) | |
tree | fb576bab292844f34d4fc5b5389a9a68d2056e52 /yaksh/models.py | |
parent | f457585ea62ec76240edb9397c7f08a46f25947c (diff) | |
parent | f0fafed7ba0002369f528a901d9e5590f5bd3bea (diff) | |
download | online_test-d1cc992eb7dc1a23b866ed89baf602579637244a.tar.gz online_test-d1cc992eb7dc1a23b866ed89baf602579637244a.tar.bz2 online_test-d1cc992eb7dc1a23b866ed89baf602579637244a.zip |
Merge pull request #415 from maheshgudi/yaksh_ui_changes
See previous questions in exercise and other bug fixes
Diffstat (limited to 'yaksh/models.py')
-rw-r--r-- | yaksh/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/models.py b/yaksh/models.py index 2f616cf..6622067 100644 --- a/yaksh/models.py +++ b/yaksh/models.py @@ -330,7 +330,7 @@ class Quiz(models.Model): duration=30, active=True, attempts_allowed=-1, time_between_attempts=0, description='Yaksh Demo quiz', pass_criteria=0, - creator=user + creator=user, instructions="<b>This is a demo quiz.</b>" ) return demo_quiz |