summaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Collapse)Author
2020-10-08Fix API failing test caseCruiseDevice
2020-04-06Remove print statementCruiseDevice
2020-04-03Get user_answer based on question typeCruiseDevice
2020-04-01Update ruamel version, change view nameCruiseDevice
- Update ruamel version to 0.16.10. - Change view name from ICourse to GetCourse.
2020-03-30Add Login endpoint, quit quiz endpointCruiseDevice
2020-03-30Show question test_cases, exclude unncessary fields from APICruiseDevice
2020-03-30Fix ImproperlyConfigured URL issueCruiseDevice
2019-06-21Add API to get complete course details and AnswerPaper for the quizprathamesh
Courses are retrieved in which the user is a student. Complete course info is made available. Answerpaper is created if does not exists on start quiz. AnswerPaper detail info is made available. If attempts are not allowed then the message is retrieved.
2018-12-26Resolve PEP8 issuesprathamesh
2018-12-19Add rest framework in requirementsprathamesh
2018-12-19Provide API version 1 for Yakshprathamesh
- Serializers for Question, Quiz, QuestionPaper, AnswerPaper - Can create questions, quizzes, question and answer papers - Can check mcq, mcc and code questions - Tests for the API