Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-10 | Change in templates, views | adityacp | |
- 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-02-08 | Merge pull request #814 from adityacp/code_refactors | Palaparthy Adityachandra | |
Code Refactor | |||
2021-02-08 | Merge pull request #810 from ankitjavalkar/fix-qp-exist | Palaparthy Adityachandra | |
Add check in show_video.html template to ensure that questionpaper exists | |||
2021-02-01 | Change templates and models | adityacp | |
- Remove unwanted model manager methods - Minor UI refactor for course and question interface | |||
2021-01-28 | Minor template changes | adityacp | |
2021-01-27 | Refactor monitor for a quiz | adityacp | |
2021-01-26 | Refactor question statistics for a quiz | adityacp | |
2021-01-25 | Fix views and models tests | adityacp | |
2021-01-17 | Merge pull request #804 from ankitjavalkar/crs-upload | ankitjavalkar | |
Course upload and download with MD file formats | |||
2021-01-08 | Add check in show_video.html template to ensure that questionpaper exists | ankitjavalkar | |
2021-01-06 | Add a feature to upload and download | ankitjavalkar | |
2021-01-04 | Add feature to count number of times MCQ option has been selected | ankitjavalkar | |
2020-12-22 | Fix UI in lesson statistics | adityacp | |
2020-12-16 | Fix collapse in question statistics | adityacp | |
2020-12-16 | Fix text alignment and text color | adityacp | |
2020-12-15 | Fix table issue in course modules page | adityacp | |
2020-12-15 | Fix tests and quiz template | adityacp | |
2020-12-15 | Fix footer | adityacp | |
2020-12-15 | Add new UI over bootstrap | adityacp | |
2020-12-10 | Merge pull request #805 from adityacp/improve_stats | Palaparthy Adityachandra | |
Minor UI changes | |||
2020-12-03 | Minor UI change in course discussion forum | adityacp | |
2020-12-03 | Show graphs for the lesson video statistics | adityacp | |
2020-11-27 | Fix answer paper view. | prathamesh | |
- Slight optimisation in retrieving and rendering the data - avoids the arrange type question's custom filter error - Marks obtained appears properly on all the interface(user view answerpaper, monitor and grade user) - if not attempted then shows the question and says "Did not attempt" | |||
2020-11-18 | Merge pull request #800 from adityacp/improve_video_tracking | Palaparthy Adityachandra | |
Improve video tracking and lesson statistics | |||
2020-11-18 | Change stats and yaksh | adityacp | |
- Show total visits per student in lesson statistics - Remove settimeout ajax calls for tracking video positions - Show initial views per lesson in the course modules section | |||
2020-11-18 | Add dropdown selection for lesson video options | adityacp | |
2020-11-17 | Merge branch 'master' into tinymce | Palaparthy Adityachandra | |
2020-11-12 | Remove unnecessary dialog | adityacp | |
2020-11-12 | Change templates and js | adityacp | |
- Fix issue onlick toc jump to player time - Use bootstrap modal instead of jquery dialog for responsive interface - Disallow empty question submission for lesson quiz | |||
2020-11-07 | Merge pull request #794 from adityacp/video_tracking | Palaparthy Adityachandra | |
Basic tracking for video lessons | |||
2020-11-06 | Merge pull request #793 from ankitjavalkar/fix_forum_del_url | ankitjavalkar | |
Fix bug which prevented deletion of comments in forum | |||
2020-11-06 | Fix bug which prevented deletion of comments in forum | ankitjavalkar | |
2020-11-06 | Change the delimiter for katex rendering | adityacp | |
2020-11-06 | Initial video tracking | adityacp | |
2020-11-04 | Merge pull request #783 from prathamesh920/upload-marks-csv | ankitjavalkar | |
Update marks using CSV file upload | |||
2020-11-03 | Resolve conflicts | adityacp | |
2020-11-03 | Fix katex render to allow math inline | adityacp | |
2020-11-03 | Merge branch 'multiple_ui_fixes' of https://github.com/adityacp/online_test ↵ | adityacp | |
into multiple_ui_fixes | |||
2020-11-03 | Multiple changes | adityacp | |
- 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-11-02 | Minor UI fixes | adityacp | |
2020-10-24 | Improve lesson statistics | adityacp | |
2020-10-23 | Update marks using CSV file upload | prathamesh | |
2020-10-14 | Allow added teachers to delete course forum posts | ankitjavalkar | |
2020-10-14 | Allow added teachers to delete posts/comments | ankitjavalkar | |
2020-10-08 | Add footer and CSS | ankitjavalkar | |
2020-10-08 | Add tinymce to forum | CruiseDevice | |
2020-10-08 | User can create anonymous post and comment | CruiseDevice | |
2020-10-08 | Show trash icon in forum only to course creator and teacher | CruiseDevice | |
2020-10-08 | Fix tests and minor changes | CruiseDevice | |
2020-10-08 | Show Lesson post and comments in discussion forum | CruiseDevice | |
- 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. |