C# Class AnsQuestion

Inheritance: MonoBehaviour
显示文件 Open project: e-ucm/rage-analytics-games

Public Properties

Property Type Description
correctScore int
incorrectScore int
nextScene string
questionId string

Public Methods

Method Description
AnswerTheQuestion ( bool result ) : void
TrackChoice ( string optionId ) : void

Method Details

AnswerTheQuestion() public method

public AnswerTheQuestion ( bool result ) : void
result bool
return void

TrackChoice() public method

public TrackChoice ( string optionId ) : void
optionId string
return void

Property Details

correctScore public_oe property

public int correctScore
return int

incorrectScore public_oe property

public int incorrectScore
return int

nextScene public_oe property

public string nextScene
return string

questionId public_oe property

public string questionId
return string