How can you generate embed codes for Google Slides so I can embed them in my Canvas page?
Screenshots are provided below.
Some content has been blurred for privacy reasons.
Usually, Google Slides have to be published to the web to obtain the embed code. (File -> Share -> Publish to the web.) However, this wouldn't be ideal for you, because you don't want your slides to be indexed by Google Search (and therefore searchable by anyone on the internet.) Try the following instead. First, to get the embed link without publishing:
https://docs.google.com/presentation/d/YourPresentationID/edit
/edit
/embed
?start=false&loop=false&delayms=3000
https://docs.google.com/presentation/d/YourPresentationID/embed?start=false&loop=false&delayms=3000
Adjust your parameters as needed:
start=false
loop=false
delayms=3000
Over in Canvas, go to the page or assignment and click Edit -> Insert -> Embed. Paste your modified url from above into the following iframe code. Adjust the width and height as needed. This should ensure that viewers see the slides in presentation mode without access to the editor or speaker notes:
<iframe src="https://docs.google.com/presentation/d/YourPresentationID/embed?start=false&loop=false&delayms=3000" frameborder="0" width="800" height="450" allowfullscreen></iframe>
Hi @CallieAlreza
Along with what @lngines shared, you might want to take a look at the tricks for Google Docs in general that are available at https://learninginhand.com/blog/google-document-url-tricks.
-Doug
With the new SpeedGrader UI, we are seeing student names appear in the page title even when the “Hide student names” setting is enabled. When using Classic Quizzes, there is no option within the quiz settings to enable anonymous grading, so we rely on instructors using the hide student names setting in SpeedGrader to…
Speedgrader chaning file name when being downloaded. Speedgrader: When downloading a submitted assignment, the file name is being changed to an unrecognizable name — (Student's actual name was part of the file name — changed for privacy.) Ideas???
We are all familiar with the standard Course Calendar, where assignment due dates are automatically added. However, at my institution, we structure our assignments as Challenges that develop over a period of time, rather than just a single deadline. Currently, the calendar only highlights the "end point." It would be a…
The current placement of the "Submit" button creates a "slip" in user behavior where habit-clicking "Next" leads to an accidental final submission. I think Canvas could easily fix this by: Moving the Submit button away from the navigation buttons (maybe above the question instead of below it) and/or Adding a "Confirm…
This is my first time using the new discussion "checkpoints". I'm hoping the multiple due dates are effective, but using the "checkpoints" does seem to create other problems: They only allow for ONE "reply to topic". The way I use discussions in some of my classes is to allow for students to ask MULTIPLE questions per…