Skip to content

Commit 55bb2b3

Browse files
add new section flag and task.
1 parent 3d12cb9 commit 55bb2b3

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed

README.md

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Open Forum Activity
2-
Open forums enhance Moodle Forums by providing teachers and students with quick,
3-
simple views into the forums and their discussions. Allowing users to sort and search
4-
discussions easily and in multiple layouts is key to Advanced Forums increased usability.
5-
Read tracking is a feature in Advanced forums that highlights unread posts,
6-
making it even easier to manage a forum. This saves the student time in viewing and
7-
responding to posts, and saves the teacher time in finding the posts that are most
8-
relevant to the class. Teachers are empowered to create anonymous interactions with
2+
3+
Open forums enhance Moodle Forums by providing teachers and students with quick,
4+
simple views into the forums and their discussions. Allowing users to sort and search
5+
discussions easily and in multiple layouts is key to Advanced Forums increased usability.
6+
Read tracking is a feature in Advanced forums that highlights unread posts,
7+
making it even easier to manage a forum. This saves the student time in viewing and
8+
responding to posts, and saves the teacher time in finding the posts that are most
9+
relevant to the class. Teachers are empowered to create anonymous interactions with
910
students while still being able to provide accurate grading with advanced grading methods.
1011

1112
![local_hsuforum](https://moodle.org/pluginfile.php/50/local_plugins/plugin_description/399/recent%20posts.png)
@@ -16,11 +17,33 @@ schools and organizations by supporting the software that educators use to manag
1617
learners in virtual classrooms.
1718

1819
## Installation
20+
1921
Extract the contents of the plugin into _/wwwroot/mod_ then visit `admin/upgrade.php` or use the CLI script to upgrade your site.
2022

2123
For more information about the configuration and usage, please see http://docs.moodle.org/dev/Advanced_Forum
2224

25+
## Flag
26+
27+
### The `hsuforum_digestmailtime` flag.
28+
29+
### The `hsuforum_allowforcedreadtracking` flag.
30+
31+
### The `hsuforum_enabletimedposts` flag.
32+
33+
### The `hsuforum_digestmailtimelast` flag.
34+
35+
### The `mod_hsuforum_grading_interface` flag.
36+
37+
### The `hsuforum_replytouser` flag.
38+
39+
### The `hsuforum_subscription` flag.
40+
41+
## Task
42+
43+
### `cron_task` scheduled task .
44+
2345
## License
46+
2447
Copyright (c) 2021 Open LMS (https://www.openlms.net)
2548

2649
This program is free software: you can redistribute it and/or modify it under
@@ -33,4 +56,4 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
3356
PARTICULAR PURPOSE. See the GNU General Public License for more details.
3457

3558
You should have received a copy of the GNU General Public License along with
36-
this program. If not, see <http://www.gnu.org/licenses/>.
59+
this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).

0 commit comments

Comments
 (0)