I uploaded videos to the SCORM page and added them to the Assignments page.
When I view them, the videos appear shortened.
How can I expand them?
The simplest option is to check the option to open the assignment in a new tab or window. If that's not ideal for your situation, it may be necessary to add some custom CSS to your theme (which an admin would need to do) to increase the max-width of the main content display wrapper and potentially add a min-height to the SCORM iframe.
Apologies for keeping you hanging! The easy solution of opening in a new tab or window is in the Assignment Settings. In the "Submission Type" area, select the "Load This Tool In A New Tab" checkbox. You can still include the typical assignment instructions in the text editor above, but students will be presented with a button to launch the SCORM in its own window. They'll need to allow popups for Canvas to see it.
The more advanced option would require an admin to add some basic CSS to your theme. By default, it looks like Canvas limits the overall application width to 1366px. Something like the following will extend that setting to something a bit more realistic, for example:
body:not(.full-width):not(.outcomes) #wrapper.ic-Layout-wrapper { max-width:1800px; }
Notice there are a couple of exceptions applied to the setting, specifically for pages intended to run full-width, like Speedgrader and Outcomes.
After we did this at my organization for some subaccounts, we also didn't like how SCORM that we do want to load on the assignment page looked, so we adjusted the height on the iframe in that case:
body.assignments iframe.tool_launch { height: auto!important; min-height: 600px!important; }
Summary:The Learning Mastery Gradebook allows drag-and-drop reordering of outcome columns, and this triggers a call to /api/v1/courses/:course_id/assign_outcome_order. The API returns 204 No Content (success), but the column order does not persist after page refresh. Steps to Reproduce: Open Learning Mastery Gradebook for…
We have enabled the automatic migration of Classic to New Quizzes. When we import QTI files, though, they always fail to load as New Quizzes. If we disabled New Quiz Migration, it works. Why does it only work for Classic Quizzes? Are there any guaranteed tools that will generate QTI files that will import correctly as New…
Is it possible to change the system-wide notification defaults for a hosted Canvas instance? Since I can't find a way to do it, nor any reference to doing it, I'm assuming not but wanted to make sure before I give that as an answer.
Hi everyone, I had a teacher reach out with an odd (and concerning) LockDown Browser issue and wanted to see if others have experienced something similar. A student was taking a quiz using Respondus LockDown Browser on a Chromebook 300e Yoga G4 (8GB), a 2‑in‑1 device that can flip into tablet mode. During the active quiz,…
Hi all, Quick question about the Gradebook color status for a 2-part checkpoint discussion. If a student completes the first due date (initial post) but does not complete the required replies by the second due date, is there any way for Canvas to automatically show a color (e.g., missing/late) instead of staying as…