sensein / b2aiprotocol

0 stars 0 forks source link

Implement mood protocol from app #2

Open ibevers opened 2 months ago

ibevers commented 2 months ago

Initial addition to schema

Generic activities schema

Forms

Mood activities schema

Forms

ibevers commented 1 month ago

demographics not runnable because of UI bug (I think)--isVis conditions

satra commented 1 month ago

did you run validator? and verify bug? can you describe what non-runnable looks like?

ibevers commented 1 month ago

The demographics activity passes validation, and it is runnable on its own: https://www.repronim.org/reproschema-ui/#/?url= https://raw.githubusercontent.com/sensein/b2ai-redcap2rs/main/activities/q_generic_demographics/q_generic_demographics_schema

Pretty sure there is an issue with the order of the state initialization in the UI. gender_identity is used in many isVis conditions in demographics. I think it is trying to resolve the isVis conditions before the user responds to the gender_identity item. I don't know if this actually matters.

Screenshot 2024-07-17 at 10 00 14 AM

The not runnable part may be due to another issue in b2aiprotocol.

satra commented 1 month ago

@ibevers - that protocol converted from redcap is separating out data elements that need to be combined. so a direct conversion from the tool is incorrect. this will have to be manually edited to turn the different categories into responsechoices

ibevers commented 1 month ago

@satra Ah, okay, I will refer to the app for that.