$asAnswers) { $asDisplayAnswers = $asDisplayRightAnswers = array(); $iNbAnswers = 0; $iNbQuestions++; foreach($asAnswers[ANSWER_TABLE] as $iAnswerId => $asAnswer) { $iNbAnswers++; $asDisplayAnswers[$iAnswerId] = '
'.$iNbAnswers.'. '.$asAnswer[ANSWER_TABLE].'
'; $asDisplayRightAnswers[$iAnswerId] = getInputHtml('RightAnswer', array($iQuestionId, $iAnswerId, '', '')); } $sImage = ($asAnswers['image']!='')?getHtml(getImage(IMAGE_FOLDER.$asAnswers['image']), 'div', 'qcmReader'):''; $asDisplayQuestions[$iQuestionId] = '