https://github.com/tiesdekok/zoom-question-manager
This extension provides a dashboard to manage questions asked in the Zoom chat.
https://github.com/tiesdekok/zoom-question-manager
chrome extension-chrome online-learning teaching teaching-tools zoom
Last synced: 18 days ago
JSON representation
This extension provides a dashboard to manage questions asked in the Zoom chat.
- Host: GitHub
- URL: https://github.com/tiesdekok/zoom-question-manager
- Owner: TiesdeKok
- Created: 2020-04-03T03:29:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T23:15:04.000Z (about 4 years ago)
- Last Synced: 2025-02-16T20:49:08.398Z (3 months ago)
- Topics: chrome, extension-chrome, online-learning, teaching, teaching-tools, zoom
- Language: HTML
- Homepage:
- Size: 451 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
Zoom Question Manager is a Chrome Extension that provides a dashboard to manage questions aked in the Zoom chat. Primarily designed for teachers that are teaching online classes via Zoom.
Author: Ties de Kok (Personal Page)
Chrome Extension: Install Chrome Extension
Demo & Instructions: YouTube video
What does it do?
[](https://youtu.be/7jJ8qsYlJoA)
* Provides a dashboard interface that sits on top of a Zoom web session. It does not communicate with any external sources, nor does it story any data. It only uses the information that is already exposed through the Chrome tab.
* Students can ask questions by prepending their question with "!question" in the Zoom chat. You can manage these questions by highlighting them as answered and moving them to the history so that they are no longer on your screen.
* Can be run on a second monitor or can be run on a second device (such as a spare laptop). Only requirement is internet connectivity + the ability to use Chrome extensions.
* Also provides a microphone volume meter to monitor your audio levels. If you are using a tool such as ManyCam you can also show your webcam to monitor whether you are in frame.
How to install it?
YouTube video
1. Make sure you have the Chrome browser installed on your computer
2. Install my Zoom Question Manager from the Chrome Extension Store:
Install Chrome Extension
3. You should now see a "Z" icon in the top right in Chrome
--> you might have to click the 3 dots to see itHow to use it?
1. Start your zoom session as normal
2. Find your zoom session URL
--> click "invite" and then "copy url" in the bottom left corner.
3. Create your Zoom web client URL by changing "/j/" to "/wc/" and add "/start" at the end.
For example:
URL copied: `https://server.zoom.us/j/1234567890`
Modify to: `https://server.zoom.us/wc/1234567890/start`
4. Open up the Chrome browser and go to the new link your created in step 3.
5. Go through your normal login procedure, log in using the same account as the one you are using on your computer
--> yes, you can join the same meeting multiple times with one account
6. Once you've loaded into the actual zoom session using the link, don't click anything and click the Z icon in the top right corner.
7. You should see the screen change and the (empty) question manager should pop, like the screenshot above.### **How do students ask questions?**
If a student starts their question with `!question` it will show up in the question manager as a question. These questions you can highlight in green ("answered") or yellow ("todo"). You can also click on `archive` to hide the question, which will move it to the "archive" tab.
**Note: archived questions only persist for as long as the tab is open. Once you refresh/close the page everything will reset to being empty. **
Questions or Suggestions?
If you have questions / experience problems / or have suggestions please use the `issues` tab of this repository. You can also e-mail me at tdekok [at] uw.edu .
License
[MIT](LICENSE) - Ties de Kok - 2020
Special mentions
This project is inspired by and based on the excelent work of:
- Volume-meter (https://github.com/cwilso/volume-meter/)
Contributors: