Back to 'game_event_save' Return to characters Go to 'gm_survey'
Stores results of individual GM-Survey questions.
worldserver.conf settingGM.TicketSystem.ChanceOfGMSurvey
must be > 0 to allow for surveys.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
surveyId | int | unsigned | PRI | NO | auto_increment | ||
questionId | int | unsigned | PRI | NO | 0 | ||
answer | int | unsigned | NO | 0 | |||
answerComment | text | NO |
references gm_survey.surveyId.
GMSurveyQuestion ID
Should be limited to questions defined by mainSurvey, pointing to GMSurveySurveys ID
A GMSurveyAnswers SortIndex limited by questionId.
(Range: 0 – 11)
A player composed comment.
Back to 'game_event_save' Return to characters Go to 'gm_survey'