summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-14Update version in online_test/__init__.pyankitjavalkar
2020-09-14Release related changesankitjavalkar
2020-09-14Show lesson quiz statisticsadityacp
2020-09-14Merge pull request #760 from prathamesh920/quick-fixankitjavalkar
Fix rendering of the quiz list
2020-09-14Merge pull request #758 from ankitjavalkar/fix_file_name_errorankitjavalkar
Multiple Fixes
2020-09-14Merge pull request #751 from CruiseDevice/partial_grade_userankitjavalkar
Show max marks for all attempts in answerpaper
2020-09-14Merge pull request #754 from ankitjavalkar/get_distinct_answeredankitjavalkar
Fetch only distinct answered questions
2020-09-13Fix rendering of the quiz listprathamesh
2020-09-12Mulitple changesadityacp
- Remove all alerts and add toast messages - Accept user submissions for the lesson quiz and evaluate - Initial lesson statistics
2020-09-11Multiple changesankitjavalkar
- Increase max_limit for files names in AssignmentUploads - Add email display to Added Teacher/TA screen
2020-09-10Store and evaluate lesson quiz answeradityacp
2020-09-09Show the toc quiz on the student dashboardadityacp
2020-09-09Resolve conflictsadityacp
2020-09-09Merge pull request #757 from adityacp/release_0_23_0v0.23.0Palaparthy Adityachandra
Release 0.23.0 changes
2020-09-09Release changesadityacp
2020-09-08Merge pull request #755 from prathamesh920/allow-special-attemptKing
Provide additional attempt to a selected student or extend time.
2020-09-08Provide additional attempt to a selected student or extend time.prathamesh
2020-09-07Show the lesson contents on student interfaceadityacp
2020-09-07Add edit and delete table of contents optionsadityacp
2020-09-03Show table of contents on adding new contentadityacp
2020-09-03Change views, forms, models, urlsadityacp
- 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-03Fetch only distinct answered questionsankitjavalkar
2020-09-01Fix tests, Fix PEP8CruiseDevice
2020-08-28Show max marks for all attempts in answerpaperCruiseDevice
- 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-28fix question paper marks updationv0.22.1adityacp
2020-08-28Merge pull request #750 from adityacp/release_0_22_1Palaparthy Adityachandra
Release changes
2020-08-28Release changesadityacp
2020-08-28Merge pull request #748 from adityacp/multiple_fixesPalaparthy Adityachandra
Multiple changes
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-27Merge pull request #747 from adityacp/masterPalaparthy Adityachandra
fix iframe css
2020-08-27fix iframe cssadityacp
2020-08-27Resolve conflictsadityacp
2020-08-27Merge pull request #746 from adityacp/add_mathjax_lessonv0.22.0Palaparthy Adityachandra
Add mathjax support in lesson and module
2020-08-27Add mathjax support in lesson and moduleadityacp
2020-08-27Merge pull request #745 from ankitjavalkar/qstatsankitjavalkar
Fix column header and display question details
2020-08-26First cut for in video quizzesadityacp
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-25Merge pull request #742 from ankitjavalkar/addformlabelankitjavalkar
Add form labels to edit profile template
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-22Merge pull request #732 from ankitjavalkar/fix_zerodiv_errorPalaparthy Adityachandra
Fix division by zero error when quizzes do not exist
2020-07-22Fix division by zero error when quizzes do not existankitjavalkar