summaryrefslogtreecommitdiff
path: root/yaksh/static
AgeCommit message (Collapse)Author
2019-03-06Merge pull request #585 from CruiseDevice/course_status_uiKing
Multiple UI Changes
2019-02-28Add Download Course button in Course Module templateCruiseDevice
2019-02-27Fix table alignment, change completed paper to green.CruiseDevice
2019-02-27Merge pull request #565 from ankitjavalkar/fix-review-module-pageKing
Make changes to View Module screen and Quiz screen interface for students
2019-02-27Remove commented code and inline stylingankitjavalkar
2019-02-26Use default Bootstrap 4 font-family.CruiseDevice
2019-02-08Show alert on clicking Undo Changes buttonCruiseDevice
2019-02-04Upgrade jquery-ui.js and jquery-ui.css only in add_lesson.html templateCruiseDevice
2019-01-30Use updated jQuery-ui instead of jQuery-migrations.CruiseDevice
2019-01-30Fixes Embed video link issueCruiseDevice
- 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.
2019-01-29Merge pull request #528 from CruiseDevice/fix-legendankitjavalkar
Fix legend on Quiz interface
2019-01-28Code refactor and resolves requested changes.CruiseDevice
2019-01-28Fix #525CruiseDevice
- Categorize questions into objectives, blanks, upload and programming.
2019-01-28Resolve commentsCruiseDevice
2019-01-28Multiple Frontend changes:CruiseDevice
- Remove bootstrap-tabs.js - Minor UI changes in some templates
2019-01-28Change text color of button and nav-tab to nav-pillsCruiseDevice
- Change text color of next and previous button to white. - Change nav-tab to nav-pills in design_questionpaper.html .
2019-01-28Fix nav-tab issue in design_questionpaper.htmlCruiseDevice
- Fixes nav-tab active status. - Fixes nav-tab flickering on hover over tab.
2019-01-28Fix #530CruiseDevice
- Fix Create Question Paper CSS and JS.
2018-10-12Make changes as per PR reviewankitjavalkar
2018-10-09Minor UI changes and selenium test fixesankitjavalkar
2018-09-26Add new/modified static filesShelsy
2018-09-25Remove older bootstrap static filesShelsy
2018-07-31Merge pull request #519 from kumanna/masterKing
Fix spelling error: choosen to chosen
2018-07-31Remove unused ajax_marks.html fileankitjavalkar
2018-07-31Fix spelling error: choosen to chosenKumar Appaiah
2018-07-12Merge pull request #487 from adityacp/video_lessons_downloadKing
Download course content for offline view
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-10Changes in file_utils.py, courses.html, index.html, module.html, unit.html, ↵adityacp
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
2018-07-03Update to latest changesadityacp
2018-06-26Changes in template, templatetags and static filesadityacp
- Add new templates index.html, module.html, unit.html for course download - Add links in student and moderator templates for course download - Add video js plugin for rendering uploaded lesson video file - Remove jquery-1.4.2 - Add template tag to get formatted names - Change student and moderator lesson template to view lessons files properly
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-04-13Change in python test, grader and request handleradityacp
- Add try except in grader to get exceptions for python stdio and python assertion evaluation - Add additional tests - Add condition in request handler to avoid error if codemirror is not instantiated
2018-04-06Highlight error line in code mirror for pythonadityacp
2018-04-04Change in templates and jsadityacp
- Change course status template to view per student course progress - Change student dashboard to show progress for course and modules. - Add ajax to get per student data for course progress
2018-03-16Add jumble question typemahesh
2018-03-16Add shuffle_testcases to QuestionPaper model instead of Questionmahesh
2018-03-16Disable/enable shuffle testcase option based on question typemahesh
2018-03-08Allow to search the questions in design question paperadityacp
2018-01-14Change in models.py, course.js and course_detail.htmladityacp
- Merge future imports in models into one - Add table sorter in course.js and course_detail.html
2018-01-13Format column for csv downloadadityacp
2018-01-12Change in js, templates and custom_filtersadityacp
- Add js function to download csv data for course status - Show course status - Add new custom functions to view student status for a course
2018-01-08Merge pull request #416 from adityacp/enhance_yaksh_uiPrabhu Ramachandran
Enhance yaksh design
2018-01-08Change in css and templatesadityacp
- Allow horizontal scroll for sidebar in dashboard.css - Change templates to display all modules - Change error messages in course template
2018-01-08Separate solution div from question description divmaheshgudi
2018-01-08Fix assignment upload questionmaheshgudi
2018-01-02Merge branch 'master' of https://github.com/FOSSEE/online_test into exerciseprathamesh
Conflicts Resolved: yaksh/templates/yaksh/courses.html yaksh/templates/yaksh/question.html
2018-01-02Allowed user to skip and view solution if the answer is correct.prathamesh
Added solution attribute to the Question model.
2018-01-02Changes in views, models, templates and jsadityacp
- Rename learning_type to type in Lesson model - Change error message in views and change redirection - Change templates to rename learning_type to type for unit - Add new dialog for embedding Video URL
2018-01-02Update to latest changesadityacp