Result (class)
Namespace: PorticoXR.Reporting.Statements
An activity result.
Inherits: IResult
Properties
| Property | Type | Summary |
|---|---|---|
| Completion | bool? |
If the activity was completed. |
| Success | bool? |
If the user was successful in the activity. |
| Duration | double? |
How long the activity took to complete (in seconds). |
| Score | IScore |
Score associated with the result. |
| Response | string |
Optional response text. |