Done
Details
Assignee
UnassignedUnassignedReporter
Gregor MossGregor MossComponents
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Gregor Moss
Gregor MossComponents
Priority
Created March 15, 2018 at 7:01 PM
Updated April 25, 2018 at 8:40 PM
Resolved April 25, 2018 at 8:40 PM
With the inclusion of the new block-style story composition, the "Listen to my story" feature no longer works properly. Instead of reading out the story content, it now attempts to stringify each block and simply says "Object object" for each block.
We should consider
what elements of each block should be read aloud, with a focus on the alternative text values
how to iterate over them
when to iterate over them (e.g. on demand when the button is pressed or ahead of time with something like a model relay)