-
Notifications
You must be signed in to change notification settings - Fork 2
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
Revise all Age-related range checks in Baseline Modules 1-4 #344
Comments
Module 4 range checks are updated in the Qx documents |
Module 3 range checks are updated in the Qx documents |
Module 2 range checks are updated in the Qx documents |
Sorry- we have to update the range checks to a different formula. Please put all of this on hold. |
Noted, thanks. |
@boyd-mj Range checks have been updated in the Baseline Modules 1-4 questionnaire documents and are ready for programming. Let me know if you have any questions |
@cusackjm is RcrtUP_YOB_v1r0 coming from other system like age? |
yes, similar to how age was pulled |
Thanks. And is it always going to be present? Or is it an optional question? |
RcrtUP_YOB_v1r0 comes from the User Profile that participants complete when they sign up |
I mean, while coding do I need to check if the value if present or will it always be present? |
@joshid-ims the value will always be present |
Ok, thanks! |
SrvMRE_FirstPeriodAge_v1r0 - where is it coming from? I am not sure if we can add conditionals in min max range checks. @anthonypetersen @Davinkjohnson @cusackjm Not sure if this can be implemented: [RANGE CHECK min= SrvSAS_AgeCigsUseF_v1r0 IF SrvSAS_AgeCigsUseF_v1r0 HAS A RESPONSE, or min= 0 if SrvSAS_AgeCigsUseF_v1r0 IS NULL, max= (Current year - RcrtUP_YOB_v1r0 +1)] |
number entered at MENSHIS |
@cunnaneaq and @m-j-horner The data dictionary has in the Notes column that the Range check min =0 and max=999999. Is this something that NCI will be updating to minlen and maxlen? |
@woodruffr I can make that update in the DD as I'm making the other baseline mod edits |
@joshid-ims The placeholder text issue should be resolved, thanks. |
Thanks! We will test it. |
The original issue of range checks is not complete yet. |
Age range changes are missed for questions SMMAR2, EAMAR2, ALCOHOL3 and TANBED2 in Module 3. I saw in English. Will add a comment when I work on Spanish survey. |
I do not see these age range changes in Spanish yet for Module3. They are not made yet, right? |
@joshid-ims I see the changes in the document on Box, which shows that it was updated on 10/8: |
Sorry, had older version open. I see them. Thanks! |
LIFE and grid age ranges to be updated in Module 3 Spanish. |
I see there is a M2 issue for Age Range checks so will be putting the issues found in #422. |
I added "NOTE FOR PROGRAMMERS: CURRENT AGE = age" for all LIFE and grid question in mod 3 English and Spanish documents |
Thanks! |
@woodruffr just a heads up - we will be adding a variable similar to "age" that will come from the "pwa" called "yob". It will hold the year of birth of the participant. We will not be passing in the variable using the variable name from the data dictionary. |
@anthonypetersen, Does that mean that for Dev and Stage, wherever RCRTUP_YOB_V1R0 shows up it will automatically pull from the YOB? |
@woodruffr - no, the markdown will need to reference |
@anthonypetersen , so then will the renderer recognize YOB? @m-j-horner if this is to be YOB in the mark-up, we will need to be able to test that in the renderer, and the Questionnaires will need to be updated for what should be in the code. |
@woodruffr if you are testing in the renderer you need to manually add all variables you'd expect to come from the PWA into |
@woodruffr this came to light yesterday, Marie-Josephe and I discussed and I will make the updates in the questionnaire documents. This function is in dev, so when the questionnaire docs and markup are finished being updated, it will be available for testing |
I updated the year range checks in the module 1,2,&4 English and Spanish questionnaire documents to account for the yob update in #424 |
I cleaned up the spacing and commas in Spanish M4 doc for the yob range checks |
YOB changes have been made to English and Spanish M1 & M2 and are in queue for IMS internal testing. M4 content changes are ongoing. |
Module 1 range checks are updated in the Qx documents
The text was updated successfully, but these errors were encountered: