generate_matching: Generate matching
question
Description
Generate matching
question
Usage
generate_matching(
answer,
a_values,
correct_feedback,
incorrect_feedback,
partially_correct_feedback
)
Arguments
- answer
A vector of strings.
- a_values
A vector, rest of answers.
- correct_feedback
A string.
- incorrect_feedback
A string.
- partially_correct_feedback
A string.