pxi-gmbh / slidenotes

public repository for slidenotes.io, an agnostic web editor to turn text into responsive presentations
2 stars 0 forks source link

enable live polling #10

Open jochmann opened 3 years ago

jochmann commented 3 years ago

When running a presentation I would like to display some interactive ad-hoc feedback: live polls or quizes (similar to mentimeter, but simpler, anonymous, with a lower barrier to entry)

description

There should be a way for people to fill out a form live that populates content (as a data visualization) in my presentation.

example workflow

I tell my audience to visit a web page on their mobile device. On this web page they can fill out a brief form. The data entry then shows live in my presentation slide that contains the collated results of form entries.

caveats

Requires dedicated server space. Perhaps use it as an ephemeral data-base for short-term and live polls ony, where entries are automatically deleted after a month.

additional information

The feature could also be used as a standalone gizmo outside of slidenotes.

gaenseklein commented 2 years ago

live polls in an ongoing session (multiuser presentation) could be easily implemented, although the workflow would be easier for the clients.

workflow

user "host" holds a presentation and invites others to join the presentation participants have joined the presentation host opens config-menu, presses button "live-poll" a dialog pops up for host to select some choices for the poll (for example introducing text, options and option-labels) the generated poll is sent via websocket to the participants of the presentation a dialog pops up for participants with the poll-form participants fill form and click on "send" - popup closes the filled form is sent via websocket to host host gets feedback live and can choose when and how to close the poll and/or show its result

pro

contra