Last active
August 29, 2015 14:26
-
-
Save r0ssIV/3979e07e0becee67959c to your computer and use it in GitHub Desktop.
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
===== EXAMPLE 1 ========= | |
["Question from Survey2"]["Question 2-1 ?"] | |
will be translated as: | |
context.getTaskEvent(10124).getSurvey().getQuestion(22333).getValue() | |
===== EXAMPLE 2 ========= | |
["Participant Shared Data"]["Birthday"] | |
will be translated as | |
context.getSharedData().getValue("birthday") | |
===== EXAMPLE 3 ========= | |
["Prior Task Status"]["Task 2"] | |
will be translated as | |
context.getTaskEvent(1235).getStatus() | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment