summaryrefslogtreecommitdiff
path: root/testapp/exam/templates
AgeCommit message (Collapse)Author
2015-08-03- Install script: Add subcommandsankitjavalkar
- Install script: Add code server launcher - Add requirements.txt - Edit README to fix changes/errors - Remove jquery v1.11.3 and add v1.4.2 - Edit initial_data.json
2015-08-03Remove taggit-autocomplete app, make pip compatibleankitjavalkar
Conflicts: testapp/templates/demo_urls.py
2015-06-01Add Multiple Features based on feedbackankitjavalkar
- Remove Attempt later button on last question - Improve mechanism for cycling through - Add attempt summary on Quit or Completion - Fix error paginator not displaying on error
2015-06-01Change Skip Question button to Attempt Laterankitjavalkar
2015-05-14Fix test case fetching for old questionsankitjavalkar
2015-05-11- Seperate testcases, Modify views, models, templates for compatibilityankitjavalkar
- Change functions names in code_evaluator
2015-04-26Changes to Question model, Views, Add-Question UIankitjavalkar
- ref_code_path is now part of Question model - MCQ/MCC answers checked using solution field in question model - Formset should reload even after errors - add_question page chould display solution field only in MCQ/MCC
2015-04-26Code Server code cleanup and code commonificationankitjavalkar
- Pass question and test case info as json string (info_parameter) - Return success status and error message as a json string - Embed user answer and question lang in info_parameter - Commonify Python code evaluations and assertion test - Deprecate individual function call based on language
2015-04-26Modify form, views and templates to reflect changes made to TestCase modelankitjavalkar
2015-04-26Add test case model for testing redesignankitjavalkar
Conflicts: testapp/exam/models.py testapp/exam/views.py
2015-04-07On skip or navigation, the user answer will be saved.prathamesh
Added boolean field in Answer model to check whether the answered is skipped or not.
2015-04-07Question navigator implementedprathamesh
2015-04-07Changed variable nameprathamesh
2015-04-07Multiple attempts and file upload question type.prathamesh
Can have multiple attempts for a quiz. Can also specify time lag between two successive attempts for a given quiz. Students can upload their code through the interface. The code will be saved in the folder named after their roll number. And the file name will be the question id.
2015-02-24Answer is now saved from the question navigator as wellprathamesh
2015-02-24Question navigator implementedprathamesh
Students can now move from one question to another through the navigator window. Also, the questions attempted will have different color then the ones which are not attempted.
2015-01-20Assignment upload interface implementationprathamesh
2015-01-16added view, urls for assignment upload & changed the modelhardythe1
2014-09-23Models and views modified.prathamesh
Added number of attempts option for quiz. Also days lag between two attempts. added test status and attempt number for the test. Removed profile foreign key from answer paper models since user foreign key is present in the answer paper model. Urls slightly modified to include attemt number for a given quiz.
2014-07-15minor change to template, to avoid id conflict between two modal popupsprathamesh
2014-07-11Moved templates and static inside the app.prathamesh