Back to Moodle

Course Form

public/grade/edit/outcome/course_form.html

5.2.0508 B
Original Source

|
'; foreach ($co_standard_notused as $outcome) { echo ''.shorten_text($outcome->get_name(), $maxlength).''; } echo ''; } if ($co_standard_used) { echo ''; foreach ($co_standard_used as $outcome) { echo ''.shorten_text($outcome->get_name(), $maxlength).''; } echo ''; } if ($co_custom) { echo ''; foreach ($co_custom as $outcome) { echo ''.shorten_text($outcome->get_name(), $maxlength).''; } echo ''; } ?> |

|
id.'">'.shorten_text($outcome->get_name(), $maxlength).''; } ?> |