===Enhancements for Question Set Builder===
Added ability to display test scores and correct answers for Level 2 records that have set up scoring for the Question Set Builder. To view this new enhancement, ensure you have the completed the following steps:
# Create a Level 1 custom field of type '''Special - Question Set Builder''' for your Level 1 records
# Ensure you have toggled on '''Enable Scoring''' in the configuration settings for the above custom field
# Set up the questions you would like to ask. Note that in the previous upgrade, two new attributes were added to this custom field: '''Correct Answer''' and '''Score'''. This allows you to indicate the correct test answer as well as assign a specific score for each question.
# Create a new Level 2 custom field of type '''Special - Scoring Results'''. Ensure the '''Field Name''' for this new custom field does not contain any spaces as it will need to be referenced later.
# Navigate to '''UTA Settings''' > '''Level 2''' tab > '''Features and Options''' section >''' Formula'''. Inside the '''Formula''' field, enter the following logic: <code>@level2.mycustomfield@="@evaluate_score()@";</code>
# To test your fields are working properly, save a Level 2 record with some of the test questions filled out. You will see the score and answers listed as below.