Function creating the different propositions as well as the explanation associated with a given version of a question in which two statements can be either true or false.

create_two_statements(propositions, documents)

Arguments

propositions

Tibble. Table from which statements and associated explanations are selected.

documents

Character vector. List of document ids from that the selected statements should address.

Value

Tibble. Table containing all the information about the propositions (i.e. choices) made to the student.

Author

Nicolas Mangin