Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-23 | Modify file upload with js client dropzone | adityacp | |
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-01 | Change templates and models | adityacp | |
- Remove unwanted model manager methods - Minor UI refactor for course and question interface | |||
2020-12-15 | Fix footer | adityacp | |
2020-12-15 | Add new UI over bootstrap | adityacp | |
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 | Add separate event for the videos other than youtube | 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 | Change the delimiter for katex rendering | adityacp | |
2020-11-06 | Initial video tracking | adityacp | |
2020-11-03 | Resolve conflicts | adityacp | |
2020-11-03 | Fix katex render to allow math inline | adityacp | |
2020-10-24 | Improve lesson statistics | adityacp | |
2020-10-08 | Add footer and CSS | ankitjavalkar | |
2020-10-08 | Add tinymce to forum | 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. | |||
2020-10-01 | Remove tinymce editor from add_lesson page | CruiseDevice | |
2020-09-25 | Add TinyMCE, fix minor progressbar issues | CruiseDevice | |
2020-09-15 | Change multiple sections | adityacp | |
- Show lesson topic description as per the video time - Fix description preview for module and lesson - Order table of contents by time | |||
2020-09-14 | Show lesson quiz statistics | adityacp | |
2020-09-12 | Mulitple changes | adityacp | |
- Remove all alerts and add toast messages - Accept user submissions for the lesson quiz and evaluate - Initial lesson statistics | |||
2020-09-10 | Store and evaluate lesson quiz answer | adityacp | |
2020-09-09 | Show the toc quiz on the student dashboard | adityacp | |
2020-09-09 | Resolve conflicts | adityacp | |
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-08-28 | fix design question paper views and tests | adityacp | |
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-27 | fix iframe css | adityacp | |
2020-08-27 | Add mathjax support in lesson and module | adityacp | |
2020-08-26 | First cut for in video quizzes | adityacp | |
2020-08-08 | Add select all checkbox in design qp for fixed questions. | CruiseDevice | |
2020-05-22 | Add plugin settings in course mail textarea | aditya | |
2020-05-22 | Change question template | aditya | |
- Update tinymce editor with additional plugins - Fix issue in question file upload for empty question instance - Change variable name for uploaded file to avoid conflict with queryset variable - Remove description preview | |||
2020-05-13 | Merge branch 'master' into change-create_question | Palaparthy Adityachandra | |
2020-05-04 | Show question topic and language in quiz | CruiseDevice | |
2020-04-29 | Fix: #696 | CruiseDevice | |
2020-04-27 | Resolve conflict | adityacp | |
2020-04-27 | Merge pull request #690 from CruiseDevice/forum | Palaparthy Adityachandra | |
Discussion Forum for Yaksh | |||
2020-04-24 | Improve post comments UI | CruiseDevice | |
2020-04-21 | Replace students list of names with a drop down | adityacp | |
2020-04-16 | Set post_image, comment_image height, width to 50% | CruiseDevice | |
- img-fluid took more space of a card than required. Made it hard to read the remaining description in a forum. | |||
2020-04-15 | Improve UI slightly | CruiseDevice | |
2020-04-15 | Resolve comments | CruiseDevice | |
- Fix "'image' attribute has no file associated with it" issue. - Don't allow users who are not part of a course to see the discussion forum of that course. - Add Discussion forum link in moderator interface under course_details page. - Remove custom css for post and comments in Discussion forum. Use bootstrap 'img-fluid' class instead. 'img-fluid' fills the height and width of the card. - Use instance.uid instead of just instance in get_image_dir. | |||
2020-04-13 | Add feature for uploading images | CruiseDevice | |