Function Gathering and updating test data.

compile_grading(
  test_parameters,
  solutions,
  students,
  closed_answers,
  numeric_answers,
  open_answers,
  open_answers_txt,
  answers,
  parameter_change = NA
)

Arguments

test_parameters

Tibble.

solutions

Tibble.

students

Tibble.

closed_answers

Tibble.

numeric_answers

Tibble.

open_answers

Tibble.

open_answers_txt

Tibble.

answers

Tibble.

parameter_change

Character. If there is a change in a question parameters, give the question id.

Value

List with all compiled and updated test data.

Author

Nicolas Mangin