Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-14 | Show lesson quiz statistics | adityacp | |
2020-09-12 | Mulitple changes | adityacp | |
- Remove all alerts and add toast messages - Accept user submissions for the lesson quiz and evaluate - Initial lesson statistics | |||
2020-09-10 | Store and evaluate lesson quiz answer | adityacp | |
2020-09-09 | Show the toc quiz on the student dashboard | adityacp | |
2020-09-09 | Resolve conflicts | adityacp | |
2020-09-09 | Release changes | adityacp | |
2020-09-08 | Provide additional attempt to a selected student or extend time. | prathamesh | |
2020-09-07 | Show the lesson contents on student interface | adityacp | |
2020-09-07 | Add edit and delete table of contents options | adityacp | |
2020-09-03 | Show table of contents on adding new content | adityacp | |
2020-09-03 | Change views, forms, models, urls | adityacp | |
- Disable the question type in video question form - Change urls to add graded quiz, exercise, poll type question - Save the topic and question in table of contents - Rename lesson attribute in TableOfContents model | |||
2020-08-28 | fix question paper marks updationv0.22.1 | adityacp | |
2020-08-28 | Release changes | adityacp | |
2020-08-28 | fix design question paper views and tests | adityacp | |
2020-08-28 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | adityacp | |
multiple_fixes | |||
2020-08-28 | Merge pull request #736 from CruiseDevice/question_paper_creation | Palaparthy Adityachandra | |
Add select all checkbox in design qp for fixed questions. | |||
2020-08-28 | fix tests | adityacp | |
2020-08-28 | Multiple changes | adityacp | |
- 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-27 | Merge pull request #744 from prathamesh920/fix-upload-users | King | |
Avoid duplicate user entry with same email address during upload. | |||
2020-08-27 | fix iframe css | adityacp | |
2020-08-27 | Resolve conflicts | adityacp | |
2020-08-27 | Add mathjax support in lesson and module | adityacp | |
2020-08-26 | First cut for in video quizzes | adityacp | |
2020-08-26 | Avoid 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-26 | Display question details | ankitjavalkar | |
2020-08-26 | Add correct column name to question statistics page | ankitjavalkar | |
2020-08-25 | Fix form label position | ankitjavalkar | |
2020-08-25 | Add form labesl to editprofile form rendering | ankitjavalkar | |
2020-08-08 | Add select all checkbox in design qp for fixed questions. | CruiseDevice | |
2020-07-22 | Fix division by zero error when quizzes do not exist | ankitjavalkar | |
2020-07-02 | Release 0.21 related changes | adityacp | |
2020-07-02 | Merge pull request #719 from prathamesh920/hidden-testcases | Palaparthy Adityachandra | |
Hide test cases | |||
2020-07-01 | Modify tests to handle hidden tests | prathamesh | |
2020-06-30 | Fix Tests | prathamesh | |
2020-06-10 | Allow moderator to hide test cases from the user | prathamesh | |
2020-05-28 | Add a custom filter to convert str to int and fix view last submitted MCQ answer | ankitjavalkar | |
2020-05-27 | Merge pull request #715 from ankitjavalkar/fix-timer-bug | ankitjavalkar | |
Check if attempts are allowed and spare time is available before answer is checked | |||
2020-05-27 | Change condition and function name | ankitjavalkar | |
2020-05-24 | Show provided question solution | aditya | |
2020-05-22 | Add plugin settings in course mail textarea | aditya | |
2020-05-22 | Change question template | aditya | |
- 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-21 | Fix check condition and alter tests | ankitjavalkar | |
2020-05-21 | Check if attempts are allowed and spare time is available before answer is ↵ | ankitjavalkar | |
checked | |||
2020-05-21 | Merge pull request #713 from FOSSEE/fix_celery | Palaparthy Adityachandra | |
Rename celery.py to celery_settings and change imports | |||
2020-05-21 | Fix import in tests | aditya | |
2020-05-20 | Rename migration file | aditya | |
2020-05-20 | Release 0.2.0 related changes | aditya | |
2020-05-18 | Merge pull request #697 from CruiseDevice/change-create_question | Palaparthy Adityachandra | |
Fix: #696 | |||
2020-05-18 | Merge pull request #702 from CruiseDevice/add_reject_selected | Palaparthy Adityachandra | |
Add reject button to reject selected students | |||
2020-05-18 | Merge pull request #692 from adityacp/merge_monitor_regrade | Palaparthy Adityachandra | |
Merge monitor regrade |