Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
improve-code-server
Conflicts Resolved:
yaksh/views.py
|
|
|
|
|
|
|
|
|
|
|
|
improve-code-server
Conflicts Resolved:
.travis.yml
yaksh/views.py
|
|
improve-code-server
Conflicts Resolved:
yaksh/templates/yaksh/question.html
|
|
Fix bug to prevent students from attempting pre-enrolled deactivated course
|
|
javascript strings includes method changed to indexOf, as includes
belongs to ES6. This was the main reason for failure of selenium tests
on travis.
|
|
add_tag_search
|
|
created.
|
|
number.
|
|
|
|
|
|
|
|
|