Hi Team,
In the Quiz Questions API (below link), I would like to use an option called Position.
Quiz Questions - Canvas LMS REST API Documentation
I tried to create a new question with position = 2 in an empty quiz using Postman. But, in the output body I noticed that the position is 1.
Can we set positions for the questions while creating them through API calls?
When I am creating various questions using a loop the order is being changed. So, I would like to arrange them in order using Position.
Thanks.