Testing
2023-09-01
Brad Cannell, PhD, MPH
Associate Professor
UTHealth-Houston School of Public Health
At the beginning of each in-person lab session students will complete a warm-up together as a class, along with the instructor, using a series of interactive poll questions that provide immediate feedback. These activities will not be graded; however, participating gives students an opportunity to self-assess their comprehension and ask questions.
Why are we switching from Socrative to Poll Everywhere?
We (UTHealth) have an institutional Poll Everywhere paid account.
Hopefully, we won’t have to switch back and forth between Socrative, RStudio, and PowerPoint during the lab warm-up. The idea is that we will be able to embed text, R code, R results, and poll questions directly into RevealJS slides or PowerPoint. As of this writing, we are still trying to figure out the best option.
Step 1. Create a poll everywhere activity.
Step 2. Add activities to the RevealJS slides using embed code. See the blog post from slide one.
After creating a RevealJS slide deck, Poll Everywhere activities aren’t displayed when we open the slides by double-clicking the HTML file.
Is this because only one activity can be active at a time?
Is it still an issue if we serve the slides from GitHub pages?
Is it still an issue if we try a different embed type (i.e., Response link, PollEv page, or Live presentation view)
Can I use index as a series of links to other slide shows? Why would we do this? Because the Poll Everywhere links don’t work if we just share the HTML file (even with embed-resources: true). They do work when we serve the slide show from gh-pages, but we don’t want to create a separate repo for each slide show. Therefore, we can link to the slideshows from the index page of the gh-pages branch?
This slide uses an embedded response link script
This slide uses an embedded PollEv page script
This slide uses an embedded live presentation view script
You can publish on GitHub. See the Test Quarto Book for Details.
You can share as a PDF file.
You can create a self-contained HTML file by adding the embed-resources: true
option to the yaml header.
Do the Poll Everywhere iframe’s work if I serve the slides from gh-pages?