Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-21 | Add API to get complete course details and AnswerPaper for the quiz | prathamesh | |
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-26 | Resolve PEP8 issues | prathamesh | |
2018-12-19 | Add rest framework in requirements | prathamesh | |
2018-12-19 | Provide API version 1 for Yaksh | prathamesh | |
- 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 |