Show / Hide Table of Contents

Class SurveyQuestion

Inheritance
object
Object
ScriptableObject
SurveyQuestion
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance(string)
ScriptableObject.CreateInstance(Type)
ScriptableObject.CreateInstance<T>()
Namespace: PlayUR.Surveys
Assembly: PlayUR.dll
Syntax
[CreateAssetMenu(menuName = "PlayUR/Survey Question")]
public class SurveyQuestion : ScriptableObject

Fields

| Improve this Doc View Source

analyticsKey

Declaration
[Tooltip("Leave blank to default to question label")]
public string analyticsKey
Field Value
Type Description
string
| Improve this Doc View Source

labels

What type of responses should be shown?

Declaration
public SurveyQuestion.OptionLabels labels
Field Value
Type Description
SurveyQuestion.OptionLabels
| Improve this Doc View Source

question

The text of the question

Declaration
public string question
Field Value
Type Description
string
| Improve this Doc View Source

survey

Declaration
[NonSerialized]
public Survey survey
Field Value
Type Description
Survey

Properties

| Improve this Doc View Source

AnalyticsKey

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX