You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin enables Moodle users to create a non-linear, non-chronologic discussion forum.
6
6
The plugin has similar features as the Moodle forum, but is not intended for general discussions, but rather for straightforward question-and-answer discussions.
7
-
Additionally, users can rate posts and can gain a rating score ("reputation") by being rated by other users.
8
-
Users who have started a discussion can mark a post as helpful; and teachers can mark a post as a (correct) solution to the posed question.
7
+
Additionally, users can rate posts and gain a rating score ("reputation") by being rated by other users.
8
+
Users who have started a discussion can mark a post as helpful, and teachers can mark a post as a (correct) solution to the posed question.
9
9
10
10
This plugin is developed by Kennet Winter, [Tamara Gunkel](https://github.com/TamaraGunkel), and [Jan Dageförde](https://github.com/Dagefoerde)
11
11
and is maintained by Learnweb (University of Münster).
@@ -15,7 +15,7 @@ This plugin should go into `mod/mooodleoverflow`. Upon installation, several def
15
15
16
16
## Rating
17
17
If a post is rated up or down, the post owner's rating score increases or decreases. The rating score of a user is always shown after the user name.
18
-
In the settings you can define what amount of reputation a downvote or upvote gives.
18
+
In the settings, you can define what amount of reputation a downvote or upvote gives.
19
19
Posts with a high score are displayed further up than posts with a lower score.
20
20
If a post is marked as helpful or solved, the post owner's rating score also increases. By default, a mark gives a higher amount of reputation than an upvote.
21
21
A marked post is always displayed first, but you can choose which mark (solved or helpful) is more important.
@@ -31,12 +31,12 @@ The discussion overview shows the status, among other things. Thus users can see
Posts can be marked as helpful (orange) by the question owner or as solved (green) by a teacher. The current post is marked blue.
34
-
Additionally, everybody can vote posts up or down. The post are ordered by the number of upvotes. The post owner's reputation increases if the post is upvoted and decreases it the post is downvoted.
35
-
Post owners can edit their posts until 30 minutes after posting. Teachers can edit and delete posts from everybody without the time restriction.
34
+
Additionally, everybody can vote posts up or down. The posts are ordered by the number of upvotes. The post owner's reputation increases if the post is upvoted and decreases if it is downvoted.
35
+
Post owners can edit their posts until 30 minutes after posting. Teachers can edit and delete posts from everybody without time restrictions.
Users can attach files. If a picture is attached, it will be displayed as image. If another file type is attached, the file will be shown but not the content.
39
+
Users can attach files. If a picture is attached, it will be displayed as an image. If another file type is attached, the file will be shown but not the content.
0 commit comments