summaryrefslogtreecommitdiff
path: root/yaksh/views.py
AgeCommit message (Collapse)Author
2021-02-10Change in templates, viewsadityacp
- Revamp UI in course page - Fix a bug where a trial module is created without setting is_trial in models - Fix a bug in question statistics where only completed answerpaper data is needed
2021-01-28Minor template changesadityacp
2021-01-27Refactor monitor for a quizadityacp
2021-01-26Refactor question statistics for a quizadityacp
2021-01-25Fix views and models testsadityacp
2021-01-25Refactor code for download csv for course progressadityacp
2021-01-25Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵adityacp
code_refactors
2021-01-17Merge pull request #804 from ankitjavalkar/crs-uploadankitjavalkar
Course upload and download with MD file formats
2021-01-11Merge pull request #725 from ankitjavalkar/bugfix_08_06ankitjavalkar
Remove 'copy of' string in _create_lesson_copy()
2021-01-06Add a feature to upload and downloadankitjavalkar
2020-12-14Refactor and optimize code for download course csvadityacp
2020-12-12Refactor download quiz csvadityacp
2020-12-03Minor UI change in course discussion forumadityacp
2020-11-06Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵adityacp
video_tracking
2020-11-06Initial video trackingadityacp
2020-11-04Merge pull request #786 from prathamesh920/upload-marks-csvankitjavalkar
Add more tests for CSV marks upload
2020-11-04Add more tests for CSV marks uploadprathamesh
2020-11-04Merge pull request #783 from prathamesh920/upload-marks-csvankitjavalkar
Update marks using CSV file upload
2020-11-03Resolve conflictsadityacp
2020-11-03Multiple changesadityacp
- Add tinymce editor to the question description in lesson quiz - Fix katex rendering in the lesson quiz questions - Remove unncessary preview description view function - Keep the fixed height for the lesson table of contents div
2020-10-24Improve lesson statisticsadityacp
2020-10-23Update marks using CSV file uploadprathamesh
2020-10-08User can create anonymous post and commentCruiseDevice
2020-10-08Show trash icon in forum only to course creator and teacherCruiseDevice
2020-10-08Fix tests and minor changesCruiseDevice
2020-10-08Show Lesson post and comments in discussion forumCruiseDevice
- Use trash icon instead of DELETE button - Sidebar to navigate between course forum and lesson forum - Course forum displays all the questions (posts) linked with the course model, and Lesson forum displays all the questions (posts) linked with the Lesson model.
2020-10-08Fix search in forumCruiseDevice
- Also searches in post description.
2020-10-08Comments feature for video lessonCruiseDevice
2020-10-08Make Post model generic.CruiseDevice
- Fix breaking links in forum after change in models.
2020-09-30Change multiple filesadityacp
- Add download sample yaml for toc in the lesson - Add validation for upload toc yaml - Add tests for download sample yaml toc
2020-09-30Add table of contents for lesson with yaml uploadadityacp
2020-09-30Resolve Conflictsadityacp
2020-09-29Show assignment upload file in view answerpaperadityacp
2020-09-28Display file names of uploaded files in question filesankitjavalkar
2020-09-25Add condition to check for course teacheradityacp
2020-09-23Fix conflictsadityacp
2020-09-23Add more testsadityacp
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-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-14Show lesson quiz statisticsadityacp
2020-09-14Merge pull request #751 from CruiseDevice/partial_grade_userankitjavalkar
Show max marks for all attempts in answerpaper
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-10Store and evaluate lesson quiz answeradityacp
2020-09-09Show the toc quiz on the student dashboardadityacp
2020-09-09Resolve conflictsadityacp
2020-09-08Provide additional attempt to a selected student or extend time.prathamesh
2020-09-07Show the lesson contents on student interfaceadityacp