summaryrefslogtreecommitdiff
path: root/api/serializers.py
AgeCommit message (Collapse)Author
2020-03-30Show question test_cases, exclude unncessary fields from APICruiseDevice
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-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