Jump to content
  • 0

Radio Buttons - how to design the data page


drckarcher

Question

Hi,

I want to replicate the design of a google form with a radio-button likert scale.

The criteria are 

  • A heading (eg "Knowledge level")
  • Values (1-5) above the radio button
  • lowest and highest descriptor (Poor, outstanding) on either end of the radio buttons

I understand that arranging headings, labels and buttons in a table (using a HTML Block) is a possibility, I just don't know how place the buttons into table fields and like them to the data table

Many thanks in advance


image.thumb.png.861191f797cb33731570fbd0fc6d598f.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hi, 

I have a similar form like this and what I did on the table level was, each question have their own fields and these fields' value are the actual values (1-5). Then, a Formula Field with a CASE statement for each question's answer that will determine what is description of the actual value. For example:


CASE WHEN [@field:Question1] = 1
THEN 'Poor'
WHEN [@field:Question1] = 5
THEN 'Outstanding'
ELSE ''
END

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...