Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-08-25 | Merge pull request #742 from ankitjavalkar/addformlabel | ankitjavalkar | |
Add form labels to edit profile template | |||
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 | Merge pull request #732 from ankitjavalkar/fix_zerodiv_error | Palaparthy Adityachandra | |
Fix division by zero error when quizzes do not exist | |||
2020-07-22 | Fix division by zero error when quizzes do not exist | ankitjavalkar | |
2020-07-02 | Update setup.pyv0.21.0 | Palaparthy Adityachandra | |
2020-07-02 | Merge pull request #731 from adityacp/release_0_21 | Palaparthy Adityachandra | |
Release 0.21 related changes | |||
2020-07-02 | Change multiple files | adityacp | |
- Add version in init - Add demo website information in readme - Update django version in requirements | |||
2020-07-02 | Update README.rst | Palaparthy Adityachandra | |
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-06-08 | Merge pull request #721 from FOSSEE/release_0_20_20.20.2 | ankitjavalkar | |
Release 0.20.2 related changes | |||
2020-06-02 | Release 0.20.2 related changes | ankitjavalkar | |
2020-05-28 | Merge pull request #718 from ankitjavalkar/fix-mcq-select | ankitjavalkar | |
Add a custom filter to convert str to int and fix view last submitted MCQ answer | |||
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 | |