summaryrefslogtreecommitdiff
path: root/yaksh/templates
AgeCommit message (Collapse)Author
2017-11-28Change template to display error messages and change design and urls redirectionadityacp
2017-11-24Merge branch 'yaksh_video_lessons' of https://github.com/fossee/online_test ↵mahesh
into yaksh_video_lessons
2017-11-23Merge pull request #400 from maheshgudi/ajax_questionsPrabhu Ramachandran
Display error output without page reloading
2017-11-23Put page footer outside div containermaheshgudi
2017-11-23Change template to avoid overlapping of html body with sidebaradityacp
2017-11-23Change urls, views, template, test_viewsadityacp
- Fix view answer paper for student - Fix existing views test cases
2017-11-23Minor changes in requesthandler.jsmaheshgudi
2017-11-23Render error output with django template instead of javascriptmahesh
2017-11-22Display error output without reloading.maheshgudi
2017-11-22Change forms.py, models.py, views.py, templates, templatetagsadityacp
- Add start_time, end_time enrollement in course form - Change get_quiz_details in course model - Add validation to check if course is active and not expired - Template changes for cleaner dashboard
2017-11-21Change in templates, js, template tagadityacp
- Add new template tag to fetch course module completion status - View all lessons/quizzes during quiz - Change button values - Change user mode and god mode
2017-11-21Fix buttons on courses.htmlmaheshgudi
2017-11-20Change complete.html and change download quiz csv in viewsadityacp
2017-11-20Change in templatesadityacp
- Add new templates for creating lessons, modules, design course - Change existing templates for student and moderator interface
2017-11-17Position cursor automatically on text area during quizmaheshgudi
2017-11-15Change mathajax cdn source due to deprication.maheshgudi
2017-11-14Merge pull request #390 from maheshgudi/regrade_fixPrabhu Ramachandran
Regrade fix
2017-11-14Merge pull request #378 from prathamesh920/upload_users_csvPrabhu Ramachandran
Upload users csv
2017-11-14Fix regrader for new code servermaheshgudi
2017-11-14Added sample csv for user to download and upload.prathamesh
2017-11-13Fix Error table layout in grade_user, view_answerpaper, user_datamaheshgudi
2017-11-10Add textwrap for assertion error tablemaheshgudi
2017-11-10Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
upload_users_csv
2017-11-10Merge branch 'master' of https://github.com/fossee/online_test into ↵mahesh
beautify_assertions
2017-11-10No tracebacks if longer than 5 lines.mahesh
- Tracebacks with more than 5 lines will not be shown. - Remove unnecessary imports. - PEP8 change.
2017-11-07Merge pull request #373 from prathamesh920/detailed_csv_download_quizPrabhu Ramachandran
Detailed csv download quiz
2017-11-07Modify answerpaper wrt to changes in assertion error outputmaheshgudi
2017-11-07Change module compare_stdio to error_messagesmaheshgudi
2017-11-07Add traceback for exceptionsmahesh
2017-11-07Beautiful error outputsmaheshgudi
2017-11-06Remove extra jQuery file from add_course.htmlAkshen
-Since jquery-1.9.1.min.js is already present in base, it was removed from add_course.html's script tag
2017-11-06Added info for uploadprathamesh
converted list to set as dict.keys() returns list in python 2.7
2017-11-06Update CHANGELOGAkshen
updates change and required fix i.e Add Course to Save Button in add_course.html
2017-11-06Upload user to the course via csv.prathamesh
The csv takes firstname, lastname and email. User and Profile are created with username and password been same as email. Following cases are handled for csv upload: - wrong csv headders - missing csv values - already existing users - invalid csv
2017-11-03Adds DateTimePicker to Add_CourseAkshen
Adds DatetimePicker to start_enroll_time and end_enroll_time fields
2017-10-27Excluded teachers and creator form the enrolled users listprathamesh
Changed the HTML select id attribute to name, necessary to track in POST request
2017-10-26Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
detailed_csv_download_quiz RESOLVED Conflicts: yaksh/test_models.py
2017-10-26CSV download for quiz enhancedprathamesh
CSV download for a quiz now shows question wise grades. Also, for a given attempt all the users from the course are entered in the CSV. If the user has not attempted then a dash '-' is put under the grades. Also, handles random questions, if a question paper has questions selected from pool of questions then all the questions are entered in the CSV. 'NA' is put under the question grade if that question has not come in the question/answer paper for that given user.
2017-10-25Merge pull request #368 from ankitjavalkar/fix-reset-buttonPrabhu Ramachandran
Fix the Reset Answer javascript and rename it to Clear Text Area
2017-10-25Fix the Reset Answer javascript and rename it to Undo Changesankitjavalkar
2017-10-17Merge pull request #351 from maheshgudi/yaml_fixesPrabhu Ramachandran
Yaml fixes
2017-10-17Merge pull request #336 from adityacp/new_js_editorPrabhu Ramachandran
New js editor
2017-10-12Fix User data UI bug and auto-updates demo course total marksmaheshgudi
2017-10-09Fix UI related changes in questions.html and view_answerpaper.htmlmaheshgudi
2017-10-09Fix nav sidebar overlapping on questions listmaheshgudi
2017-10-06Get questions in particular order in templateadityacp
2017-10-05Use MCQ/MCC testcases id instead of options to validate answermaheshgudi
2017-10-05Merge pull request #344 from ankitjavalkar/allow-paper-revisitPrabhu Ramachandran
Allow user to quit the paper manually and revisit the paper if necessary
2017-10-05changed div class to avoid conflict with bootstrapprathamesh
2017-10-05Allow user to quit the paper manually and revisit the paper if necessaryankitjavalkar