diff options
author | maheshgudi | 2017-01-11 18:18:06 +0530 |
---|---|---|
committer | maheshgudi | 2017-03-02 20:36:26 +0530 |
commit | 059034c0ec77d130eeb55af62c456773c2a64b2a (patch) | |
tree | ae58764c7a564584584a58866ee03e77a73b9bb4 /yaksh/models.py | |
parent | b001bc98db69e1ef1926b0f2103bf5a291682f93 (diff) | |
download | online_test-059034c0ec77d130eeb55af62c456773c2a64b2a.tar.gz online_test-059034c0ec77d130eeb55af62c456773c2a64b2a.tar.bz2 online_test-059034c0ec77d130eeb55af62c456773c2a64b2a.zip |
changed mcq to single correct choice
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 2d84622..4292cc0 100644 --- a/yaksh/models.py +++ b/yaksh/models.py @@ -36,7 +36,7 @@ languages = ( ) question_types = ( - ("mcq", "Multiple Choice"), + ("mcq", "Single Correct Choice"), ("mcc", "Multiple Correct Choices"), ("code", "Code"), ("upload", "Assignment Upload"), |