Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TFP B6 form does not set a "blank" NOGDS field to 0 #117

Open
s-emerson opened this issue Jan 27, 2021 · 0 comments
Open

TFP B6 form does not set a "blank" NOGDS field to 0 #117

s-emerson opened this issue Jan 27, 2021 · 0 comments

Comments

@s-emerson
Copy link
Contributor

In the IVP and FVP modules, the REDCap forms have a different build for B6 than the TFP module.
The IVP and FVP have the first question (Able to complete / Not able to complete) as a yes/no radio button field with possible values of 0 (Able to complete) or 1 (Not able to complete). However, the TFP has that question as a single radio button field with a possible value of 1 (Not able to complete) and is left blank if the participant was able to complete the form.
The issue is that NACC still expects to see a value of 0 or 1 for the NOGDS field, even though the 0 option is not present on the REDCap form.
The TFP module needs an addition to the "set_to_zero_if_blank" function so that NACC does not interpret that field as missing a value. In the meantime, it must be entered manually within NACC's Working Database.

This issue will be fixed with the upcoming TIP module feature branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant