function load_grade_outcomes() {
// Calculation for grade_item 1
$grade_outcome = new stdClass();
+ $grade_outcome->fullname = 'Team work';
$grade_outcome->shortname = 'Team work';
$grade_outcome->fullname = 'Team work outcome';
$grade_outcome->timecreated = mktime();
// Calculation for grade_item 2
$grade_outcome = new stdClass();
+ $grade_outcome->fullname = 'Complete circuit board';
$grade_outcome->shortname = 'Complete circuit board';
$grade_outcome->fullname = 'Complete circuit board';
$grade_outcome->timecreated = mktime();
// Calculation for grade_item 3
$grade_outcome = new stdClass();
+ $grade_outcome->fullname = 'Debug Java program';
$grade_outcome->shortname = 'Debug Java program';
$grade_outcome->fullname = 'Debug Java program';
$grade_outcome->timecreated = mktime();