Documentation

TestScore extends BaseComponent
in package

TestScores Model

Table of Contents

Properties

$comment  : string|null
$id  : int|null
$last_modified  : string|null
$overall_score  : float|null
$printon_report_card  : bool|null
$printon_transcript  : bool|null
$sub_tests  : array<string|int, SubTest>|null
$test_date  : string|null
$test_type  : string|null
$test_type_id  : int|null
$user  : UserBaseRead
$fields  : array<string|int, string>

Properties

$comment

public string|null $comment

The Comments on the Test

$last_modified

public string|null $last_modified

Last Modified Date

$overall_score

public float|null $overall_score

The Overall Score

$printon_report_card

public bool|null $printon_report_card

Print on Report Card?

$printon_transcript

public bool|null $printon_transcript

Print on Transcript?

$test_date

public string|null $test_date

The Test Date

$test_type

public string|null $test_type

The Test Type

$test_type_id

public int|null $test_type_id

The Test Type Id

$fields

protected static array<string|int, string> $fields = ["id" => "int", "comment" => "string", "overall_score" => "float", "printon_report_card" => "bool", "printon_transcript" => "bool", "sub_tests" => "\\Blackbaud\\SKY\\School\\Components\\SubTest[]", "test_date" => "string", "last_modified" => "string", "test_type" => "string", "test_type_id" => "int", "user" => "\\Blackbaud\\SKY\\School\\Components\\UserBaseRead"]

        
On this page

Search results