public function CourseObject::getStatus in Course 6
Same name and namespace in other branches
- 7.2 includes/CourseObject.inc \CourseObject::getStatus()
- 7 includes/CourseObject.inc \CourseObject::getStatus()
Get the user's status in this course object.
This is how an object would notify the user why they cannot proceed to the next step from the course outline. For example, if this was a quiz and they failed, this should let them know.
1 method overrides CourseObject::getStatus()
- CourseObjectManual::getStatus in modules/
course_object_manual/ course_object_manual.classes.inc - Return a message about the user's status in this object, for when this object is hidden.
File
- includes/
course_object.core.inc, line 653
Class
- CourseObject
- Parent abstract base class of all course objects.
Code
public function getStatus() {
}