Survey [[question variable]] now returns the shown answer text for multiple choice questions, and the recorded value for non-multiple choice questions.

This commit is contained in:
Kaleb Murphy 2009-04-10 17:46:17 +00:00
parent 2b2e876b6d
commit 8cd5588f10
3 changed files with 10 additions and 5 deletions

View file

@ -998,9 +998,7 @@ sub updateQuestionAnswers {
=head2 getMultiChoiceBundle
Returns a list of answers for each multi-choice bundle.
Currently these are hard-coded but soon they will live in the database.
Returns a list of answer objects for each multi-choice bundle.
=cut