REST API endpoint for retrieving Quizzes
-
Hello,
I have been working on a mobile app for my client’s site. We use the LLMS API to get Lesson content and Student Enrollments which has gone great. Well made API. The issue, is that you are not able to retrieve quizzes. A lesson can say if it has a quiz, and give you its ID but not the quiz content. I find this weird for 2 reasons. You can export a course, which gives you everything inside, and the quizzes are in there so its already within capabilities to provide that structured information. The other reason is that when you look at the links within your lesson response, you get a part that says to use the following link/route to get the attached quiz. But if you go to that route, you get a 404. The snippet below is from the API docs of retrieving a lesson and shows what I mean:/wp-json/llms/v1/quizzes/432
Is there really no way to simply do a GET request to see the content of a quiz? If so, is this something being worked on? If not, then why does the API docs give you a route for them?The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.