episphere / quest

experimenting with the idea of a questionnaire markup
https://episphere.github.io/quest/
2 stars 11 forks source link

updated functions to handle previous results #360

Closed danielruss closed 2 years ago

danielruss commented 2 years ago

The functions look in the DOM to see values are set. If you passed in previous results, they were not checked. Now they are. NOTE: we should not be looking in the DOM for the values, we should be looking in localForage (indexedDB)