BIDMCDigitalPsychiatry / LAMP-platform

The LAMP Platform (issues and documentation).
https://docs.lamp.digital/
Other
13 stars 10 forks source link

High Score for games #716

Closed Devayani0102 closed 1 year ago

Devayani0102 commented 1 year ago

Can we add a high score count for Jewels A, Jewels B, Spatial Span, Pop the balloon, Cats and Dogs. Example of what it can look like is in the screenshots below. This value should be that participant's highest score for that level/game.

Screen Shot 2022-11-08 at 4 31 31 PM Screen Shot 2022-11-08 at 4 24 32 PM Screen Shot 2022-11-08 at 4 19 09 PM Screen Shot 2022-11-08 at 4 42 53 PM
ZCOEngineer commented 1 year ago

Once #715 is complete we shall start on this.

sarithapillai8 commented 1 year ago

@Devayani0102 We are not saving the score value for all games. The data we save in temporary slices are the only one common to all games. So we need to create new API for calculating the score using those data? Do you have any other suggestions?