Loads the items for a specific property. The property needs to be set as an id for an empty span tag somewhere inside the question battery, for example at the end of the battery title:
This is the question text belonging to the question battery<span id="example_property_name"/> Copy
This is the question text belonging to the question battery<span id="example_property_name"/>
You can add the following line to the expression inside of the survey site.
ssxlib.monitoring_toolbox.loadForBattery('the_entity', " + [background/background_variable_holding_the_id] + ", 'example_property_name'); Copy
ssxlib.monitoring_toolbox.loadForBattery('the_entity', " + [background/background_variable_holding_the_id] + ", 'example_property_name');
The entity to which the survey is connected.
The ID of the specific entity.
The property you want to receive.
Loads the items for a specific property. The property needs to be set as an id for an empty span tag somewhere inside the question battery, for example at the end of the battery title:
You can add the following line to the expression inside of the survey site.