![]() |
CMS
Version 3.9
|
Inherits AbstractQuestionnaireResponseManager.
Public Member Functions | |
SurveyResponseManager ($response) | |
getComponentName () | |
getQuestionClass () | |
getXrefClass () | |
getQuestionKey () | |
getAnswerKey () | |
getAnswerClass () | |
getQuestions () | |
getAnswers () | |
When SurveyCreateManager is used to draw the Survey, we are looking at a preview so no need to retrieve answers. More... | |
getRespondent () | |
getQuestionNumber ($question) | |
Static Public Member Functions | |
static | create ($survey_id) |
For response intro page, need to create a default instance of response manager. More... | |
Definition at line 287 of file survey_manager.inc.
|
static |
For response intro page, need to create a default instance of response manager.
Number | $survey_id |
Definition at line 316 of file survey_manager.inc.
SurveyResponseManager::getAnswerClass | ( | ) |
Definition at line 343 of file survey_manager.inc.
SurveyResponseManager::getAnswerKey | ( | ) |
Definition at line 336 of file survey_manager.inc.
SurveyResponseManager::getAnswers | ( | ) |
When SurveyCreateManager is used to draw the Survey, we are looking at a preview so no need to retrieve answers.
Definition at line 358 of file survey_manager.inc.
SurveyResponseManager::getComponentName | ( | ) |
Definition at line 294 of file survey_manager.inc.
SurveyResponseManager::getQuestionClass | ( | ) |
Definition at line 299 of file survey_manager.inc.
SurveyResponseManager::getQuestionKey | ( | ) |
Definition at line 330 of file survey_manager.inc.
SurveyResponseManager::getQuestionNumber | ( | $question | ) |
Definition at line 374 of file survey_manager.inc.
SurveyResponseManager::getQuestions | ( | ) |
Definition at line 348 of file survey_manager.inc.
SurveyResponseManager::getRespondent | ( | ) |
Definition at line 366 of file survey_manager.inc.
SurveyResponseManager::getXrefClass | ( | ) |
Definition at line 304 of file survey_manager.inc.
SurveyResponseManager::SurveyResponseManager | ( | $response | ) |
Definition at line 289 of file survey_manager.inc.