Multiplayer slides #432
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 as HTML. 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 :) |
Beta Was this translation helpful? Give feedback.
-
|
Here we go: requires WLJS Notebook >= 2.8.4 (please change the extension to .wln) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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).
Beta Was this translation helpful? Give feedback.
All reactions