multivariable_question_scene: Create a multivariable question scene

Description Usage Arguments Examples

View source: R/multivariable_question_scene.R

Description

Create a multivariable question scene

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
multivariable_question_scene(
  the_question,
  answer_1,
  answer_2,
  answer_3,
  answer_4,
  img_paths,
  IPv4_ADDRESS,
  message_height = 1.5
)

Arguments

the_question

Question message to display

answer_1

Answer option 1

answer_2

Answer option 2

answer_3

Answer option 3

answer_4

Answer option 4

img_paths

Character string of image paths from current working directory

IPv4_ADDRESS

The same IPv4 addressed used to start VR server

message_height

Optional numeric value for height of question and answer boxes (default 1.5)

Examples

1
2
animals <- multivariable_question_scene("Do you see any of these habitat features in this image? If you do see a feature, click on the box to select it.",
"water", "Jaguar tracks", "Scratch marks", "Dense Vegetation", img_paths)

MilesMcBain/r2vr documentation built on March 29, 2021, 12:03 p.m.