summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2021-03-01Add AWS support for file uploadadityacp
2021-02-11Fix monitor to get all the attempts properlyadityacp
2021-02-11Fix issue in montior for Nonetypeadityacp
2021-02-11Fix issue in pandas dataframe where key is not availableadityacp
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-08Release changesadityacp
2021-02-08Merge pull request #814 from adityacp/code_refactorsPalaparthy Adityachandra
Code Refactor
2021-02-08Merge pull request #810 from ankitjavalkar/fix-qp-existPalaparthy Adityachandra
Add check in show_video.html template to ensure that questionpaper exists
2021-02-01Change templates and modelsadityacp
- Remove unwanted model manager methods - Minor UI refactor for course and question interface
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-16Fix failing test caseankitjavalkar
2021-01-12Add stray migrationankitjavalkar
2021-01-11Merge pull request #701 from ankitjavalkar/godmode-fixankitjavalkar
Delete and recreate question papers when using god mode or user mode
2021-01-11Merge pull request #767 from ankitjavalkar/add_stats_qankitjavalkar
Add feature to count number of times MCQ option has been selected
2021-01-11Merge pull request #725 from ankitjavalkar/bugfix_08_06ankitjavalkar
Remove 'copy of' string in _create_lesson_copy()
2021-01-08Add check in show_video.html template to ensure that questionpaper existsankitjavalkar
2021-01-06Fix broken test casesankitjavalkar
2021-01-06Add a feature to upload and downloadankitjavalkar
2021-01-04Add feature to count number of times MCQ option has been selectedankitjavalkar
2021-01-04Delete and recreate question papers when using god mode or user modeankitjavalkar
2020-12-22Fix UI in lesson statisticsadityacp
2020-12-16Fix collapse in question statisticsadityacp
2020-12-16Fix text alignment and text coloradityacp
2020-12-15Fix table issue in course modules pageadityacp
2020-12-15Fix tests and quiz templateadityacp
2020-12-15Fix footeradityacp
2020-12-15Add new UI over bootstrapadityacp
2020-12-14Refactor and optimize code for download course csvadityacp
2020-12-12Refactor download quiz csvadityacp
2020-12-10Merge pull request #805 from adityacp/improve_statsPalaparthy Adityachandra
Minor UI changes
2020-12-03Minor UI change in course discussion forumadityacp
2020-12-03Show graphs for the lesson video statisticsadityacp
2020-11-27Fix 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-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-18Merge pull request #769 from CruiseDevice/tinymcePalaparthy Adityachandra
Add TinyMCE, fix minor progressbar issues
2020-11-17Merge pull request #737 from jramnai/jramnai/create_moderatorPalaparthy Adityachandra
[FIX] #546 - create_moderator command if User has no Profile
2020-11-17Merge branch 'master' into tinymcePalaparthy Adityachandra
2020-11-12Add separate event for the videos other than youtubeadityacp
2020-11-12Remove unnecessary dialogadityacp
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-06Merge pull request #793 from ankitjavalkar/fix_forum_del_urlankitjavalkar
Fix bug which prevented deletion of comments in forum