summaryrefslogtreecommitdiff
path: root/yaksh/views.py
AgeCommit message (Collapse)Author
2019-07-03Minor changesCruiseDevice
- Remove commented code. - Add active class to the tab selected on sidebar.
2019-06-07Improve UI in offline YakshCruiseDevice
2019-05-31Add templates and more featuresCruiseDevice
2019-04-24Upgrade Jquery version from 1.9.1 to 3.3.1 in all templatesCruiseDevice
2019-04-23Merge pull request #599 from prathamesh920/csv-upload-fixankitjavalkar
Fix user CSV upload issue
2019-04-17Fix PEP8 issueKing
2019-04-17Fix user CSV upload issueKing
2019-04-09Merge pull request #592 from ankitjavalkar/add-prereq-passing-checkKing
Add functionality to restrict access to next module based on passing previous module
2019-04-09Fix PEP8 issuesankitjavalkar
2019-03-25Fix PEP8 issues and variable namesankitjavalkar
2019-03-12Add functionality to restrict access to next module based on passing ↵ankitjavalkar
previous module
2019-03-06Merge pull request #563 from ankitjavalkar/quiz-inprogress-bug-fixKing
Allow student to open a quiz if status is inprogress
2019-02-26Merge pull request #566 from ankitjavalkar/toggle-view-gradeKing
Toggle view grade and other UI improvements
2019-02-26Multiple changesankitjavalkar
- Fix failing test cases and make changes based on feedback - Fix PEP8
2019-02-18Remove the duplicate condition to check if user is quiz creator in ↵CruiseDevice
preview_questionpaper view
2019-02-18Add Preview Question Paper button in add_quiz templateCruiseDevice
2019-02-18Add Preview QuestionPaper button in Quiz view pageCruiseDevice
2019-02-01Change Course Listing UI on Student Dashboardankitjavalkar
2019-01-30Allow student to open a quiz if status is inprogress and redirect to ↵ankitjavalkar
completion page if attempts are exceeded
2019-01-28Fix PEP8 errors in views.pyCruiseDevice
2019-01-28Remove unused variables and importsCruiseDevice
2019-01-28Code refactor and resolves requested changes.CruiseDevice
2019-01-28Code refactorCruiseDevice
- Move get_question_by_index() and get_question_by_type() from views.py to models.py . - Change variable names.
2019-01-28Fix #525CruiseDevice
- Categorize questions into objectives, blanks, upload and programming.
2019-01-14Fix PEP8 issue - Line more than 80 columns in views.pyankitjavalkar
2019-01-14Bug Fix: Fetch only distinct values for courses where User is Creator OR Teacherankitjavalkar
2018-09-28Fix errors and test casesankitjavalkar
2018-09-26Add templatetag to get question numbers by typeShelsy
2018-07-31Merge pull request #519 from kumanna/masterKing
Fix spelling error: choosen to chosen
2018-07-31Fix spelling error: choosen to chosenKumar Appaiah
2018-07-20Raise 404 error if course and question paper are not availableadityacp
2018-07-20Make course_id compulsory argument in download_assignment_file view function ↵adityacp
and format error message
2018-07-17Create assignment upload files for a particular course instead of quizadityacp
2018-07-13Fix testsankitjavalkar
2018-07-13- Add buttons to Moderator and Student templatesankitjavalkar
- Modify _add_to_moderator function to _toggle_moderator_function in order to allow addition and removal of moderator group link
2018-07-13Allow moderator to switch between student and moderator rolesankitjavalkar
2018-07-12Merge pull request #496 from maheshgudi/questions_yamlKing
Question upload can take yaml and zip files
2018-07-12Merge pull request #487 from adityacp/video_lessons_downloadKing
Download course content for offline view
2018-07-10Can directly upload yaml questions without zipmaheshgudi
2018-07-10Change in file_utils, forms, models, lesson.css, add_lesson.html, viewsadityacp
- Add new function in the file_utils to render template - Add webm as supported video format in forms - Add help text in video_file field - Add lesson.css file for adding custom styling for lessons - Add static_files dict in download_course views function
2018-07-03Update to latest changesadityacp
2018-06-26Fix course download to support Python 2 and 3adityacp
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-07Fix test for course status and format error message properlyadityacp
2018-06-07Add tests for viewsadityacp
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-05-29Change in models, templates, jsadityacp
- Remove else condition in get_current_unit model method - Reduce ajax timeout in course.js - Create a new model method to set current unit - Change views test
2018-05-09Merge pull request #466 from ankitjavalkar/remove-ctx-instancePrabhu Ramachandran
Remove the context instance argument in views.py