Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for interactive presentation master/slave #40

Open
7 of 8 tasks
TomasKulhanek opened this issue Feb 11, 2024 · 3 comments
Open
7 of 8 tasks

Support for interactive presentation master/slave #40

TomasKulhanek opened this issue Feb 11, 2024 · 3 comments
Assignees

Comments

@TomasKulhanek
Copy link
Member

TomasKulhanek commented Feb 11, 2024

  • educator mode (separate.html) - may set 'hash' i.e. document to be viewed by students
  • student mode (index.html) - may view only one page, based on what educator set

  • firebase configuration component - bdl-fb-config
  • encrypt firebase configuration component -<bdl-fb-config api-str="...."></bdl-fb-config>
  • component to set state, present as button, educator mode will do it - <bdl-set-state title="State 1" value="state1.md">...
  • component to get state, present as hidden, student mode - <bdl-get-state tohash="true">...
  • firebase config to listen new state, via websockets - attribute listen="true"
  • option to hide nav icon - attribute showicon in markdown-
@TomasKulhanek TomasKulhanek self-assigned this Feb 11, 2024
@TomasKulhanek
Copy link
Member Author

Sample app for DKA is at https://egolem.online/dka/
For educator mode append educator.html to the previous address

@TomasKulhanek
Copy link
Member Author

TomasKulhanek commented Mar 14, 2024

  • bind question with tabs [ questionid and tabid separated by ';'
  • setAnswer,addAnswer,removeAnswer with questionid and tabid is not processed properly, fix it
  • send answer to firebase realtime db

@TomasKulhanek
Copy link
Member Author

TomasKulhanek commented Mar 21, 2024

  • some ipads do not follow screen change, after connecting them to MacOS and enable developer console, Safari shows 'crypto.randomUUID() is not a function'.
  • add custom generate uuid implementation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant