The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December.
Read our blog post for more info about this change.
Found this content helpful? Log in or sign up to leave a like!
Can someone help with the syntax to be used while importing a Classic Quiz question and answer, Type multiple_choice_question, multiple_dropdowns_question, multiple_answers_question,
Would be great if someone can help understand the API with an example of either of the question types listed above.
Thanks in advance.
Solved! Go to Solution.
Hello @RatishRamapurat
Glad to help with this. So with regards to adding question types you want to follow the steps here https://canvas.instructure.com/doc/api/quiz_questions.html#method.quizzes/quiz_questions.create
in regards to the specifics this is a good example "POST /api/v1/courses/:course_id/quizzes/:quiz_id/questions?question[question_type]=whatever&question[points]=whatever&"
I hope this helps answer the question.
Regards,
Ian
Hello @RatishRamapurat
Glad to help with this. So with regards to adding question types you want to follow the steps here https://canvas.instructure.com/doc/api/quiz_questions.html#method.quizzes/quiz_questions.create
in regards to the specifics this is a good example "POST /api/v1/courses/:course_id/quizzes/:quiz_id/questions?question[question_type]=whatever&question[points]=whatever&"
I hope this helps answer the question.
Regards,
Ian
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in