scale.checkbox
description
Turns the options into checkoxes that can all independently be on/off.
syntax
getScale(ELEMENT_NAME).checkbox()
example(s)
@newTrial(
@ newScale("answer", "hello", "world")
$ .checkbox()
@ .print()
@ ,
@ newButton("Hello world")
@ .print()
@ .wait()
)
- Adds a scale with 3 checkboxes to the screen.