Skip to content

select all that apply semantics #18

Open
@sof202

Description

@sof202

In Introduction-to-Regression-with-R.Rmd, quiz 2 states 'select all that apply'. However, you can't select more than 1 option for these questions.

```{r quiz2, echo=FALSE}
quiz(caption = "Questions on exercise above",
question("Which of these statements are true for the relationship between weight and age? Apply a significance threshold of 0.05. Select all that apply.",
answer("The intercept is significantly non-zero.", correct = TRUE),
answer("Age is significantly associated with weight."), allow_retry = TRUE
),
question("Which of these statements are true for the relationship between BMI and age? Apply a significance threshold of 0.05. Select all that apply.",
answer("The intercept is significantly non-zero.", correct = TRUE),
answer("Age is significantly associated with BMI."), allow_retry = TRUE
)
)
```

Technically this is fine. You can indeed 'select all that apply' as there is only one answer. However, this wording still confused some participants (as you might think both or neither option is correct).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions