Legacy Actions (formerly Custom Actions) |
The following Actions are no longer recommended. Their functionality is now provided by the Script action. They continue to be supported, however, for backward compatibility. The equivalent Script functionality is included.
To use these, you simply enter in the Action field the name of the Action, a space, and its parameters, as described in the following table. For more information on each action, click on its name.
| Action and parameters | What it does |
| WeightedScore targetquestion[.decimalplaces], {sum|average},question*weight, question*weight,... |
Takes the values of each question in the list multiplied by its corresponding weight, and stores the sum or average in targetquestion, using the indicated number of decimal places if present or none otherwise. Using Script: targetquestion=(question1*.5+question2*.3) / numberanswered(question1,question2); |
| NumericScore targetquestion,sum,questionmask |
Adds the values of certain questions and stores the sum in another question. Can also average. Script: no exact counterpart |