Hi, DG,
In fact, it should not working in 2.3 too, it was kind of undocumented feature [:)] If you are familiar with JavaScript, then you can use JAVASCRIPT action and JavaScript access to CourseLab variables (field value is always stored in variable). If the scope of field variable is set to Slide, then the value is stored in
g_arSlideVars["var_name"]
If the scope is Entire Module:
g_arVars["var_name"]
Hi, DG,
In fact, it should not working in 2.3 too, it was kind of undocumented feature [:)] If you are familiar with JavaScript, then you can use JAVASCRIPT action and JavaScript access to CourseLab variables (field value is always stored in variable). If the scope of field variable is set to Slide, then the value is stored in
g_arSlideVars["var_name"]
If the scope is Entire Module:
g_arVars["var_name"]