*/
abstract public function get_analysed($item, $groupid = false, $courseid = false);
- /**
+ /**
* print the item at the edit-page of feedback
*
* @global object
*/
abstract public function print_item_preview($item);
- /**
+ /**
* print the item at the complete-page of feedback
*
* @global object
*/
abstract public function print_item_complete($item, $value = '', $highlightrequire = false);
- /**
+ /**
* print the item at the complete-page of feedback
*
* @global object
*/
abstract public function print_item_show_value($item, $value = '');
- /**
+ /**
* cleans the userinput while submitting the form
*
* @param mixed $value
return $row_offset;
}
- /**
+ /**
* print the item at the edit-page of feedback
*
* @global object
echo '</div>';
}
- /**
+ /**
* print the item at the complete-page of feedback
*
* @global object
echo '</div>';
}
- /**
+ /**
* print the item at the complete-page of feedback
*
* @global object
public function can_switch_require() {
return true;
}
-
+
public function value_type() {
return PARAM_FLOAT;
}
//functions to handle the values
////////////////////////////////////////////////
-/**
+/**
* cleans the userinput while submitting the form.
*
* @param mixed $value