BIDMCDigitalPsychiatry / LAMP-platform

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

Pop the bubbles: Duration #727

Closed Devayani0102 closed 1 year ago

Devayani0102 commented 1 year ago

Currently pop the bubbles game does not capture duration in the temporal slices. 'temporal_slices': [{'item': 1, 'level': 1, 'type': True, 'value': 'pink go'}

Can we add the duration since the last action to the temporal slice? For example:

'temporal_slices': [{'duration': '0.874s', 'item': 1, 'level': 1, 'type': True, 'value': 'pink go'}

ZCOEngineer commented 1 year ago

@Devayani0102 We shall review this and get back

ZCOEngineer commented 1 year ago

We shall work on this prior to maze game and update staging.

sarithapillai8 commented 1 year ago

@Devayani0102 We have updated this dashboard-staging. Please review.

Devayani0102 commented 1 year ago

Looks good in dashboard-staging.