Description Usage Arguments Details
This function takes the data column from the output of
readChoices
and separates the three phases of the task, saving
them to the environment phrase
, which is initialized behind the
scenes. It also separates the initial icon rating phase and the final icon
rating phase. This function must be run in order to use the other
functions that parse the choice data. If it is not, the phases will need to
be isolated by hand and assigned to the phase environment (or local/global
variables). See the Details section for more on how to access the three
phases.
1 |
data |
The data output from |
The task and icon rating phases may be accessed by calling the variables:
phase$one
phase$two
phase$three
phase$initIcon
phase$finalIcon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.