Skip to content

Commit 78d153a

Browse files
authored
Update README.md
Include Coverage label, and grammarly fixes to text
1 parent 800eb4c commit 78d153a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# ![moodle-mod_groupmembers](pix/icon.png) Activity Module: Moodleoverflow
22

3-
[![Build Status](https://travis-ci.org/learnweb/moodle-mod_moodleoverflow.svg?branch=master)](https://travis-ci.org/learnweb/moodle-mod_moodleoverflow)
3+
[![Coverage Status](https://coveralls.io/repos/github/learnweb/moodle-mod_moodleoverflow/badge.svg?branch=master)](https://coveralls.io/github/learnweb/moodle-mod_moodleoverflow?branch=master)
44

55
This plugin enables Moodle users to create a non-linear, non-chronologic discussion forum.
66
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.
99

1010
This plugin is developed by Kennet Winter, [Tamara Gunkel](https://github.com/TamaraGunkel), and [Jan Dageförde](https://github.com/Dagefoerde)
1111
and is maintained by Learnweb (University of Münster).
@@ -15,7 +15,7 @@ This plugin should go into `mod/mooodleoverflow`. Upon installation, several def
1515

1616
## Rating
1717
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.
1919
Posts with a high score are displayed further up than posts with a lower score.
2020
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.
2121
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
3131
<img src="https://user-images.githubusercontent.com/432117/31946826-26981d72-b8d3-11e7-9773-b6547ea9276f.png" width="500">
3232
<br><br>
3333
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.
3636
<br><br>
3737
<img src="https://user-images.githubusercontent.com/432117/31946825-267c07d6-b8d3-11e7-8ae1-4f86ea375fd5.png" width="500">
3838
<br><br>
39-
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.
4040
<br><br>
4141
<img src="https://user-images.githubusercontent.com/432117/31946824-2660a64e-b8d3-11e7-879f-70fc5cd2fc98.png" width="500">
4242
<br><br>
@@ -50,15 +50,15 @@ Unlike teachers, students can't edit or delete a post or mark it as solved.
5050

5151
## Settings
5252
### Global
53-
In the global settings you can set e.g. the number of discussions per page, the maximum attachment size or read tracking.
53+
In the global settings, you can set e.g. the number of discussions per page, the maximum attachment size, or read tracking.
5454
In addition to these settings which are the same as in the forum, you can define the amount of reputation a vote or mark gives.
5555
<br><br>
5656
<img src="https://user-images.githubusercontent.com/432117/31946822-262bb664-b8d3-11e7-88fd-1a400864f8aa.png" width="500">
5757
<br><br>
5858

5959
### Course wide
6060
In the course settings you can override a few settings like maximum attachment size or read tracking.
61-
Moreover, you can decide if helpful or solved posts are displayed first and how the reputation is calucated.
61+
Moreover, you can decide if helpful or solved posts are displayed first and how the reputation is calculated.
6262
<br><br>
6363
<img src="https://user-images.githubusercontent.com/432117/31946820-260d778a-b8d3-11e7-9425-2af44f00e716.png" width="500">
6464
<br><br>

0 commit comments

Comments
 (0)