learningequality / kolibri

Kolibri Learning Platform: the offline app for universal education
https://learningequality.org/kolibri/
MIT License
768 stars 645 forks source link

Coach>Reports>Quiz score - Incorrect number of attempts #9444

Open pcenov opened 2 years ago

pcenov commented 2 years ago

Observed behavior

I see an incorrect number of attempts at 'Coach>Reports>Quiz score' whenever there's a numeric value input as the answer to a quiz question. For example if the answer is '12' I will see one failed attempt for the first entered digit '1' and one successful attempt for '12'

Steps to reproduce the issue

  1. Install Kolibri 0.15.2
  2. Import Khan Academy's (English - US curriculum) > Math by grade > 3rd grade > Represent and interpret data > Picture graphs
  3. Create a quiz for 'Read picture graphs (multi-step problems)'
  4. Complete the quiz and as a Coach go to Coach>Reports>Quiz score

Expected result

Correctly displayed number of attempts.

Screenshots

2022-05-17_16-32-31

Usage Details

Ubuntu 20 - Chrome, Firefox

pcenov commented 2 years ago

@radinamatic

rtibbles commented 1 year ago

I believe we removed the debounce on the input because it was too long, but seems like we may need something in the 250ms range?

rtibbles commented 1 year ago

Fixed in #9723

rtibbles commented 1 month ago

Rereported in #12467