summaryrefslogtreecommitdiff
path: root/yaksh/static
AgeCommit message (Collapse)Author
2021-03-23Modify file upload with js client dropzoneadityacp
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-02-01Change templates and modelsadityacp
- Remove unwanted model manager methods - Minor UI refactor for course and question interface
2020-12-15Fix footeradityacp
2020-12-15Add new UI over bootstrapadityacp
2020-11-18Merge pull request #800 from adityacp/improve_video_trackingPalaparthy Adityachandra
Improve video tracking and lesson statistics
2020-11-18Change stats and yakshadityacp
- 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-18Add dropdown selection for lesson video optionsadityacp
2020-11-17Merge branch 'master' into tinymcePalaparthy Adityachandra
2020-11-12Add separate event for the videos other than youtubeadityacp
2020-11-12Change templates and jsadityacp
- 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-07Merge pull request #794 from adityacp/video_trackingPalaparthy Adityachandra
Basic tracking for video lessons
2020-11-06Change the delimiter for katex renderingadityacp
2020-11-06Initial video trackingadityacp
2020-11-03Resolve conflictsadityacp
2020-11-03Fix katex render to allow math inlineadityacp
2020-10-24Improve lesson statisticsadityacp
2020-10-08Add footer and CSSankitjavalkar
2020-10-08Add tinymce to forumCruiseDevice
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-01Remove tinymce editor from add_lesson pageCruiseDevice
2020-09-25Add TinyMCE, fix minor progressbar issuesCruiseDevice
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-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-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-08-28fix design question paper views and testsadityacp
2020-08-28Merge pull request #736 from CruiseDevice/question_paper_creationPalaparthy Adityachandra
Add select all checkbox in design qp for fixed questions.
2020-08-27fix iframe cssadityacp
2020-08-27Add mathjax support in lesson and moduleadityacp
2020-08-26First cut for in video quizzesadityacp
2020-08-08Add select all checkbox in design qp for fixed questions.CruiseDevice
2020-05-22Add plugin settings in course mail textareaaditya
2020-05-22Change question templateaditya
- 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-13Merge branch 'master' into change-create_questionPalaparthy Adityachandra
2020-05-04Show question topic and language in quizCruiseDevice
2020-04-29Fix: #696CruiseDevice
2020-04-27Resolve conflictadityacp
2020-04-27Merge pull request #690 from CruiseDevice/forumPalaparthy Adityachandra
Discussion Forum for Yaksh
2020-04-24Improve post comments UICruiseDevice
2020-04-21Replace students list of names with a drop downadityacp
2020-04-16Set 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-15Improve UI slightlyCruiseDevice
2020-04-15Resolve commentsCruiseDevice
- 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-13Add feature for uploading imagesCruiseDevice