Age | Commit message (Collapse) | Author |
|
detailed_csv_download_quiz
RESOLVED
Conflicts:
yaksh/test_models.py
|
|
CSV download for a quiz now shows question wise grades.
Also, for a given attempt all the users from the course are entered in
the CSV. If the user has not attempted then a dash '-' is put under the
grades.
Also, handles random questions, if a question paper has questions
selected from pool of questions then all the questions are entered in
the CSV. 'NA' is put under the question grade if that question has not
come in the question/answer paper for that given user.
|
|
Fix the Reset Answer javascript and rename it to Clear Text Area
|
|
|
|
Grade User bugfix
|
|
Fix revisit with one question
|
|
0.7_bugfix
|
|
- Fix god-mode/user-mode url pattern
|
|
|
|
|
|
|
|
|
|
Yaml fixes
|
|
|
|
Fix quickstart demo execution
|
|
New js editor
|
|
|
|
|
|
|
|
|
|
- Modify demo_settings.py and add new production settings variables
|
|
|
|
|
|
question
|
|
|
|
|
|
|
|
|
|
|
|
- Change question_order field from charfield to textfield
- Refactor has_questions and current_question functions
|
|
|
|
|
|
|
|
|
|
|
|
- Add else condition in make_answerpaper instead of direct return
- Remove while loop in shuffle questions testcase
|
|
|
|
|
|
|
|
Allow user to quit the paper manually and revisit the paper if necessary
|
|
|
|
|
|
Not pushing migration file, as it will be merged with release.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|