/
Prepopulate fields during a transition
Prepopulate fields during a transition
This script is called on the create transition and prepopulates the description fields
string steps;
steps = "The following steps must occur in order to complete this task:\n";
steps += "# Make an Observation. Scientists are naturally curious about the world. ...\n";
steps += "# Form a Question. After making an interesting observation, a scientific mind itches to find out more about it. ...\n";
steps += "# Form a Hypothesis. ...\n";
steps += "# Conduct an Experiment. ...\n";
steps += "# Analyse the Data and Draw a Conclusion.\n";
desc = steps;
, multiple selections available,
Related content
Prepopulate fields during a transition
Prepopulate fields during a transition
More like this
Initialize field values for a transition screen
Initialize field values for a transition screen
More like this
Live Fields Functions
Live Fields Functions
Read with this
How Live Fields work
How Live Fields work
Read with this
Live Fields
Live Fields
Read with this
Configuring Live Fields
Configuring Live Fields
Read with this