neilhpatel / CodeATale

This is the repository for my Junior Design project. My team developed an interactive web application for children to read the story Dr. Dolittle while improving comprehension skills through quizzes and audio.
0 stars 0 forks source link

speed up load time for reading screen and fix 5-star visibility for quiz screen #137

Closed jyun261 closed 2 years ago

jyun261 commented 2 years ago

I moved some methods and data await commands around to speed up the reading screen load so that the pop-up doesn't look as bad.

Quiz screen star function has been updated to be slightly optimized (1 less database retrieval) and to display 5 stars properly.