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; }
Our campus will hire TA's to take attendance among other tasks for Faculty during class. The issue is that we don't want TA's to be able to see the Gradebook, but we want them to be able to take attendance. If their Permission set doesn't have any of the "Grades" permissions enabled, they can see and take attendance, but…
Hi all, we are seing as issue where if a student answers a questions within the quiz which has an acceptable alternative response, and the point is upgraded from 0/1 - 1/1 (and update is pressed with adjustment saved) When the student has a 2nd attempt the original 1st attempt incorrect answer which has been marked as…
I assigned the first draft of an assignment. Each student got rubric comments from me and from one peer. The Speed Grader view gives me a "Select Rubric" menu, allowing me to toggle between my comments and the peer comments. But the Gradebook's "Bulk Download Rubrics" command generates a CSV file with only the peers'…
Hi all, I'm looking to see if this has happened for anyone else. A student completed a Classic Quiz and one question was counted wrong that should not have been. In the quiz settings, the instructor entered 9 possible answers for this question. The student entered one of these answers. However, that particular question was…
Looking for the addition of partial credit for alternative format questions in Canvas, like ordering and category/matrix. We can only do it in close drop down, matching, and multiple response.