arcus / education_modules

https://arcus.github.io/education_modules/
Creative Commons Attribution Share Alike 4.0 International
10 stars 8 forks source link

Add text to speech #598

Open pm0kjp opened 1 year ago

pm0kjp commented 1 year ago

record number: 904, 1535

Description of issue: User could benefit from text to speech. Joy adds: I think this is easy in Liascript if we transparentize it and make it an option?

rosemm commented 1 year ago

Here's info about how to add this via liascript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/docs/master/README.md#108 https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/docs/master/README.md#109

rosemm commented 1 year ago

Note also that many browsers have TTS built in (e.g. in Chrome, if you select text and then right click you can choose "Speech" and then "Start Speaking" to have the selected text read to you). If we add functionality built into our pages, we'll want to think carefully about whether or not it with interfere with other tools users may already be using for the same purpose (including screen readers).

rosemm commented 1 year ago

FYI, this appears to be a duplicate of #485