Hi All,
Is anyone else having trouble accessing the drop-down menus on the Canvas Live API site?
Whenever I try to expand one of the rows, I just get no response from the page.
Hi @wguida,
I have seen some chatter on this issue on a different chat platform, and one of my colleagues from UMich, Matt Jones, posted a temporary workaround there. I'll paste it here:
---
Local override method:
this.isCollection = this.dataType && (this.dataType.toLowerCase() === 'array' || this.dataType.toLowerCase() === 'list' || this.dataType.toLowerCase() === 'set');
to
this.isCollection = Array.isArray(this.dataType) ? true : this.dataType && ['array', 'list', 'set'].includes(this.dataType.toLowerCase());
Refresh.
Someone else there was informed by Canvas support that an official fix is scheduled to go to production on Feb 26.
I hope this info helps!
-Chris
@wguida
I don't use the Live API, but I went and checked. Yes, there is a problem with it.
If you open the Developer Tools console and reload the page, there are a bunch of warnings about missing Swagger information and there's an uncaught type error. That error stops any additional JavaScript in the file from running and so nothing seems to work.
Hi everyone… Has anyone else run into issues with SAML authentication not working, but only on their beta instance? Our production and test sites are fine, but we manage a number of different Canvas instances and every one of them that uses SAML authentication (with either Okta or Microsoft Entra) has not worked for a…
ETA: never mind! I had done my "testing" in the wrong quiz, which was a Classic Quiz quiz. I just tried again in the correct (migrated) new quiz, and I see now that the "file upload" question type DOES show the image in SG! — I rarely use Canvas quizzes, but am teaching a new asynch class this semester. I want students to…
In the "How do I use the Learning Mastery Gradebook" page, under "Student scores" (https://community.instructure.com/en/kb/articles/660932-how-do-i-use-the-learning-mastery-gradebook-to-view-outcome-results-in-a-course#view-student-scores), the displayed gradebook shows a little colorful square and also points for each…
Can the Batch Edit of Assignment be updated so you can filter by assignment catagory
In Classic Quizzes, it is possible to display question-level feedback to students without manually grading an essay question on a quiz. Can this be enabled in New Quizzes? Use Case: This feature is vital for practice quizzes that include essay questions along with other question types. We mix essay questions with other…