Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
50d32a2
)
MDL-15587 - Course Participation report for a feedback activity
author
Andreas Grabs
<moodle@grabs-edv.de>
Fri, 24 Jun 2011 21:13:00 +0000
(23:13 +0200)
committer
Andreas Grabs
<moodle@grabs-edv.de>
Fri, 24 Jun 2011 21:13:00 +0000
(23:13 +0200)
mod/feedback/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/feedback/lib.php
b/mod/feedback/lib.php
index
b777e7e
..
4724036
100644
(file)
--- a/
mod/feedback/lib.php
+++ b/
mod/feedback/lib.php
@@
-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 will remove all responses from the specified feedback
/**
* This function is used by the reset_course_userdata function in moodlelib.
* This function will remove all responses from the specified feedback