View source: R/determine_question_type.R
determine_question_type | R Documentation |
Determines the type of the question based on its content, provided answers, and optional type parameter.
determine_question_type(type, question, answer, a_values)
type |
A string, suggested type for the question. |
question |
A string, the main question text. |
answer |
A string or vector, the correct answer(s) for the question. |
a_values |
A vector, additional answers for the question. |
A string indicating the question type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.