Changes

Jump to: navigation, search

Template:UTA

32 bytes added, 19:25, 6 October 2023
m
Add Custom Fields
By declaring a store value and a display value for options it will be easy to change the caption of an option over time while maintaining backwards compatibility (store value does not change).
It’s also advantageous to declare a store value that is different from the display value when you want to do calculations like scoring reviews. For example if I wanted to use a likert scale I would enter the following:  <codepre>0=Select One;1=Strongly Disagree;2=Disagree;3=Neither Agree or Disagree;4=Agree;5=Strongly Agree</codepre>
'''Audience prompt:''' what do you do if you have an option that people have selected in the past but you don’t want people to be able to select it in future?
Move the options you no longer want to be selectable to the end of your list and wrap them in the ssRetiredOptions syntax: <codepre>;<ssRetiredOptions>old values</ssRetiredOptions>;</codepre>
Make sure there is a semicolon ( ; ) before and after that syntax. This is preferred to removing the option as you can still retain values chosen and report on the data without allowing people to choose these options going forward..
Smartstaff
2,091
edits

Navigation menu