ord_min <- ordering(prompt = "Set the right order:",
choices = c("Step1", "Step2", "Step3"))
ord <- ordering(identifier = "id_task_1234",
title = "Order Task",
choices = c("Step1", "Step2", "Step3"),
choices_identifiers = c("a", "b", "c"),
content = "Set the right order",
prompt = "Plain text, can be used instead of content",
points = 2,
points_per_answer = FALSE,
shuffle = FALSE,
feedback = list(new("WrongFeedback",
content = list("Wrong answer"))),
calculator = "scientific-calculator",
files = "text_book.pdf")
Run the code above in your browser using DataLab