summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-29Merge pull request #773 from adityacp/minor_fixPalaparthy Adityachandra
Show assignment upload file in view answerpaper
2020-09-29Show assignment upload file in view answerpaperadityacp
2020-09-29Merge pull request #770 from ankitjavalkar/add_file_namerankitjavalkar
Display file names of uploaded files in question files
2020-09-29Merge pull request #772 from ankitjavalkar/release_0_25ankitjavalkar
Release related changes
2020-09-29Release related changesankitjavalkar
2020-09-29Merge pull request #771 from ankitjavalkar/recalc-paper-marksankitjavalkar
Re calculate and save total marks of paper
2020-09-29Fix testsankitjavalkar
2020-09-28Re calculate and save total marks of paperankitjavalkar
2020-09-28Display file names of uploaded files in question filesankitjavalkar
2020-09-25Merge pull request #768 from ankitjavalkar/add_katexankitjavalkar
Add katex CDN and remove MathJax references
2020-09-25Add condition to check for course teacheradityacp
2020-09-25Fix testsadityacp
2020-09-25Change forms, models, settings and templateadityacp
- Add max_upload_size in settings for video file - Change error messages in forms - Set the video_file field max_length - Fix add_lesson template for uploading video file
2020-09-24Remove commentsankitjavalkar
2020-09-24Add katex CDNankitjavalkar
2020-09-23Fix conflictsadityacp
2020-09-23Merge pull request #766 from prathamesh920/allow-additional-quiz-timePalaparthy Adityachandra
Allow to extend time even if the paper is completed.
2020-09-23Add more testsadityacp
2020-09-22Add initial tests for lesson contentsadityacp
2020-09-21Add pagination in the lesson statisticsadityacp
2020-09-17Allow to extend time even if the paper is completed.prathamesh
2020-09-17Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵adityacp
add_in_video_questions
2020-09-15Merge pull request #765 from adityacp/fix_grade_userPalaparthy Adityachandra
Show missing marks in grade user
2020-09-15Show missing marks in grade useradityacp
2020-09-15Change multiple sectionsadityacp
- Show lesson topic description as per the video time - Fix description preview for module and lesson - Order table of contents by time
2020-09-14Merge pull request #762 from ankitjavalkar/release_0_24ankitjavalkar
Release related changes
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.