summaryrefslogtreecommitdiff
path: root/yaksh
AgeCommit message (Collapse)Author
2019-01-29Merge pull request #528 from CruiseDevice/fix-legendankitjavalkar
Fix legend on Quiz interface
2019-01-29Fix PEP8 issuesCruiseDevice
2019-01-28Resolve commentsCruiseDevice
2019-01-28Fix PEP8 issuesCruiseDevice
2019-01-28Resolve commentsCruiseDevice
- Removes redundant code.
2019-01-28More test cases for model method get_categorized_question_indicesCruiseDevice
2019-01-28Made requested changes in models.py and test_models.pyCruiseDevice
- 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-28Fix PEP8 errors in views.pyCruiseDevice
2019-01-28Remove unused variables and importsCruiseDevice
2019-01-28Add test for new model functionCruiseDevice
- Adds test for get_categorized_question_indices function in models.
2019-01-28Code refactor and resolves requested changes.CruiseDevice
2019-01-28Code refactorCruiseDevice
- Move get_question_by_index() and get_question_by_type() from views.py to models.py . - Change variable names.
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-28Remove empty class from tagCruiseDevice
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.
2019-01-24Add Test Casesankitjavalkar
2019-01-23Fix sticky active tab highlight due to stray <li> tag in regrade pageankitjavalkar
2019-01-23Fix HTML/CSS alignment for Upload and Download Questions pageankitjavalkar
2019-01-21Remove user as teacher of any course if is_moderator is set to Falseankitjavalkar
2019-01-21Merge pull request #537 from ankitjavalkar/fix-overall-course-completionankitjavalkar
[UI] Multiple UI Fixes in New UI
2019-01-21Fix Monitor in Moderator interface:ankitjavalkar
- Fix indentation - Add proper corresponding closing <div> tags - Add closing <span> tags - Minor changes in inconsistent HTML tags and commented HTML code
2019-01-16Add roll number columns and fix UIankitjavalkar
2019-01-14Fix PEP8 issue - Line more than 80 columns in views.pyankitjavalkar
2019-01-14Fix typo in 500 error pageankitjavalkar
2019-01-14Bug Fix: Fetch only distinct values for courses where User is Creator OR Teacherankitjavalkar
2019-01-14Merge pull request #543 from ankitjavalkar/updated-add-code-answer-html-escapesankitjavalkar
Ensure that the displayed Answers escape special characters
2019-01-11Display the question snippet as preformatted text in Preview QuestionPaper modeankitjavalkar
2019-01-11Ensure that the Answers displayed in grade_user.html, user_data.html and ↵ankitjavalkar
view_answerpaper escape special characters
2019-01-11Fixes check marks rendering incorrectly on Unit Completion.CruiseDevice
- This commit fixes check marks rendering incorrectly after unit completion on Start Module Page.
2019-01-10Remove unnecessary HTML divider in Logout dropdownankitjavalkar
2019-01-10Remove duplicate progress bars (Units/Lessons should not have progress bars)ankitjavalkar
2019-01-09Multiple changes in new UI:ankitjavalkar
- Deprecate usage of 'course_completion_percent' custom template tag - Replace old code in course_detail.html
2019-01-08Fix Overall Course Completion percentage in Student interfaceankitjavalkar
2019-01-04Fix PEP8 and improve formattingCruiseDevice
2019-01-03Create_moderator command sets is_moderator to TrueCruiseDevice
- Fixes #513.
2018-10-12Make changes as per PR reviewankitjavalkar
2018-10-09Minor UI changes and selenium test fixesankitjavalkar
2018-09-28Fix errors and test casesankitjavalkar
2018-09-28Add Switch To buttons in main menu and minor UI changesankitjavalkar
2018-09-26Remove unnecessary html blocks, add popper.js link, fix error message in ↵Shelsy
templates
2018-09-26Add templatetag to get question numbers by typeShelsy
2018-09-26Add new/modified static filesShelsy
2018-09-26Change templates with new UIShelsy
2018-09-25Remove older bootstrap static filesShelsy
2018-07-31Merge pull request #519 from kumanna/masterKing
Fix spelling error: choosen to chosen
2018-07-31Merge pull request #507 from ankitjavalkar/remove-dead-css-linksKing
Remove references to non existent static CSS files