Class SurveyQuestion
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Namespace: PlayUR.Surveys
Assembly: PlayUR.dll
Syntax
[CreateAssetMenu(menuName = "PlayUR/Survey Question")]
public class SurveyQuestion : ScriptableObject
Fields
| Improve this Doc View SourceanalyticsKey
Declaration
[Tooltip("Leave blank to default to question label")]
public string analyticsKey
Field Value
Type | Description |
---|---|
string |
labels
What type of responses should be shown?
Declaration
public SurveyQuestion.OptionLabels labels
Field Value
Type | Description |
---|---|
SurveyQuestion.OptionLabels |
question
The text of the question
Declaration
public string question
Field Value
Type | Description |
---|---|
string |
survey
Declaration
[NonSerialized]
public Survey survey
Field Value
Type | Description |
---|---|
Survey |
Properties
| Improve this Doc View SourceAnalyticsKey
In PlayUR Analytics, what should be put into the Survey Question column? Used internally by PlayUR to clean the value provided in the inspector.
Declaration
public string AnalyticsKey { get; }
Property Value
Type | Description |
---|---|
string |