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

add bug fixes #1 #113

Closed jyun261 closed 2 years ago

jyun261 commented 2 years ago
neilhpatel commented 2 years ago

Changes look good! The only thing I see that might be wrong is definition queued. I thought when a user double clicks a word to open the definition screen, that should set definition queued = true. But with our code, definition queued is only true when the user clicks the definition on the definition screen. Or is this how it is supposed to be?

jyun261 commented 2 years ago

Changes look good! The only thing I see that might be wrong is definition queued. I thought when a user double clicks a word to open the definition screen, that should set definition queued = true. But with our code, definition queued is only true when the user clicks the definition on the definition screen. Or is this how it is supposed to be?

Ah sorry, didn't notice that. It's definitely not supposed to be like that. Thanks for catching my mistake.