$helpers
$helpers : array
Other helpers used by FormHelper
Quiz grading Helper
Add your application-wide methods in the class below, your helpers will inherit them.
grading(array $quiz, integer $pageIndex, integer $questionIndex, integer $serialIndex, array $question, array $answers) : string
採点時のの回答、正解表示
array | $quiz | 小テストデータ |
integer | $pageIndex | ページインデックス |
integer | $questionIndex | 質問インデックス |
integer | $serialIndex | 質問通番 |
array | $question | 問題 |
array | $answers | 回答 |
回答のHTML