Skip to content

Commit

Permalink
Update question-types.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pingfan-hu committed Feb 26, 2025
1 parent 87cc683 commit 5ef1fec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manuals/question-types.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Use `direction = "vertical"` to display the button options vertically.
sd_question(
type = 'mc_buttons',
id = 'fruit',
id = 'fruit_vertical',
label = "Which fruit do you prefer most from this list?",
option = c(
"Apple" = "apple",
Expand All @@ -317,7 +317,7 @@ sd_question(
sd_question(
type = 'mc_buttons',
id = 'fruit',
id = 'fruit_vertical',
label = "Which fruit do you prefer most from this list?",
option = c(
"Apple" = "apple",
Expand Down Expand Up @@ -399,7 +399,7 @@ Use `direction = "vertical"` to display the button options vertically.
sd_question(
type = 'mc_multiple_buttons',
id = 'michael_jackson',
id = 'michael_jackson_vertical',
label = "Which are your favorite Michael Jackson songs (select all that apply)?",
option = c(
"Thriller (1982)" = "thriller",
Expand All @@ -423,7 +423,7 @@ sd_question(
sd_question(
type = 'mc_multiple_buttons',
id = 'michael_jackson',
id = 'michael_jackson_vertical',
label = "Which are your favorite Michael Jackson songs (select all that apply)?",
option = c(
"Thriller (1982)" = "thriller",
Expand Down

0 comments on commit 5ef1fec

Please sign in to comment.