SIFWorks ADK 2.0
ScorePercent Property
NamespacesEdustructures.SifWorks.GradebookGradingAssignmentScoreScorePercent

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <ScorePercent> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<decimal> ScorePercent{ get; set;}
Public Property ScorePercent As Nullable(Of Decimal)
public:
property Nullable<Decimal> ScorePercent {
	Nullable<Decimal> get ();
	void set (Nullable<Decimal> value);
}
Value
The ScorePercent element of this object.
Remarks

The SIF specification defines the meaning of this element as: "The score represented as a percent. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in."

Version: 2.0

Since: 2.0

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10