summaryrefslogtreecommitdiff
path: root/testapp/exam
AgeCommit message (Collapse)Author
2015-04-26Code server code cleanup and code commonificationankitjavalkar
- Commonify C, C++, Java and Scilab code evaluation
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-26Modify method of returning answers from code serverankitjavalkar
2015-04-26Modify method of passing test case attributes to code serverankitjavalkar
Conflicts: testapp/exam/admin.py testapp/exam/models.py testapp/exam/views.py
2015-04-26Add test case model for testing redesignankitjavalkar
Conflicts: testapp/exam/models.py testapp/exam/views.py
2015-04-07cleaned url.prathamesh
User can resume the quiz from where the left, if time permits. Useful where browser crashes or user by mistake closes the quiz. Also, on refresh during the quiz will not throw error.
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-07Had missed models.py in the change variable commit.prathamesh
2015-04-07Changed variable nameprathamesh
2015-04-07url cleaned and checked assignment upload on time-upprathamesh
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-03-31Created a function to save skipped questions.prathamesh
If the question is skipped for the first time then a new object of the answer is created, else the old skipped answer object is modified.
2015-03-31Function for creating an ordered dictionary of questionsprathamesh
2015-03-04Corrected a logical issue in the random questions for question paper generation.prathamesh
2015-02-25When attempt number and allowed number of attempts are equalprathamesh
then the quiz should continue if there is time in-case the browser was closed due to some reason.
2015-02-24Removed print statementsprathamesh
2015-02-24Continues the on-going test if any.prathamesh
If the user browser is closed by mistake then the test will continue from the point where he has left when the user enters the quiz again.
2015-02-24Answer is now saved from the question navigator as wellprathamesh
2015-02-24On skip the answer will be saved.prathamesh
The user answer will be retrieved when the same question is loaded again later.
2015-02-24Removed print statement.prathamesh
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-02-19Merge branch 'app_package' into redirect_result_viewprathamesh
2015-01-20View updated to take infinite quizzes.prathamesh
2015-01-20Assignment upload interface implementationprathamesh
2015-01-16added view, urls for assignment upload & changed the modelhardythe1
2015-01-14Added model to store assignment fileshardythe1
2014-09-25Merge branch 'app_package'prathamesh
2014-09-25modified import path in exam commandsprathamesh
2014-09-23Merge branch 'models_modification' into HEADprathamesh
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-08-11fixed minor issues in css.prathamesh
2014-08-11redirect to dashboard after exam.prathamesh
After exam is over or time-out the user is redirected to the result page. The user is not logged out. Current time is checked with the quiz end time, so that the user cannot reattempt the quiz.
2014-08-05changed import exam.* to testapp.exam.*prathamesh
So when the package is installed on a system, it will have proper path to the exam app.
2014-07-24Merge branch 'initial_fixtures' into packaging_appprathamesh
2014-07-24Removed spaceprathamesh
2014-07-23Merge branch 'initial_fixtures' into packaging_appprathamesh
2014-07-23Command 'add_group' created for adding the moderator groupprathamesh
2014-07-15minor change to template, to avoid id conflict between two modal popupsprathamesh
2014-07-15change made to subtract naive and aware datetimesprathamesh
2014-07-11Moved code server in the app folder.prathamesh
moved output folder in the app.
2014-07-11Made modifications.prathamesh
initial_fixture only to add moderator group. sample_question file modified to add language and snippet.
2014-07-11Moved templates and static inside the app.prathamesh
2014-07-11Exam app using django 1.6.5prathamesh
Removed version specification to install latest version of django. Added settings.py to the exam app. Removed default from import statement in urls.py since it is deprecated.
2014-07-09Added initial fixture.prathamesh
Creates moderator group. Adds four questions. "./bin/django loaddata fixture_name" will load the data.
2014-07-03minor changeprathamesh
2014-07-03Whitespaces strippedprathamesh
2014-07-03Interface to create question paperprathamesh
2014-07-02Merge pull request #31 from hardythe1/User-DashboardPrabhu Ramachandran
User dashboard