--
You received this message because you are subscribed to the Google Groups "formr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to formr+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/formr/2694b871-5659-456c-b86f-816d36e2cc94n%40googlegroups.com.
<study_info_pre_screening_v1.xls>
To view this discussion on the web visit https://groups.google.com/d/msgid/formr/20c6684e-5b71-49e6-9efc-1cb97fa58c73n%40googlegroups.com.
Hello,
I've been facing an issue with the skip module recently. In one survey, I'm using three variables: group_selection, randomizationER, and randomizationSE.
While the skip module works fine when the calculation result is 0, it gets stuck with an 'error_opencpu_r' message when the result is not 0. I've tried different skip logic variations:
A) T2_8_Randomization$randomizationER==0 | T2_8_Randomization$randomizationSE == 0 | T2_8_Randomization$group_selection == 0;
B) T2_8_Randomization$randomizationER != 1 | T2_8_Randomization$randomizationSE != 2 | T2_8_Randomization$group_selection == 0.