What is the element type in javascript for a multiple selection check box? | XM Community
Skip to main content
Question

What is the element type in javascript for a multiple selection check box?

  • January 15, 2020
  • 7 replies
  • 147 views

Forum|alt.badge.img
I know you use 'radio' for a single answer. What do you use when it is a multiple check box?

7 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • January 15, 2020
> @maindanger said: > I know you use 'radio' for a single answer. What do you use when it is a multiple check box? checkbox

Forum|alt.badge.img
  • Author
  • January 15, 2020
THank you! What about a dropdown?

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • January 15, 2020
> @maindanger said: > THank you! What about a dropdown? select

How about for a graphic? And is there a support page that lists them all? Thanks.


Husain_Burhanpurwala
QPN Level 1 ●
Forum|alt.badge.img+3

A quick help guide would be to create the needed question type/HTML control and read the view source of the page to identify the control tag name.


I think that might work. Thank you for the suggestion. 🙂


Frank_Barbeite were you able to figure this out? I have been trying, but am still stumped on how to figure out what the element type for a multiple choice select box is (i.e., a box where users select one option out of a list).