Table of Contents

Class ScoreCalculated

Namespace
InSite.Domain.Attempts
Assembly
Shift.Sdk.dll
public class ScoreCalculated : Change, IChange
Inheritance
ScoreCalculated
Implements
Inherited Members
Extension Methods

Constructors

ScoreCalculated(decimal, decimal, string, bool)

public ScoreCalculated(decimal points, decimal score, string grade, bool isPassing)

Parameters

points decimal
score decimal
grade string
isPassing bool

Properties

Grade

public string Grade { get; set; }

Property Value

string

IsPassing

public bool IsPassing { get; set; }

Property Value

bool

Points

public decimal Points { get; set; }

Property Value

decimal

Score

public decimal Score { get; set; }

Property Value

decimal