Buenas tardes
Hay alguna api para cargar un banco de preguntas sin tener que agregar una por una
Feliz día
@wquintero , for those who don't know Spanish, I ran your question through Google Translate and if I am correct, you are asking:
"Is there an API to load a bank of questions without having to add them one by one?"
I've shared your question with the https://community.canvaslms.com/groups/admins?sr=search&searchId=fc5feeb4-bbe7-414b-b84f-554d8a8259c1&searchIndex=0 and https://community.canvaslms.com/groups/espanol?sr=search&searchId=c67e56b1-1394-4348-a106-2237481ed8fa&searchIndex=0 groups to get some extra eyes on the question.
Have no idea about Spanish as well. But you can pack the question bank to a QTI file, and then use "content migration" API to import. Hope this would be helpful.
There are API endpoints for quiz questions, for example creating a quiz question ( Quiz Questions - Canvas LMS REST API Documentation ), but they are "BETA: This API resource is not finalized, and there could be breaking changes before its final release."
Canvas Data Services sent out an alert that a course was concluded (because the course was concluded) and the status of each user in the UI is set to complete, however, the enrollments API endpoint shows the status of each user in the course as active. Is this a common issue? Have I misinterpreted how the individual…
How can one track Canvas Media use without having the reports available from Canvas Studio? Checking API endpoints and the Data 2 schema, there do not seem to be dedicated Canvas Media endpoints. Am I missing some? A method I've considered is using the body field of the wiki_pages table, as this contains the html code of…
Hello, I'm trying to utilize an API call to pull completed certificates and was hoping to download and store the certs as a backup. I can successfully run the API call but it will not allow me to view the certificate unless I access the URL while signed into an account where it's "my" cert. Is there a permissions setting…
UI for weekly progression idea that rest in the Schedule tab of the **K-12 UI** of Canvas it's incomplete and I really would not take it and push it into instance but I am going to post it here because in the past people like @James && @robotcars || @Steve_25 have had terrific input in the past... maybe w/their eyes and…
I have a new React + Flask webapp. It has its own login for users to start using the app. I have added this as an external tool in Canvas. What I want initially is to see of canvas users can start using the webapp without having to login if they click on the external tool link in a canvas course. I have 2 methods…