iFormBuilder Scoring
What's covered:
What is Scoring?
Scoring leverages a familiar interface that allows you to define the Question Weight and Score for each input.
PLEASE NOTE: Scoring only applies to Option List driven elements such as Select, Pick List, and Multi-Select.
How do I view scored output?
To view the scored output, a new View and Feed have been added, and existing Views and Feeds will remain unaltered.
Select either the Scoring view to see an HTML output or the second JSON icon to retrieve the JSON output.
HTML Scoring View
Below you can see the HTML output from the scoring view which shows the numeric value for each question rather than the Label of the selected option.
JSON Scoring Output
Below you can see the JSON output from the scoring feed which shows the numeric value for each question rather than the key_value of the selected option. You will also see two additional objects that are not present in the standard JSON feed (recordScore, baseScore).
- recordScore: The total points scored for the record.
- baseScore: The total points possible for the record.
Comments
0 comments
Please sign in to leave a comment.