CCALI / CALI-Author-Viewer-5

This is the repo for CALI Author's jQuery based lesson viewer
1 stars 1 forks source link

TUI (Text User Interface) Chat style interface idea #170

Open sgoshorn opened 1 year ago

sgoshorn commented 1 year ago

New way to do a lesson: Infinite scrolling text bubbles with questions and answers. A text box for student to type an answer. Student can still click buttons/links. No more 'pages'. TOC/nav elements on the left.

sgoshorn commented 1 year ago

Some changes

sgoshorn commented 1 year ago

What happens when one resumes? ScoreSave data does not track flow or repeats. To reconstruct what user previously saw would require tracking all the clicks to recreate or the transcript itself (which will be massive since it's not just text but image references, the interactive boxes, etc.)

sgoshorn commented 1 year ago

IF user already answered a question indicate the answer(s) they gave, but don't disable or else they could get trapped in a loop if they answer question then return later via TOC to reanswer.