Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-15 | Resolve comments | CruiseDevice | |
- Fix "'image' attribute has no file associated with it" issue. - Don't allow users who are not part of a course to see the discussion forum of that course. - Add Discussion forum link in moderator interface under course_details page. - Remove custom css for post and comments in Discussion forum. Use bootstrap 'img-fluid' class instead. 'img-fluid' fills the height and width of the card. - Use instance.uid instead of just instance in get_image_dir. | |||
2020-04-14 | Change model name Thread to Post to avoid conflicts | CruiseDevice | |
- Thread class from threading conflicts with the forum Thread model. - Tests for models and views. - PEP8 fix. | |||
2020-04-13 | Add feature to hide thread or comments | CruiseDevice | |
2020-04-13 | Add feature for uploading images | CruiseDevice | |
2020-04-11 | Discussion forum for a course | CruiseDevice | |
2020-03-31 | Update the units and modules order on creation | adityacp | |
2020-03-19 | Resolve conflicts in the courses view | adityacp | |
2020-03-12 | Avoid conditional check on foreign key | adityacp | |
2020-03-09 | Download course progress | adityacp | |
2020-03-06 | Show specific fields for answerpaper in admin | adityacp | |
Signed-off-by: ankitjavalkar <ankit@fossee.in> | |||
2020-03-03 | Show specific fields for answerpaper in admin | adityacp | |
2020-02-28 | Bump django to the latest version | adityacp | |
2020-02-19 | Fix pep style and add test case in test_models | adityacp | |
2020-02-18 | Change forms, views, models, templates | adityacp | |
- 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 | |||
2020-02-13 | Merge branch 'master' of https://github.com/FOSSEE/online_test into revamp_ui | adityacp | |
2020-02-10 | Fix pep8 issues | adityacp | |
2020-02-10 | Change models.py and admin.py | adityacp | |
- Register course status model in admin - Add object str name in CourseStatus model - Add filter in the admin for filtering courses | |||
2020-01-24 | Resolve conflicts in grade user, custom filters etc | adityacp | |
2020-01-21 | Add messages in clone course view | adityacp | |
2020-01-12 | evaluator for r- Initial | prathamesh | |
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 |