llaske / ExerciserReact

React code of Exerciser Activity. GSoC 2018
Apache License 2.0
15 stars 49 forks source link

In shared exercise multiple result per user is displayed #38

Closed AvinashAgarwal14 closed 5 years ago

AvinashAgarwal14 commented 5 years ago

Currently in a shared exercise, if a user gives the same exercise more than one time and if he/she scores more than the previous time the previous result is updated whereas if he scores less than the precious time, a new result is created for the same user. I think the behaviour should be to display only the latest score be it an improvement to the previous one or not.

llaske commented 5 years ago

Yes, you're right. It's better.