summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2020-08-28fix question paper marks updationv0.22.1adityacp
2020-08-28Release changesadityacp
2020-08-28fix design question paper views and testsadityacp
2020-08-28Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵adityacp
multiple_fixes
2020-08-28Merge pull request #736 from CruiseDevice/question_paper_creationPalaparthy Adityachandra
Add select all checkbox in design qp for fixed questions.
2020-08-28fix testsadityacp
2020-08-28Multiple changesadityacp
- Fix a bug where user cannot submit zero as answer - Fix UI in question statistics - Fix a bug where the trial question paper was not updated
2020-08-27Merge pull request #744 from prathamesh920/fix-upload-usersKing
Avoid duplicate user entry with same email address during upload.
2020-08-27fix iframe cssadityacp
2020-08-27Add mathjax support in lesson and moduleadityacp
2020-08-26Avoid duplicate user entry with same email address during upload.prathamesh
Django allows multiple usernames with same email id. Preventing this, as we identify users with their email id or username.
2020-08-26Display question detailsankitjavalkar
2020-08-26Add correct column name to question statistics pageankitjavalkar
2020-08-25Fix form label positionankitjavalkar
2020-08-25Add form labesl to editprofile form renderingankitjavalkar
2020-08-08Add select all checkbox in design qp for fixed questions.CruiseDevice
2020-07-22Fix division by zero error when quizzes do not existankitjavalkar
2020-07-02Release 0.21 related changesadityacp
2020-07-02Merge pull request #719 from prathamesh920/hidden-testcasesPalaparthy Adityachandra
Hide test cases
2020-07-01Modify tests to handle hidden testsprathamesh
2020-06-30Fix Testsprathamesh
2020-06-10Allow moderator to hide test cases from the userprathamesh
2020-05-28Add a custom filter to convert str to int and fix view last submitted MCQ answerankitjavalkar
2020-05-27Merge pull request #715 from ankitjavalkar/fix-timer-bugankitjavalkar
Check if attempts are allowed and spare time is available before answer is checked
2020-05-27Change condition and function nameankitjavalkar
2020-05-24Show provided question solutionaditya
2020-05-22Add plugin settings in course mail textareaaditya
2020-05-22Change question templateaditya
- Update tinymce editor with additional plugins - Fix issue in question file upload for empty question instance - Change variable name for uploaded file to avoid conflict with queryset variable - Remove description preview
2020-05-21Fix check condition and alter testsankitjavalkar
2020-05-21Check if attempts are allowed and spare time is available before answer is ↵ankitjavalkar
checked
2020-05-21Merge pull request #713 from FOSSEE/fix_celeryPalaparthy Adityachandra
Rename celery.py to celery_settings and change imports
2020-05-21Fix import in testsaditya
2020-05-20Rename migration fileaditya
2020-05-20Release 0.2.0 related changesaditya
2020-05-18Merge pull request #697 from CruiseDevice/change-create_questionPalaparthy Adityachandra
Fix: #696
2020-05-18Merge pull request #702 from CruiseDevice/add_reject_selectedPalaparthy Adityachandra
Add reject button to reject selected students
2020-05-18Merge pull request #692 from adityacp/merge_monitor_regradePalaparthy Adityachandra
Merge monitor regrade
2020-05-18Merge pull request #695 from adityacp/fix_forumPalaparthy Adityachandra
Fix pagination for forum post search
2020-05-18Merge pull request #705 from CruiseDevice/test_start_view_funcPalaparthy Adityachandra
Add testcases for start view function
2020-05-13Merge branch 'master' into change-create_questionPalaparthy Adityachandra
2020-05-13Merge pull request #693 from adityacp/fix_grade_userPalaparthy Adityachandra
Change UI in grade user
2020-05-13PEP8 fixCruiseDevice
2020-05-13Merge branch 'master' into merge_monitor_regradePalaparthy Adityachandra
2020-05-12More tests for start view functionCruiseDevice
2020-05-12Add testcases for start view functionCruiseDevice
2020-05-09Add more tests for course_students viewCruiseDevice
2020-05-09Fix testsCruiseDevice
2020-05-09Fix pep8CruiseDevice
- cover missing tests.
2020-05-09Add missing tests.CruiseDevice
2020-05-08More tests to test course detail pageCruiseDevice