Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-19 | Move all download related templates to a new subfolder and add homepage link ↵ | ankitjavalkar | |
to navbar logo | |||
2019-07-12 | Resolve comments | CruiseDevice | |
- Remove print statements. - Remove commented css from offline.css. - Change 127.0.0.1 to yaksh.fossee.in quiz.html for offline application. | |||
2019-07-03 | Minor changes | CruiseDevice | |
- Remove commented code. - Add active class to the tab selected on sidebar. | |||
2019-05-31 | Add templates and more features | CruiseDevice | |
2019-04-15 | Merge pull request #596 from ankitjavalkar/fix-in-dir-unicode | King | |
Change in_dir directory nomenclature for code server | |||
2019-04-09 | Merge pull request #592 from ankitjavalkar/add-prereq-passing-check | King | |
Add functionality to restrict access to next module based on passing previous module | |||
2019-04-09 | Fix PEP8 issues | ankitjavalkar | |
2019-04-05 | Change in_dir directory nomenclature for code server | ankitjavalkar | |
2019-04-02 | Change AnswerPaper passing condition check | ankitjavalkar | |
2019-03-25 | Fix PEP8 issues and variable names | ankitjavalkar | |
2019-03-12 | Add functionality to restrict access to next module based on passing ↵ | ankitjavalkar | |
previous module | |||
2019-03-06 | Merge pull request #563 from ankitjavalkar/quiz-inprogress-bug-fix | King | |
Allow student to open a quiz if status is inprogress | |||
2019-03-04 | Fix PEP8 issues | ankitjavalkar | |
2019-02-26 | Merge pull request #566 from ankitjavalkar/toggle-view-grade | King | |
Toggle view grade and other UI improvements | |||
2019-02-18 | Fix download file for a question in quiz | CruiseDevice | |
2019-02-06 | Fix condition for comparison of current attempt number and maximum attempts ↵ | ankitjavalkar | |
allowed in _is_attempt_allowed | |||
2019-01-30 | Allow course moderators to hide or show the grade to students | ankitjavalkar | |
2019-01-28 | Made requested changes in models.py and test_models.py | CruiseDevice | |
- Remove 'category' key from legend_display_types dictionary. - Add a condition to check if question type exists before creating category_question_map. - Add test. - Change lambda to list in defaultdict. | |||
2019-01-28 | Code refactor and resolves requested changes. | CruiseDevice | |
2019-01-28 | Code refactor | CruiseDevice | |
- Move get_question_by_index() and get_question_by_type() from views.py to models.py . - Change variable names. | |||
2019-01-21 | Remove user as teacher of any course if is_moderator is set to False | ankitjavalkar | |
2018-07-17 | Create assignment upload files for a particular course instead of quiz | adityacp | |
2018-07-13 | Add default video in demo lesson | adityacp | |
2018-07-13 | Update migrations to fix order error | maheshgudi | |
2018-07-13 | pep8 cleanup for release v0.9 | maheshgudi | |
2018-07-13 | Fix unit and selenium tests for simple questions | maheshgudi | |
2018-07-13 | Fix import changes for file_utils | maheshgudi | |
2018-07-13 | Fix bug that changes moderator-student view on every profile save | ankitjavalkar | |
2018-07-13 | Fix tests | ankitjavalkar | |
2018-07-13 | - Add buttons to Moderator and Student templates | ankitjavalkar | |
- Modify _add_to_moderator function to _toggle_moderator_function in order to allow addition and removal of moderator group link | |||
2018-07-13 | Allow moderator to switch between student and moderator roles | ankitjavalkar | |
2018-07-12 | Merge pull request #491 from maheshgudi/catch_compilation_error | King | |
Raise appropriate exceptions for C and Java language to the Grader | |||
2018-07-12 | Merge pull request #496 from maheshgudi/questions_yaml | King | |
Question upload can take yaml and zip files | |||
2018-07-12 | Fix multiple testcase error | maheshgudi | |
2018-07-12 | Make pep9 changes for question-yaml features | maheshgudi | |
2018-07-11 | Support for multiple yaml files | maheshgudi | |
2018-07-10 | Change in file_utils, forms, models, lesson.css, add_lesson.html, views | adityacp | |
- 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-06-26 | Fix course download to support Python 2 and 3 | adityacp | |
2018-06-26 | Changes in views, models, forms, urls, file_utils | adityacp | |
- 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-07 | Add tests for models and cpp, java evaluators | adityacp | |
2018-06-07 | Further pep8 changes | adityacp | |
2018-06-07 | Pep8 changes | adityacp | |
2018-06-07 | Merge pull request #469 from adityacp/enhance_course_status | Prabhu Ramachandran | |
Enhance course status | |||
2018-06-07 | Merge pull request #461 from adityacp/fix_quiz_completion | Prabhu Ramachandran | |
Quiz Completion Status | |||
2018-05-29 | Change in models, templates, js | adityacp | |
- 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-17 | Multiple changes in models | ankitjavalkar | |
- Add error message to can_attempt_now Questionpaper model method - Add default value to Quiz time_between_attempt field | |||
2018-04-10 | Get answerpaper status for quiz completion | adityacp | |
2018-04-04 | Change views.py, models.py, urls.py, custom_filters.py | adityacp | |
- 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-03-22 | Merge branch 'master' into Grades | Prabhu Ramachandran | |
2018-03-22 | Merge https://github.com/fossee/online_test into fix_quiz_completion | adityacp | |