Age | Commit message (Collapse) | Author |
|
- Add tinymce js editor for question description
- Add safe option in grade user while showing question description
- Add generice title in the complete template
|
|
|
|
- Fix UI in add question page
- Add test case form for question formset with custom attributes
- Add a model method in question class to get question test cases
based on type and language of the question
- Retain the state of the list view and grid view in courses page
- Requested students list will be shown on top in the course detail page
|
|
|
|
- Replace manual django url pattern in course progress and course js
- Add overflow horizontal scroll in quiz side bar
- Use bootstrap input text style in quiz
|
|
- Show selected files in the file input in lesson.js
- Show lesson content properly in students page
- Remove unnecessary div for video embed iframe
|
|
- 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
|
|
|
|
|
|
|
|
|
|
Fix #574 Prevent browser from horizontal scrolling
|
|
|
|
- Remove print statements.
- Remove commented css from offline.css.
- Change 127.0.0.1 to yaksh.fossee.in quiz.html for offline application.
|
|
- show lessons in tree structure on sidebar menu.
- Use div inplace of table in index.html to show modules and lessons.
|
|
|
|
- Upgrade jQuery-ui.js and jQuery-ui.css from 1.9.1 to 1.12.1.
- Resolves jQuery breaking jQuery-ui.
- Fixes #549 and #540
|
|
Multiple UI Changes
|
|
|
|
|
|
Make changes to View Module screen and Quiz screen interface for students
|
|
|
|
|
|
|
|
|
|
|
|
- Fixes Embed video link issue in LessonForm of Add New Lesson.
- It breaks because of compatibility issues between jQuery 3.3.1 and jQuery UI 1.9.1 .
Using jQuery UI with the jQuery Migrate plugin fixes this issue.
|
|
Fix legend on Quiz interface
|
|
|
|
- Categorize questions into objectives, blanks, upload and programming.
|
|
|
|
- Remove bootstrap-tabs.js
- Minor UI changes in some templates
|
|
- Change text color of next and previous button to white.
- Change nav-tab to nav-pills in design_questionpaper.html .
|
|
- Fixes nav-tab active status.
- Fixes nav-tab flickering on hover over tab.
|
|
- Fix Create Question Paper CSS and JS.
|
|
|
|
|
|
|
|
|
|
Fix spelling error: choosen to chosen
|
|
|
|
|
|
Download course content for offline view
|
|
- 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
|
|
offline.css
- Remove unnecessary list from write_templates_to_zip function in file_utils
- Remove styling from index.html, module.html, unit.html
- Add offline.css for styling in index.html, module.html, unit.html
|
|
|