summaryrefslogtreecommitdiff
path: root/yaksh/urls.py
AgeCommit message (Collapse)Author
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-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-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-07Add edit and delete table of contents optionsadityacp
2020-09-03Change views, forms, models, urlsadityacp
- Disable the question type in video question form - Change urls to add graded quiz, exercise, poll type question - Save the topic and question in table of contents - Rename lesson attribute in TableOfContents model
2020-08-26First cut for in video quizzesadityacp
2020-05-18Merge pull request #702 from CruiseDevice/add_reject_selectedPalaparthy Adityachandra
Add reject button to reject selected students
2020-05-09Fix pep8CruiseDevice
- cover missing tests.
2020-05-06Add Reject button to reject selected studentsCruiseDevice
- A reject button to reject selected students in Enroll Students page on a Requested Students tab. - Improve the views and urls for enrolling and rejecting students in the course.
2020-04-27Resolve conflicts in travis, requirements and viewsadityacp
2020-04-27Merge pull request #690 from CruiseDevice/forumPalaparthy Adityachandra
Discussion Forum for Yaksh
2020-04-21Resolve conflicts in urlsadityacp
2020-04-17Merge monitor, grade user and regrade intosingle dashboardadityacp
2020-04-14Change model name Thread to Post to avoid conflictsCruiseDevice
- Thread class from threading conflicts with the forum Thread model. - Tests for models and views. - PEP8 fix.
2020-04-13Add feature to hide thread or commentsCruiseDevice
2020-04-13Add feature for uploading imagesCruiseDevice
2020-04-11Discussion forum for a courseCruiseDevice
2020-04-08Change templates, views, forms, modelsadityacp
- Allow to test, download and delete single question - Fix pagination for searching and filtering questions
2020-03-28Fix workflow for creating modules, lessons, quizzesadityacp
2020-03-09Download course progressadityacp
2020-02-11Change templates, urls, viewsadityacp
- Remove separate tab for allotted courses in moderator dashboard - Remove separate tab for enrolled courses in student dashboard - Increase pagination items for courses - Remove view function for allotted courses
2020-01-28Change in views, forms, templates, staticadityacp
- Revamp UI in student dashboard - Fix course form to get bootstrap form class - Add custom css for sidebar in course module page for student - Use django url pattern
2020-01-24Change in views, forms and templatesadityacp
- Add django messages for showing success, warning messages - Add pagination in monitor and grade user - Remove unnecessary template blocks - Show add and view options for quizzes, lessons, modules - Add form-control bootstrap class for multiple forms - Fix the UI in grade user and monitor pages - Add font awesome icons in the login page
2020-01-20Change views, urls, forms, templates, staticadityacp
- Change course, quiz, module, lesson forms - Add messages for success and warning - Add proper redirections to the specifc urls - Remove unnecessary custom css
2020-01-17Change views and urlsadityacp
- Change enroll, reject and course detail views - Add new urls for courses
2020-01-02Change courses page with new UIadityacp
2019-12-20Use reverse url instead of traditional url in templatesadityacp
2018-07-17Create assignment upload files for a particular course instead of quizadityacp
2018-07-13Allow moderator to switch between student and moderator rolesankitjavalkar
2018-06-26Changes in views, models, forms, urls, file_utilsadityacp
- Add new view function to download course content - Add new attribute to Lesson model - Add new model methods to add course, module and lesson content - Add validation in forms to check for lesson video file format - Add functions in file_utils to add static files and templates to the zip file
2018-06-07One more round of pep8 changesadityacp
2018-06-07Further pep8 changesadityacp
2018-06-07Pep8 changesadityacp
2018-06-07Merge pull request #469 from adityacp/enhance_course_statusPrabhu Ramachandran
Enhance course status
2018-04-04Change views.py, models.py, urls.py, custom_filters.pyadityacp
- Add new view function to get per student course progress - Change model methods to calculate completion percentage for module and course - Add new url to fetch per student course progress - Remove unnecessary template tag from custom_filter.py
2018-04-02Upgrade Django from 1.9.5 to Django 1.10ankitjavalkar
- Change render_to_response usage to render
2018-03-21Merge pull request #456 from ankitjavalkar/preview-qpPrabhu Ramachandran
Preview QuestionPaper as an HTML
2018-03-06Remove conflict related residual commentankitjavalkar
2018-03-06- Change function names and urls to 'preview_questionpaper'ankitjavalkar
- Add snippet to the questionpaper preview
2018-03-06Add a view to preview and download questionpapersankitjavalkar
2018-02-27Change in models.py, views.py, urls.py, test_views.py, courses.htmladityacp
- Allow only deep cloning of a course - Remove tests for shallow course clone
2018-02-22Change templates, test_views.py, urls.py, views.pyadityacp
- Change copy_type to shallow and deep
2018-02-20Change in models.py, views.py and ursl.pyadityacp
- Change urls to take two types of course clone - Change view duplicate_course to copy or clone depending on type - Change view function prof_manage to avoid error while deleting trial answerpapers - Add new model methods for course, module, unit, lesson and quiz to create copies
2018-01-19Merge pull request #426 from adityacp/fix_lessons_redirectPrabhu Ramachandran
Fix lessons related bug
2018-01-18Update to latest changes from masteradityacp
2018-01-16Change template, urls.py, views.pyadityacp
- Change show_video.html to empty module - Add condition to check if module is completed for the corresponding unit
2018-01-16Change in template, test_views, urls and viewsadityacp
- Allow teacher to edit questionpaper for a quiz - Add test to check if teacher is allowed to edit questionpaper for a quiz