-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref #420
- Loading branch information
Showing
4 changed files
with
316 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
record_id,form_1_complete,check_one___1,check_one___2,check_one___3,check_one___4,check_two___a,check_two___b,check_two___c,check_two___d,check_two___e,desired_result,form_2_complete | ||
1,0,1,0,0,0,1,0,1,0,0,"Should have data for both checkbox items: check_one: - check_one___1 should be 1 - check_one___[2-4] should be 0 check_two: - check_two___a should be 1 - check_two___c should be 1 - check_one___[b;d;e] should be 0 completion status should be 2",2 | ||
2,0,0,0,0,0,0,1,0,1,0,"Should have data only for the second checkbox item: check_one: - check_one___[1-4] should be NA check_two: - check_two___b should be 1 - check_two___d should be 1 - check_one___[a;c;e] should be 0 completion status should be 1",0 | ||
3,0,1,1,1,1,0,0,0,0,0,"Should have data for only the first checkbox item: check_one: - check_one___[1-4] should be 1 check_two: - check_two___[a-e] should be NA - check_two___c should be 1 - check_one___[b;d;e] should be 0 completion status should be 2",2 | ||
4,0,0,0,0,0,0,0,0,0,0,,0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"Variable / Field Name","Form Name","Section Header","Field Type","Field Label","Choices, Calculations, OR Slider Labels","Field Note","Text Validation Type OR Show Slider Number","Text Validation Min","Text Validation Max",Identifier?,"Branching Logic (Show field only if...)","Required Field?","Custom Alignment","Question Number (surveys only)","Matrix Group Name","Matrix Ranking?","Field Annotation" | ||
record_id,form_1,,text,"Record ID",,,,,,,,,,,,, | ||
check_one,form_2,,checkbox,"check one","1, one | 2, two | 3, three | 4, four",,,,,,,,,,,, | ||
check_two,form_2,,checkbox,"check two","a, A | b, B | c, C | d, D | e, E",,,,,,,,,,,, | ||
desired_result,form_2,,notes,"What should happen for this participant",,,,,,,,,,,,, |
Oops, something went wrong.