Set Promoted Var node - campsych/concerto-platform GitHub Wiki
This tutorial is OUTDATED. It applies to Concerto releases up to v5.0.beta.7.
Purpose of Node
To make a variable 'global'. Variables that have been promoted by Set_Promoted_Var are available from any node in the test by using Get_Promoted_Var node.
Tips to Use Node
This is useful if you set a variable at the beginning that will be used throughout the test and you don't want to connect up the data variables throughout the test. For example, if you set language for the test at the beginning and want to use it to display certain language-specific nodes elsewhere.
If you are using R code, you can also do concerto.var.set(name, value)