Table of Contents

Class GradebookHelper

Namespace
InSite.Common.Web
Assembly
InSite.UI.dll
public static class GradebookHelper
Inheritance
GradebookHelper
Inherited Members

Methods

CreateMissingScores(Guid)

public static int CreateMissingScores(Guid gradebookIdentifier)

Parameters

gradebookIdentifier Guid

Returns

int

Deserialize(Guid, string)

public static GradebookHelper.GradebookCommands Deserialize(Guid organization, string json)

Parameters

organization Guid
json string

Returns

GradebookHelper.GradebookCommands

GetScoreValue(QProgress, GradeItem, bool)

public static string GetScoreValue(QProgress score, GradeItem item, bool showPercentSign = true)

Parameters

score QProgress
item GradeItem
showPercentSign bool

Returns

string

GetScoreValue(QProgress, string, bool)

public static string GetScoreValue(QProgress score, string format, bool showPercentSign = true)

Parameters

score QProgress
format string
showPercentSign bool

Returns

string

Serialize(Guid)

public static byte[] Serialize(Guid gradebookIdentifier)

Parameters

gradebookIdentifier Guid

Returns

byte[]