Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-08 | Fix API failing test case | CruiseDevice | |
2020-04-06 | Remove print statement | CruiseDevice | |
2020-04-03 | Get user_answer based on question type | CruiseDevice | |
2020-04-01 | Update ruamel version, change view name | CruiseDevice | |
- Update ruamel version to 0.16.10. - Change view name from ICourse to GetCourse. | |||
2020-03-30 | Add Login endpoint, quit quiz endpoint | CruiseDevice | |
2020-03-30 | Show question test_cases, exclude unncessary fields from API | CruiseDevice | |
2020-03-30 | Fix ImproperlyConfigured URL issue | CruiseDevice | |
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 |