ChildMindInstitute / mindlogger-app

MindLogger (React Native) data collection app
Other
15 stars 6 forks source link

Native Flanker Component #2658

Closed polivodskyi closed 2 years ago

polivodskyi commented 2 years ago

Resolves #2709 #2664

jj105 commented 2 years ago

We recently updated structure of flanker activities so that we can configure them on applet-builder.

This protocol represents new schema of flanker applet and you can create it with url below on admin panel. https://raw.githubusercontent.com/mtg137/Flanker_applet/staging/protocols/flanker/flanker_schema

shuffle, getImage, and getTrials functions here are new functions that we added for configurable flanker.

could you please keep them in the PR?

I think the only thing we need to change here is getImage function because it returns html tag which doesn't work on native component.