Skip to content
Snippets Groups Projects
Commit 09e55f99 authored by User expired's avatar User expired
Browse files

openolat#159: set the survey results visible only for the owner by default

parent 5d6592d7
No related branches found
No related tags found
No related merge requests found
......@@ -201,8 +201,8 @@ public class SurveyCourseNode extends AbstractAccessableCourseNode {
config.setBooleanEntry(CONFIG_KEY_EXECUTION_BY_COACH, false);
config.setBooleanEntry(CONFIG_KEY_EXECUTION_BY_PARTICIPANT, true);
config.setBooleanEntry(CONFIG_KEY_EXECUTION_BY_GUEST, false);
config.setBooleanEntry(CONFIG_KEY_REPORT_FOR_OWNER, false);
config.setBooleanEntry(CONFIG_KEY_REPORT_FOR_COACH, true);
config.setBooleanEntry(CONFIG_KEY_REPORT_FOR_OWNER, true);
config.setBooleanEntry(CONFIG_KEY_REPORT_FOR_COACH, false);
config.setBooleanEntry(CONFIG_KEY_REPORT_FOR_PARTICIPANT, false);
config.setBooleanEntry(CONFIG_KEY_REPORT_FOR_GUEST, false);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment