mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
added quiz support, improved assignment description and rubric support
This commit is contained in:
@@ -40,9 +40,9 @@ public class CanvasQuizService
|
||||
title = localQuiz.Name,
|
||||
description = localQuiz.Description,
|
||||
// assignment_group_id = "quiz", TODO: support specific assignment groups
|
||||
time_limit = localQuiz.TimeLimit,
|
||||
// time_limit = localQuiz.TimeLimit,
|
||||
shuffle_answers = localQuiz.ShuffleAnswers,
|
||||
hide_results = localQuiz.HideResults,
|
||||
// hide_results = localQuiz.HideResults,
|
||||
allowed_attempts = localQuiz.AllowedAttempts,
|
||||
one_question_at_a_time = true,
|
||||
cant_go_back = false,
|
||||
|
||||
Reference in New Issue
Block a user