Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | Add pagination in the lesson statistics | adityacp | |
2020-09-17 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | adityacp | |
add_in_video_questions | |||
2020-09-15 | Merge pull request #765 from adityacp/fix_grade_user | Palaparthy Adityachandra | |
Show missing marks in grade user | |||
2020-09-15 | Show missing marks in grade user | adityacp | |
2020-09-15 | Change multiple sections | adityacp | |
- Show lesson topic description as per the video time - Fix description preview for module and lesson - Order table of contents by time | |||
2020-09-14 | Merge pull request #762 from ankitjavalkar/release_0_24 | ankitjavalkar | |
Release related changes | |||
2020-09-14 | Update version in online_test/__init__.py | ankitjavalkar | |
2020-09-14 | Release related changes | ankitjavalkar | |
2020-09-14 | Show lesson quiz statistics | adityacp | |
2020-09-14 | Merge pull request #760 from prathamesh920/quick-fix | ankitjavalkar | |
Fix rendering of the quiz list | |||
2020-09-14 | Merge pull request #758 from ankitjavalkar/fix_file_name_error | ankitjavalkar | |
Multiple Fixes | |||
2020-09-14 | Merge pull request #751 from CruiseDevice/partial_grade_user | ankitjavalkar | |
Show max marks for all attempts in answerpaper | |||
2020-09-14 | Merge pull request #754 from ankitjavalkar/get_distinct_answered | ankitjavalkar | |
Fetch only distinct answered questions | |||
2020-09-13 | Fix rendering of the quiz list | prathamesh | |
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-11 | Multiple changes | ankitjavalkar | |
- Increase max_limit for files names in AssignmentUploads - Add email display to Added Teacher/TA screen | |||
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 | Merge pull request #757 from adityacp/release_0_23_0v0.23.0 | Palaparthy Adityachandra | |
Release 0.23.0 changes | |||
2020-09-09 | Release changes | adityacp | |
2020-09-08 | Merge pull request #755 from prathamesh920/allow-special-attempt | King | |
Provide additional attempt to a selected student or extend time. | |||
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-09-03 | Fetch only distinct answered questions | ankitjavalkar | |
2020-09-01 | Fix tests, Fix PEP8 | CruiseDevice | |
2020-08-28 | Show max marks for all attempts in answerpaper | CruiseDevice | |
- Latest attempt marks were shown in the answerpaper, which made it difficult to analyze the paper. This PR fixes the issue and the best marks of all the attempt are provided. | |||
2020-08-28 | fix question paper marks updationv0.22.1 | adityacp | |
2020-08-28 | Merge pull request #750 from adityacp/release_0_22_1 | Palaparthy Adityachandra | |
Release changes | |||
2020-08-28 | Release changes | adityacp | |
2020-08-28 | Merge pull request #748 from adityacp/multiple_fixes | Palaparthy Adityachandra | |
Multiple changes | |||
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 | Merge pull request #747 from adityacp/master | Palaparthy Adityachandra | |
fix iframe css | |||
2020-08-27 | fix iframe css | adityacp | |
2020-08-27 | Resolve conflicts | adityacp | |
2020-08-27 | Merge pull request #746 from adityacp/add_mathjax_lessonv0.22.0 | Palaparthy Adityachandra | |
Add mathjax support in lesson and module | |||
2020-08-27 | Add mathjax support in lesson and module | adityacp | |
2020-08-27 | Merge pull request #745 from ankitjavalkar/qstats | ankitjavalkar | |
Fix column header and display question details | |||
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 | |