Skip to content

Instantly share code, notes, and snippets.

@rivaros
Last active August 29, 2015 14:26
Show Gist options
  • Save rivaros/3979e07e0becee67959c to your computer and use it in GitHub Desktop.
Save rivaros/3979e07e0becee67959c to your computer and use it in GitHub Desktop.
===== 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