Response Sets are objects used to set values pair with the value - text format for selection-type items such as radio, single select, multiple select, checkbox.
Some characteristics of response set
A response set consists of many value - text pairs:
- value corresponds to the value selected by user and stored in the database
- text corresponds to the displayed text for user to select
- example:
- A response set for a question on gender consists of two options: Male or Female
- This response set consists of two value - text: (1 - Male, 2 - Female)
- In a selection with radio type, user sees two options: Male or Female
- When inputting data, the item will be stored as "1" if user selected "Male", and "2" if the user selected "Female
...
List of response sets
List of response sets in CRF Version Editor interface
Create a new response set
Click on "new" to create a new response set
Click on [+] to create new value-text pairs
Editing Response Set
Click on "Edit" on Response Set List to edit response set
With saved Response Sets with CRF versions, values cannot be edited or removed but can add value - text pairs
Create new and use response sets quickly when selecting response set in Item Editor
Can create response set directly from Item Editor