Learn R Programming

moodef (version 1.2.0)

generate_ordering: Generate ordering question

Description

Generate ordering question

Usage

generate_ordering(
  answer,
  a_values,
  correct_feedback,
  incorrect_feedback,
  partially_correct_feedback,
  orientation
)

Value

A string.

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.

orientation

A string, 'h' or 'v'.