spherulitic / xerafin3

Xerafin Word Study System
1 stars 0 forks source link

Only submitQuestion() once for cardbox questions in non-CB quiz #92

Open spherulitic opened 1 year ago

spherulitic commented 1 year ago

If a question from a non-cardbox quiz requires a cardbox update, the front end will submit the question to the back end twice -- once in the real quiz, and a second time as a cardbox quiz answer to update cardbox. This should be able to be done in one submit.

See quiz.js to change the behavior.

Related to #91 but not necessarily a blocker.

spherulitic commented 1 year ago

Blocked by #75, #138, #90 -- need noncardbox quiz functionality in place before this can go