Note: You are currently viewing documentation for Moodle 3.4. Up-to-date documentation for the latest stable version of Moodle is likely available here: Forum settings.

Forum settings

From MoodleDocs

A teacher can add a Forum activity in a course when editing is turned on by clicking an 'Add an activity or resource' link (or, if not present, the "Add an activity" drop down menu) and selecting Forum.

Activity settings

To see all the settings expanded, click the link "Expand all" top right.

Give the Forum a name (which students see on the course page) and a description if required. (For the Single simple discussion forum type, your description must include the question or topic you wish to discuss.)

Clicking the question mark icon helppopup.pngnext to any setting you don't understand will display extra help.

Attachments and word count

The maximum file size that may be attached to a forum post depends on the Moodle site settings. The teacher may want a smaller size limit for the forum and should bear in mind the download speeds of the course participants.

If "Display word count" is enabled, then the number of words in forum posts will be shown at the bottom of each post.

Forum subscriptions

When a participant is subscribed to a forum it means that they will receive notification (depending on the user’s messaging settings preferences) of each new posting. By default, forum notifications are sent about 30 minutes after the post was saved.

Participants can usually choose whether or not they want to be subscribed to each forum. However, the teacher can choose to force subscription on a particular forum then all course users will be subscribed automatically, even those that enrol at a later time.

The subscription mode and subscribe or unsubscribe links can be found via the gear menu inside the forum in Boost or via the Forum administration in Clean. Teachers can quickly change the mode via the 'Subscription mode' options and view the current subscribers via the 'Show/edit current subscribers' link. Teachers can manually subscribe or unsubscribe participants by clicking the 'Manage subscriptions' button. (Button renamed and re-positioned in 3.3; previously named 'Turn editing on'.)

Tips:

  • Forcing everyone to subscribe is especially useful in the news forum and in forums towards the beginning of the course (before everyone has worked out that they can subscribe to these emails themselves).
  • Changing the setting from "Auto subscription" to "Optional" will not unsubscribe existing users; it will only affect those who enrol in the course in the future. Similarly changing "Optional" to "Auto subscription" will not subscribe existing course users but only those enrolling later.
  • There is also a "Subscription disabled" setting which prevents students from subscribing to a Forum. Teachers may choose to subscribe to a forum if they wish.

Subscribe to individual forum discussions

In a forum with optional or auto subscription you can choose which discussions to subscribe to by clicking the subscribe / unsubscribe icon to the right of the discussion.

forumsubscribe.png

When you reply to a post you will see a tickbox 'Discussion subscription'. It will already be ticked if you have chosen in your forum preferences to be subscribed to discussions you post in by default. If you have chosen not to subscribe to forum discussions by default, then you can tick this box to be notified of posts from this particular thread.

RSS

If RSS feeds are enabled for the site and for forums, then an expandable section for RSS settings will appear. Here the teacher can turn RSS feeds on or off for that forum.When set to “Discussions,” the RSS feed will send out new discussions to subscribers. When set to “Posts,” the RSS feed will send out any new posts to subscribers.

Cron must be working regularly for the RSS feed to work; otherwise participants will see ' Error reading RSS data'.

Blocking posts

By default, course participants can post any number of messages to forums. If you want to restrict this number and block them after a certain number or time, the expandable section 'Post threshold for blocking' allows you to specify your choice. You can also send a warning that they are about to be blocked.

Grade and Ratings

Forums use a rating scale which you can customise. You can also set a "Grade to pass" which may be connected with Activity completion and Restrict access such that a student will not be able to access a follow up activity until they have obtained a required grade (rating) in the forum.

By default, only teachers can rate forum posts, though students can be given permission to do so if desired (see forum permissions below). This is a useful tool for giving students participation grades. Any ratings given in the forum are recorded in the gradebook.

You can set an 'aggregate type' to decide how all the ratings given to posts in a forum are combined to form the final grade (for each post and for the whole forum activity). See Ratings for an explanation of aggregate types and which one is best for you.

Other settings

Depending on what is enabled for your site and course, you may also need to explore Common module settings, Restrict access and Activity completion

If you want your forum to display in the Course overview block, you need to add an 'Expect completed by' date in the Activity completion section.

If your Forum activity doesn't display as you wish, check the site settings below:

Using groups with Forums

For 'Group mode' in the expandable Common module settings section allows you to specify how your forum works with groups. (Note that Single simple discussions cannot be used with groups as this feature is not implemented. Use a standard forum instead. ) For more information about using groups with forums, see the documentation Using Forum The group mode setting has three options:

Site settings

A description for the Forum may or may not be obligatory depending on Site administration > Plugins > Activity modules > Common settings.

The forum module has additional settings which may be changed by an administrator in Administration > Site administration > Plugins > Activity modules > Forum and, for 'Maximum time to edit posts', in Administration > Site administration > Security > Site policies.

Subscription mode

New in 3.4: Administrators can select the default subscription mode for new forums from a drop down menu.

Timed forum posts

Teachers (and others with the capability mod/forum:viewhiddentimedposts) can then set a display period of a date and time for the forum post to appear.

timedposts.png

Changing the subject line of forum notifications

Normally when forum subscribers receive emails from forums, the subject line is of the form: Course short name + Subject of post:

forum1.png

The subject line can be changed - for example to: Course short name + Forum name + Subject by going to Site administration>Language>Language customisation and in forum.php changing the string postmailsubject to

{$a->courseshortname} {$a->forumname} {$a->subject}

forum2.png