generate_ordering: Generate 'ordering' question

View source: R/generate_ordering.R

generate_orderingR Documentation

Generate ordering question

Description

Generate ordering question

Usage

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

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'.

Value

A string.


moodef documentation built on April 12, 2025, 1:42 a.m.