Skip to contents

List attempted questions for a quiz

Usage

submission_questions(
  submission_id,
  url = Sys.getenv("CANVASQUIZ_URL"),
  token = Sys.getenv("CANVASQUIZ_TOKEN")
)

Arguments

submission_id

The ID of the quiz submission to retrieve details for.

url

The canvas url. Defaults to the value of the CANVASQUIZ_URL environment variable.

token

The canvas token. Defaults to the value of the CANVASQUIZ_TOKEN environment variable.