cosmicds / hubbleds

Hubble's law data story
MIT License
0 stars 8 forks source link

Stage 5 slideshow_uncertainty1.vue is not correctly validating free responses #308

Open patudom opened 1 year ago

patudom commented 1 year ago

Student can proceed through slideshow without answering free response questions. We should properly lock that down.

Carifio24 commented 1 year ago

This is happening because the functionality for verifying inputs is currently in the scaffold-alert component, which the slideshow isn't an instance of.

My first instinct would be to refactor this functionality into a utility function so that we can use it in multiple components, but I'm not sure where such a function would live within our setup. Worst case I'll just replicate the functionality for now.