Difference between revisions of "Custom Field Type: Special - Question Set Builder"

From SmartWiki
Jump to: navigation, search
m (General Description)
(General Description)
Line 9: Line 9:
 
* Answers for the '''Special - Question-Set Builder''' custom field have limited support in list views and reporting. If you need to report on answers, consider creating each question as its own custom field instead.
 
* Answers for the '''Special - Question-Set Builder''' custom field have limited support in list views and reporting. If you need to report on answers, consider creating each question as its own custom field instead.
  
* The '''Special – Question Set Builder''' does not support test to production (T2P). This custom field creates custom fields with IDs for each new question. If you create and delete a question on one server and then try to transfer the data to another server, the field IDs will not match and as such data loss will occur or data may be transferred into an unintended field.
+
* The '''Special – Question Set Builder''' does not support test to production (T2P). This custom field creates custom fields with IDs for each new question. If you add/delete a question on one server and then transfer the data to another server via T2P, field IDs will not match and as such data loss will occur or data may be transferred into an unintended field.
  
 
==Field Options==
 
==Field Options==

Revision as of 08:59, 13 April 2023

General Description

The Special - Question-Set Builder custom field allows end users without Global Administrator privileges to create their own set of questions on a record and have the corresponding child records store the responses. To see individual answers, navigate to the specific activity to view the results.

Note:

  • Answers for the Special - Question-Set Builder custom field have limited support in list views and reporting. If you need to report on answers, consider creating each question as its own custom field instead.
  • The Special – Question Set Builder does not support test to production (T2P). This custom field creates custom fields with IDs for each new question. If you add/delete a question on one server and then transfer the data to another server via T2P, field IDs will not match and as such data loss will occur or data may be transferred into an unintended field.

Field Options

All common options:
General Settings
Permissions & Availability
Classic Options
For further information, please refer to Custom Fields – General Information.

Options listed below are unique and specific to this particular field type (if applicable).

Set Up

To start using the question set builder, create a custom field of type Special - Question Set Builder
QuestionSetBuilderCustomField.png


Next, navigate to a record from which you'd like to collect answers, and add the questions within the builder.
QuestionSetBuilderEdit2.png


Then, create a level two custom field of type 'Special - Question Set'.
QuestionSetNew.png


After saving the custom field, set the Source Field to the level one Question Set Builder previously created.
QuestionSetSource.png


The question set should now be visible to any level two under the level one.
QuestionSet.png

Setting up Question Set Scoring

Question sets can also have scoring enabled. Follow these steps to get started:

  1. Create a Level 1 custom field of type Special - Question Set Builder. Ensure you have toggled on Enable Scoring in the configuration settings.
  2. Go to any Level 1 record and set up the questions you would like to ask. Use the Correct Answer and Score attributes to indicate the correct test answer as well as assign a specific score for each question.
  3. Create a new Level 2 custom field of type Special - Question Set. Under the Source Field setting, be sure to select the Question Set Builder custom field we created in Step 1. 
  4. 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.
  5. Navigate to UTA Settings > Level 2 tab > Features and Options section > Formula. Inside the Formula field, enter the following logic: @level2.mycustomfield@="@evaluate_score()@"; where "mycustomfield" is the Field Name you assigned to the Special - Scoring Results custom field.
  6. 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.


A new custom field to display test scores