Property | Type | Description | |
---|---|---|---|
correctScore | int | ||
incorrectScore | int | ||
nextScene | string | ||
questionId | string |
Method | Description | |
---|---|---|
AnswerTheQuestion ( bool result ) : void | ||
TrackChoice ( string optionId ) : void |
public AnswerTheQuestion ( bool result ) : void | ||
result | bool | |
return | void |
public TrackChoice ( string optionId ) : void | ||
optionId | string | |
return | void |