Skip to content

Commit

Permalink
MDL-15587 - Course Participation report for a feedback activity
Browse files Browse the repository at this point in the history
  • Loading branch information
grabs committed Jun 24, 2011
1 parent 50d32a2 commit da457a9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mod/feedback/lib.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -493,6 +493,20 @@ function feedback_scale_used_anywhere($scaleid) {
return false; return false;
} }


/**
* @return array
*/
function feedback_get_view_actions() {
return array('view','view all');
}

/**
* @return array
*/
function feedback_get_post_actions() {
return array('submit');
}

/** /**
* This function is used by the reset_course_userdata function in moodlelib. * This function is used by the reset_course_userdata function in moodlelib.
* This function will remove all responses from the specified feedback * This function will remove all responses from the specified feedback
Expand Down

0 comments on commit da457a9

Please sign in to comment.