Hinweis: Sie sind auf den Seiten der Moodle 1.9 Dokumentation. Die Dokumentation der aktuellsten Moodle-Version finden Sie hier: Foren-Rechte.

Foren-Rechte: Unterschied zwischen den Versionen

Aus MoodleDocs
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
 
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
==Forum capabilities==
==Forum capabilities==


* [[Capabilities/mod/forum:addnews|mod/forum:addnews]] (from 1.8 onwards)
* [[Capabilities/mod/forum:addnews|mod/forum:addnews]] (ab Moodle 1.8)
* [[Capabilities/mod/forum:createattachment|mod/forum:createattachment]]
* [[Capabilities/mod/forum:createattachment|mod/forum:createattachment]]
* [[Capabilities/mod/forum:deleteanypost|mod/forum:deleteanypost]]
* [[Capabilities/mod/forum:deleteanypost|mod/forum:deleteanypost]]
Zeile 15: Zeile 15:
* [[Capabilities/mod/forum:movediscussions|mod/forum:movediscussions]]
* [[Capabilities/mod/forum:movediscussions|mod/forum:movediscussions]]
* [[Capabilities/mod/forum:rate|mod/forum:rate]]
* [[Capabilities/mod/forum:rate|mod/forum:rate]]
* [[Capabilities/mod/forum:replynews|mod/forum:replynews]] (from 1.8 onwards)
* [[Capabilities/mod/forum:replynews|mod/forum:replynews]] (ab Moodle 1.8)
* [[Capabilities/mod/forum:replypost|mod/forum:replypost]] (from 1.8 onwards)
* [[Capabilities/mod/forum:replypost|mod/forum:replypost]] (ab Moodle 1.8)
* [[Capabilities/mod/forum:splitdiscussions|mod/forum:splitdiscussions]]
* [[Capabilities/mod/forum:splitdiscussions|mod/forum:splitdiscussions]]
* [[Capabilities/mod/forum:startdiscussion|mod/forum:startdiscussion]]
* [[Capabilities/mod/forum:startdiscussion|mod/forum:startdiscussion]]
Zeile 26: Zeile 26:
* [[Capabilities/mod/forum:viewrating|mod/forum:viewrating]]
* [[Capabilities/mod/forum:viewrating|mod/forum:viewrating]]
* [[Capabilities/mod/forum:viewsubscribers|mod/forum:viewsubscribers]]
* [[Capabilities/mod/forum:viewsubscribers|mod/forum:viewsubscribers]]
* [[Capabilities/mod/forum:initialsubscriptions|mod/forum:initialsubscriptions]] (from 1.8 onwards)
* [[Capabilities/mod/forum:initialsubscriptions|mod/forum:initialsubscriptions]] (ab Moodle 1.8)


==No discussions, but replies are allowed==
==Keine neuen Diskussionsthemen, aber antworten erlauben==


An override may be used to set up a forum in which only teachers are to be allowed to start new discussions.
An override may be used to set up a forum in which only teachers are to be allowed to start new discussions.
Zeile 39: Zeile 39:
Note: By default, only administrators are able to override permissions. Instructions on enabling teachers to override permissions can be found in [[Override permissions]].
Note: By default, only administrators are able to override permissions. Instructions on enabling teachers to override permissions can be found in [[Override permissions]].


==No discussions, no replies==
==Keine neuen Diskussionsthemen, keine Antworten==


An override may be used to close/archive a forum so that students may no longer start new discussions, nor add replies, but may still read all the discussions.
An override may be used to close/archive a forum so that students may no longer start new discussions, nor add replies, but may still read all the discussions.
Zeile 50: Zeile 50:
Note: By default, only administrators are able to override permissions. Instructions on enabling teachers to override permissions can be found in [[Override permissions]].
Note: By default, only administrators are able to override permissions. Instructions on enabling teachers to override permissions can be found in [[Override permissions]].


==Enabling students to rate posts==
==Wie kann man Teilnehmer/innen ermöglichen, Forumsbeiträge zu bewerten?==


By default, only admins and teachers can rate posts. An override may be used to enable students to rate posts.
By default, only admins and teachers can rate posts. An override may be used to enable students to rate posts.
Zeile 61: Zeile 61:
Note: By default, only administrators are able to override permissions. Instructions on enabling teachers to override permissions can be found in [[Override permissions]].
Note: By default, only administrators are able to override permissions. Instructions on enabling teachers to override permissions can be found in [[Override permissions]].


==See also==
==Siehe auch==


*[[Forum moderator role]]
*[[Forum moderator role]]

Version vom 5. Mai 2008, 12:36 Uhr

Baustelle.png Diese Seite ist noch nicht vollständig übersetzt.

Siehe en:Forum permissions


Moodle1.7

Das Rollen- und Rechtesystem ab Moodle 1.7 ermöglicht es, sehr detailliert festzulegen, welche Fähigkeiten und Rechte einzelne Rollen in Bezug auf Foren haben. Z.B. dürfen Teilnehmer/innen standardmäßig neue Diskussionsbeiträge schreiben, aber nicht bewerten, während Trainer/innen Forumsbeiträge bewerten dürfen.

Forum capabilities

Keine neuen Diskussionsthemen, aber antworten erlauben

An override may be used to set up a forum in which only teachers are to be allowed to start new discussions.

  1. Access the Assign roles page via the Roles tab in editing forum page, then follow the "Override roles" link. (In Moodle 1.9 onwards, click the "Override permissions" tab in the editing forum page.)
  2. Select the Student role.
  3. Set the capability mod/forum:startdiscussion to prevent.
  4. Click the "Save changes" button.

Note: By default, only administrators are able to override permissions. Instructions on enabling teachers to override permissions can be found in Override permissions.

Keine neuen Diskussionsthemen, keine Antworten

An override may be used to close/archive a forum so that students may no longer start new discussions, nor add replies, but may still read all the discussions.

  1. Access the Assign roles page via the Roles tab in editing forum page, then follow the "Override roles" link. (In Moodle 1.9 onwards, click the "Override permissions" tab in the editing forum page.)
  2. Select the Student role.
  3. Set the capabilities mod/forum:startdiscussion and mod/forum:replypost to prevent.
  4. Click the "Save changes" button.

Note: By default, only administrators are able to override permissions. Instructions on enabling teachers to override permissions can be found in Override permissions.

Wie kann man Teilnehmer/innen ermöglichen, Forumsbeiträge zu bewerten?

By default, only admins and teachers can rate posts. An override may be used to enable students to rate posts.

  1. Access the Assign roles page via the Roles tab in editing forum page, then follow the "Override roles" link. (In Moodle 1.9 onwards, click the "Override permissions" tab in the editing forum page.)
  2. Select the Student role.
  3. Set the capability mod/forum:rate to allow.
  4. Click the "Save changes" button.

Note: By default, only administrators are able to override permissions. Instructions on enabling teachers to override permissions can be found in Override permissions.

Siehe auch

Using Moodle forum discussions: