if ($tblScoreType) {
                        if ($tblScoreType->getIdentifier() == 'VERBAL') {
                            $studentList[$tblPerson->getId()]['Grade']
                                = (new TextField('Grade[' . $tblPerson->getId() . '][Grade]', '', '',
                                new Quote()))->setTabIndex($tabIndex++);