UVACanvasAccess
Classes | Enumerations
UVACanvasAccess.Structures.Quizzes Namespace Reference

Classes

class  Quiz
 Represents a quiz. More...
 
class  QuizPermissions
 

Enumerations

enum class  QuizType : byte { PracticeQuiz , Assignment , GradedSurvey , Survey }
 Represents the types of Quiz. More...
 
enum class  ScoringPolicy : byte { KeepHighest , KeepLatest }
 Represents the types of scoring policy for a Quiz if multiple attempts are allowed. More...
 
enum class  HideResults : byte { Never , Always , UntilAfterLastAttempt }
 Represents the possible values for Quiz.HideResults in a Quiz. More...
 

Enumeration Type Documentation

◆ HideResults

Represents the possible values for Quiz.HideResults in a Quiz.

Enumerator
Never 

Do not hide results.

Always 

Hide results.

UntilAfterLastAttempt 

Hide results until the student has used all of their quiz attempts.

◆ QuizType

Represents the types of Quiz.

Enumerator
PracticeQuiz 

The quiz is a practice quiz.

Assignment 

The quiz is a graded assignment.

GradedSurvey 

The quiz is a graded survey.

Survey 

The quiz is an ungraded survey.

◆ ScoringPolicy

Represents the types of scoring policy for a Quiz if multiple attempts are allowed.

Enumerator
KeepHighest 

Keep the highest scoring attempt.

KeepLatest 

Keep the most recent attempt.