summaryrefslogtreecommitdiff
path: root/yaksh/forms.py
AgeCommit message (Collapse)Author
2020-09-25Change forms, models, settings and templateadityacp
- Add max_upload_size in settings for video file - Change error messages in forms - Set the video_file field max_length - Fix add_lesson template for uploading video file
2020-09-12Mulitple changesadityacp
- Remove all alerts and add toast messages - Accept user submissions for the lesson quiz and evaluate - Initial lesson statistics
2020-09-09Show the toc quiz on the student dashboardadityacp
2020-09-07Add edit and delete table of contents optionsadityacp
2020-09-03Change views, forms, models, urlsadityacp
- 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
2020-08-26First cut for in video quizzesadityacp
2020-05-04Show question topic and language in quizCruiseDevice
2020-04-29Fix: #696CruiseDevice
2020-04-27Merge pull request #690 from CruiseDevice/forumPalaparthy Adityachandra
Discussion Forum for Yaksh
2020-04-15Show selected values in the filter formsadityacp
2020-04-14Change model name Thread to Post to avoid conflictsCruiseDevice
- Thread class from threading conflicts with the forum Thread model. - Tests for models and views. - PEP8 fix.
2020-04-13Add feature for uploading imagesCruiseDevice
2020-04-08Change templates, views, forms, modelsadityacp
- Allow to test, download and delete single question - Fix pagination for searching and filtering questions
2020-04-02Show prettified R error messages and fix filterprathamesh
R language available in filter form. Values taken from models. R messages are prettified like python assertion messages. Text up to first colon in the R error message removed, as it is simply a filename or unwanted text.
2020-03-18Search bar addedmanojvaghela
2020-02-19Fix pep style and add test case in test_modelsadityacp
2020-02-18Change forms, views, models, templatesadityacp
- 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-17Fix conflictsadityacp
2020-01-30Fix pep8 in forms and viewsadityacp
2020-01-28Change in views, forms, templates, staticadityacp
- 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
2020-01-24Resolve conflicts in grade user, custom filters etcadityacp
2020-01-24Change in views, forms and templatesadityacp
- 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
2020-01-20Change views, urls, forms, templates, staticadityacp
- Change course, quiz, module, lesson forms - Add messages for success and warning - Add proper redirections to the specifc urls - Remove unnecessary custom css
2020-01-06Improve UI in addquestion templateCruiseDevice
2020-01-03Fix bug to only allow self created grading systems to show up in the course formankitjavalkar
2020-01-03Remove unncessary break html tags and add bootstrap custom file inputadityacp
2020-01-02Resolve commentsCruiseDevice
- Fix PEP8 - Change the url as per django urlpattern - Replace all the buttons by <a> tag - Use get_queryset() for filtering data for pagination - Make buttons large - Add Pagination in ajax_question_filter.html - Hide Pagination when there is no question object
2020-01-02Resolve conflictsCruiseDevice
2020-01-02Change courses page with new UIadityacp
2019-12-20Change forms.py and views.pyadityacp
- Add pagination for the courses in the moderator dashboard - Add bootstrap class for input type in forms.py
2019-02-01Change Course Listing UI on Student Dashboardankitjavalkar
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-03Set marks field as not required in QuestionFilterFormadityacp
2018-06-26Changes in views, models, forms, urls, file_utilsadityacp
- 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-03-22Merge branch 'master' into GradesPrabhu Ramachandran
2018-03-22Resolve conflicts and update to latest changesadityacp
2018-03-21Merge branch 'master' of https://github.com/fossee/online_test into ↵maheshgudi
arrange_options
2018-03-21Merge pull request #450 from adityacp/change_student_dashboardPrabhu Ramachandran
Student Dashboard Changes
2018-03-21Add weightage for Quiz and Create Grading System Appprathamesh
App Name: grades Grading System provides with the grade for a given value. It contains different grade ranges. Has its own default grading system. Allows you to modify and add grading system wth grade ranges. To be done: - Need to add README - Good UI - There are fields like can_be_used and order in models for future use. - More tests App name: Yaksh Now every quiz has a default weightage of 100%, can be changed. An aggregate is calculated for a given course. Using grades app a grade is provide to the aggregate value.
2018-03-16Add shuffle_testcases to QuestionPaper model instead of Questionmahesh
2018-03-16Change question type name to Arrange in correct ordermahesh
2018-03-16Change custom filter function to get_answer_for_arrange_optionsmahesh
2018-03-16Add testcases for custom templatetag filtersmahesh
2018-03-16Include Rebase changes from shuffle testcasesmaheshgudi
2018-03-16Add shuffle_testcases to QuestionPaper model instead of Questionmahesh
2018-02-28Change forms.py, models.py, test_models.py and templatesadityacp
- Add help text for timezone field in user registration form - Add new method in course model to get days remaining to start a course - Show start time and end time of a course to the students - Disallow to enroll to a course which is not active - Add model test for the new course method
2018-02-08Change in forms.py, views.py and models.pyadityacp
- Add new attribute active in lesson and learningmodule model - Change learningmodule get_status method - Add condition in lesson, quiz and module views to check if module is active or not
2018-01-19Change in views and templatesadityacp
- Add active field for exercise form - Fix views test case for creating exercise - Show question paper for exercise
2018-01-03Made UI changes as per suggestionprathamesh
Added view answerpaper option to exercise form.