Age | Commit message (Collapse) | Author |
|
- Move 'Deactivate course' to the end of the dropdown.
- First page of 'Manage Course' shows enrollments.
|
|
add-test-cases-for-QRcode-based-upload
|
|
|
|
|
|
|
|
|
|
Update marks using CSV file upload
|
|
- Add tinymce editor to the question description in lesson quiz
- Fix katex rendering in the lesson quiz questions
- Remove unncessary preview description view function
- Keep the fixed height for the lesson table of contents div
|
|
|
|
- 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.
|
|
- Add download sample yaml for toc in the lesson
- Add validation for upload toc yaml
- Add tests for download sample yaml toc
|
|
|
|
- Remove all alerts and add toast messages
- Accept user submissions for the lesson quiz and evaluate
- Initial lesson statistics
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
Add reject button to reject selected students
|
|
- cover missing tests.
|
|
- 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.
|
|
|
|
Discussion Forum for Yaksh
|
|
|
|
|
|
- Thread class from threading conflicts with the forum Thread model.
- Tests for models and views.
- PEP8 fix.
|
|
|
|
|
|
|
|
- Allow to test, download and delete single question
- Fix pagination for searching and filtering questions
|
|
|
|
|
|
- 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
|
|
- 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
|
|
- 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
|
|
- Change course, quiz, module, lesson forms
- Add messages for success and warning
- Add proper redirections to the specifc urls
- Remove unnecessary custom css
|
|
- Change enroll, reject and course detail views
- Add new urls for courses
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
Enhance course status
|
|
- 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
|
|
- Change render_to_response usage to render
|
|
Preview QuestionPaper as an HTML
|