Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork26
Multiplayer slides#432
-
This is a super far-off goal, but it's something I'd love to use in classes I teach. If you've ever used PearDeck, I mean something like that: students can provide answers to questions on the interactive slideshow, which will then show those answers on the teacher's screen. It could probably be implemented using a web server and websockets inside the WLJS app (on the teacher's computer). |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments
-
Unfortunately by the architecture of WLJS, it is not possible for multiple users to edit the same notebook at the same time. However! I would prepare presentation using WLJS with interactive elements, then export it asHTML. In general with some minor adjustments interactive widgets such as The last issues to solve: how to communicate back from exported HTML to the teacher's notebook. Slides in WLJS do support In general you do not need to write all of this every time. Slides in WLJS support components approach, so it can be just a sort of basic I would convert this issue to a discussion and provide you an example later with such system, if you want :) |
BetaWas this translation helpful?Give feedback.
All reactions
-
Here we go: requires WLJS Notebook >= 2.8.4 (please change the extension to .wln) |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #427 on September 19, 2025 09:40.