SubTest
extends BaseComponent
in package
SubTest Model
Table of Contents
Properties
- $percentile : float|null
- $scale : float|null
- $score : float|null
- $stanie : float|null
- $sub_test_type : string|null
- $test_subtype_id : int|null
- $test_type_id : int|null
- $fields : array<string|int, string>
Properties
$percentile
public
float|null
$percentile
The SubTest Percentile
$scale
public
float|null
$scale
The SubTest Scale
$score
public
float|null
$score
The SubTest Score
$stanie
public
float|null
$stanie
The SubTest Stanie
$sub_test_type
public
string|null
$sub_test_type
The SubTest Type
$test_subtype_id
public
int|null
$test_subtype_id
The SubTest Type Id
$test_type_id
public
int|null
$test_type_id
The Test Type ID
$fields
protected
static array<string|int, string>
$fields
= ["test_type_id" => "int", "sub_test_type" => "string", "score" => "float", "test_subtype_id" => "int", "percentile" => "float", "scale" => "float", "stanie" => "float"]