OEModule\OphCoCvi\controllers\PrintTestController::iConsider PHP Method

iConsider() public method

public iConsider ( )
    public function iConsider()
    {
        $data = array(array('I consider (tick one)', 'X', 'That this person is sight impaired (partially sighted)'), array('', '', 'That this person is severly sight impaired (blind'));
        return $data;
    }