ucfopen / canvasapi

Python API wrapper for Instructure's Canvas LMS. Easily manage courses, users, gradebooks, and more.
https://pypi.python.org/pypi/canvasapi
MIT License
561 stars 175 forks source link

Creating Quiz Questions #649

Closed felkezac closed 6 months ago

felkezac commented 6 months ago

Discussed in https://github.com/ucfopen/canvasapi/discussions/648

Originally posted by **felkezac** April 19, 2024 I am having trouble creating or editing quiz questions. Regardless what I have tried, it generates a blank question. Attempts to edit the question throw error 500. Am I missing something? One thing I have tried: bar = {'question_name': 'asdf', 'question_type': 'numerical_question', 'question_text': 'asdfasdf'} item = q.create_question(**bar)
bennettscience commented 6 months ago

Answered more fully in #648.