create_statements.Rd
Function creating the interrogation and different propositions as well as the feedback associated with a given version of a question based on either true or false statements.
create_statements(propositions, documents, altnbr, truenbr, indication = TRUE)
Tibble. Table from which items (statements) and associated explanations are selected.
Character vector. List of document ids from that the selected statements should address.
Integer. Number of propositions (i.e. choices) to offer to the student.
Integer. Number of true propositions (i.e. choices) to offer to the student.
Logical. Whether the number of alternatives to select should be specified in the question.
Tibble. Table containing all the information about the propositions made to the student.