ActivityHelper (class)

Namespace: PorticoXR.Reporting

Utility component to aid in creating a statement for an activity. Can be used to build completion statements, etc.

Inherits: MonoBehaviour

Properties

Property Type Summary
IncludeCompletion bool Include a completion value in the result.
Completion bool Completion value.
IncludeSuccess bool Include a success value in the result.
Success bool Success value.
IncludeDuration bool Include a duration value in the result.
Duration double Activity duration in seconds.
IncludeResponse bool Include a response string in the result.
Response string Response string.
IncludeScore bool Include a score with the result.
IncludeScaledScore bool Include a scaled value in the score.
ScaledScore float Scaled scale from 0-1.
IncludeRawScore bool Include a raw value in the score.
RawScore float Raw score value. Can be used with min and max score values.
IncludeMaxScore bool Include a maximum value in the score.
MaxScore float Maximum score value.
IncludeMinScore bool Include a minimum value in the score.
MinScore float Minimum score value.
Activity Activity Activity to send a statement for.

Methods

Method Return Type Parameters Summary
Send void - Send the statement.