Skip to content

Form Input Types

Cheryl M edited this page Jul 20, 2024 · 1 revision

text

default (textArea)

input-1

shortText

one line text

url

input-2

radio

input-3

radioIcon

These are radio with icons, icons will be marked like this {{greenRocket}} so the first option would be {{greenRocket}} We have had a good start! frontend can then replace anything with {{ something }} into icons when the input type is radioIcon

input-4

radioGroup

“radio group” is a group of questions (subQuestions in the database), they all have the same choices, and the same question ( question is saved in the “parent” question)

input-5

checkbox

users can select multiple options

input-6

teamMembersCheckbox

checkboxes with team member, frontend to render the choices, and send selected as text back to the backend, e.g. Jane, Jackson

input-7

number

boolean

This could be a “yes/no”, “true/false” etc question

choice lables will be appended to the question like so for the below question, {{yes,no}}Did you deploy to Production at the end of the sprint?

Important

Note that the first label indicates a true value, and the second label indicates a false value

input-8

scale

Scale text will be stored in the question in {{1,10}} brackets. So the question would be {{Not Likely,Extremely Likely}}On a scale of 0-10, how likely are you to suggest Chingu to a friend or colleague?

input-9

Clone this wiki locally