Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 674 Bytes

File metadata and controls

52 lines (38 loc) · 674 Bytes

AssignmentLearningObjectTypeSourceValue

The original learning object type from the provider before normalization.

Supported Types

string

/**
* @var string
*/
string $value = /* values here */

float

/**
* @var float
*/
float $value = /* values here */

bool

/**
* @var bool
*/
bool $value = /* values here */

Components\AssignmentSourceValueLearningObjectType4

/**
* @var Components\AssignmentSourceValueLearningObjectType4
*/
Components\AssignmentSourceValueLearningObjectType4 $value = /* values here */

array

/**
* @var array<mixed>
*/
array $value = /* values here */