h5p / h5p-multi-choice

10 stars 98 forks source link

H5P-3476 Fix resetting user answers on retry #134

Closed otacke closed 2 years ago

otacke commented 2 years ago

When merged in, the user answers will be properly reset on retry.

resetTask does the same as the removed lines PLUS params.userAnswers = []; which is missing.