UVACanvasAccess
Classes | Enumerations
UVACanvasAccess.Structures.Assignments Namespace Reference

Classes

class  Assignment
 Represents an assignment. More...
 
class  AssignmentDate
 Represents the set of dates applicable to an assignment. More...
 
class  AssignmentOverride
 Represents a change in dates for an assignment for a subset of students. More...
 
class  ExternalToolTagAttributes
 
class  LockInfo
 Details about an assignment or file lock. More...
 
class  NeedsGradingCount
 A count of how many assignments need to be graded within a section. More...
 
class  RubricCriteria
 Represents some rubric criteria. More...
 
class  RubricRating
 Represents one rating as part of a rubric criterion. More...
 
class  TurnitinSettings
 Represents TurnItIn settings. More...
 

Enumerations

enum class  GradingType {
  Points , GpaScale , LetterGrade , Percent ,
  PassFail
}
 Represents the type of grading system used by an assignment. More...
 

Enumeration Type Documentation

◆ GradingType

Represents the type of grading system used by an assignment.

Enumerator
Points 

Point-based grading system.

GpaScale 

GPA scale grading system.

LetterGrade 

Letter grading system.

Percent 

Percent-based grading system.

PassFail 

Pass/fail grading system.