From 2943099f08a0ee2559f59a1f2d43d03cefd6e1b8 Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Mon, 8 Jan 2018 15:15:53 +0530 Subject: Add instructions for demo quiz --- yaksh/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yaksh/models.py') 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="This is a demo quiz." ) return demo_quiz -- cgit