![]() |
CMS
Version 3.9
|
Public Member Functions | |
ShortTextView ($parent, $question) | |
writeHTML () | |
drawView () | |
writeScript () | |
drawGraph ($mgr, $answers) | |
There is no graphical display for free text questions so just display the answers as a list. More... | |
![]() | |
QuestionField ($parent, $question) | |
getID () | |
drawGraph () | |
drawSummaryView () | |
getAnswer () | |
getSpreadsheetAnswer () | |
getOptionAnswer () | |
writeLimitScript () | |
renderLimitEnd ($limit, $field, $value) | |
getRequired () | |
getRequiredValidator () | |
Additional Inherited Members | |
![]() | |
static | create ($parent, $question) |
![]() | |
$parent | |
The parent QuestionForm obj. More... | |
$question | |
The question renderer obj. More... | |
$readonly | |
Whether the questions should be drawn readonly. More... | |
$answer | |
The answer to the question obj. More... | |
$answerSeparator = "<br>" | |
for list of answers in checklist renderer More... | |
Definition at line 509 of file question_renderer.inc.
ShortTextView::drawGraph | ( | $mgr, | |
$answers | |||
) |
There is no graphical display for free text questions so just display the answers as a list.
obj | $mgr | - object of the Survey/Questionnaire Results manager class |
Array | $answers | - all survey or questionnaire answers to this question |
Definition at line 564 of file question_renderer.inc.
ShortTextView::drawView | ( | ) |
Definition at line 545 of file question_renderer.inc.
ShortTextView::ShortTextView | ( | $parent, | |
$question | |||
) |
Definition at line 511 of file question_renderer.inc.
ShortTextView::writeHTML | ( | ) |
Reimplemented from QuestionField.
Definition at line 516 of file question_renderer.inc.
ShortTextView::writeScript | ( | ) |
Reimplemented from QuestionField.
Definition at line 551 of file question_renderer.inc.