summaryrefslogtreecommitdiff
path: root/yaksh/templates
AgeCommit message (Collapse)Author
2017-01-28added Download CSV link for course alloted as well.maheshgudi
2017-01-25student selected answer is now rendered in htmlmaheshgudi
2017-01-25Merge pull request #184 from maheshgudi/mcq_bugfixPrabhu Ramachandran
Minor view changes
2017-01-25Merge pull request #185 from ankitjavalkar/course-prerequisitePrabhu Ramachandran
Add course instructions
2017-01-23Minor fixes to instruction field renderingankitjavalkar
2017-01-23Add course instructionsankitjavalkar
2017-01-23moved activate/deactivate course button to the top. Removed instructions ↵maheshgudi
from create_demo_course
2017-01-22rectified monitor answerpaper view. Changed mcqfield from charfield to ↵maheshgudi
textfield.
2017-01-21monitor sorts wrt to highest score. removed quiz instructions from models.maheshgudi
2017-01-19Add minor UI change when displaying Code question errorsankitjavalkar
2017-01-18added bootstrap labels instead of mark tagmaheshgudi
2017-01-18students can see the correct option for MCQ/MCC questions in view_answerpapermaheshgudi
students can also see the test cases of a code question in view_answerpaper
2017-01-18Can download csv of students' performance per coursemaheshgudi
Moderator can now download the csv dump of the performance of students in each quiz (best attempt of the quiz) for a course.
2017-01-13Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
UI-modifications-phase-2
2017-01-13Fixed a bug which would mark all MCQ and MCC questions' answers as correctmaheshgudi
1. Due to the new evaluator, an unchecked bug, which marked all mcq and mcc attempts as correct, despite actually marking the wrong answer, has been fixed. 2. Added Test case to check for incorrect mcq and mcc questions 3. question.html would also render error msg for mcq and mcc questions. This has also been fixed.
2017-01-12Exam interface improvedprathamesh
2017-01-09Merge pull request #172 from adityacp/update_docsPrabhu Ramachandran
Update docs and fix minor issues
2017-01-06Change image in docs and other minor docs changesadityacp
2017-01-04Student UI modification.prathamesh
Added side navigation bar. Edit and view Profile base template set properly. Added a tab "Enrolled Courses" for students to only view the courses they are enrolled in.
2017-01-03added completed and inprogress papers' status in monitormaheshgudi
2017-01-03MCQ/MCC choices HTML tags are rendered.maheshgudi
2017-01-03navbar display was not proper in small devices. modified navabar.prathamesh
Looks better in small devices as well.
2017-01-02Add minor template change in questionsadityacp
2016-12-23Fix conflictadityacp
2016-12-23Add minor template changesadityacp
2016-12-22- Fix grade user rendering issue when question is skippedankitjavalkar
- Modify grade user html template to create readable variables for answer and error
2016-12-22Refactor check method for cleaner code and fixing multiple issuesankitjavalkar
- Question should skip to new question with new error rendering - Fix test cases Fix change_dir context manager in grader
2016-12-21Fix rendering and representation of errorsankitjavalkar
- Error are sent as list - Error are None if answer is fully correct - Error is rendered as in grade user and code questions as neat CSS divs - Fix corresponding test cases - Fix get_question answers in models.py
2016-12-21Render output errors properly in grade userankitjavalkar
2016-12-21Fix output rendering in the questionankitjavalkar
2016-12-19Merge pull request #162 from prathamesh920/question-form-interfacePrabhu Ramachandran
Question form interface
2016-12-19cleaned up the code and made testcase forms dynamicprathamesh
2016-12-19change in add question interfaceprathamesh
2016-12-07new question templateprathamesh
2016-12-01removed extra html tag and changed alignment of rendered textadityacp
2016-11-30Quiz instructions fetched from database instead of default textadityacp
2016-11-30Render Instructions from textareaadityacp
2016-11-18Merge pull request #160 from maheshgudi/add_datetimepickerPrabhu Ramachandran
Date time picker and python assertion exception fix
2016-11-18added date time picker for simple start and end quiz time selection.maheshgudi
2016-11-18fixed tooltip and Show files which are not hidden for a questionadityacp
2016-11-17Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
student-interface Resolved Conflicts: yaksh/templates/yaksh/question.html Added testarea back for now.
2016-11-17Changes as per suggestionsprathamesh
2016-11-17Removed javascript console statementprathamesh
2016-11-17Improved Student Interfaceprathamesh
Student test interface improved. Made time-left component fixed at the top Reset button for code question shifted inside the editor panel. Reduced the empty space at the top and few improvement in look and feel.
2016-11-16Fix Output display of Code Questionankitjavalkar
2016-11-10Fix minor errors, fix template rendering in grade userankitjavalkar
2016-11-10dd basic partial marking feature per test caseankitjavalkar
2016-11-01courses and question paper creation UI modifiedprathamesh
2016-11-01Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
UI-modifications Resolved Conflicts: yaksh/templates/manage.html yaksh/templates/yaksh/design_questionpaper.html
2016-11-01modified profile and password reset/change templatesprathamesh