Skip to content

Commit 296b79b

Browse files
authored
Merge pull request #260 from lucaboesch/activityinformation_501
Activity information for Moodle 5.1 activity chooser, resolves #259.
2 parents 278ff4e + fe37870 commit 296b79b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

lang/en/moodleoverflow.php

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,20 @@
221221
$string['message'] = 'Message';
222222
$string['messageprovider:posts'] = 'Notification of new posts';
223223
$string['modulename'] = 'Moodleoverflow';
224-
$string['modulename_help'] = 'The Moodleoverflow module enables participants to use a question-answer forum structure. The forum display is non-chronological as the ordering depends on collaborative voting instead of on time.';
224+
$string['modulename_help'] = '###### Key features
225+
- Provides a non-linear, non-chronological question-and-answer forum structure
226+
- Posts are ordered by collaborative voting rather than time
227+
- Users can rate posts and earn reputation scores based on ratings
228+
- Discussion starters can mark answers as helpful; teachers can mark correct solutions
229+
- Highly customizable to fit different course needs
230+
231+
###### Ways to use it
232+
- Facilitate Q&A discussions for assignments, projects, or exams
233+
- Encourage peer support and collaborative problem-solving
234+
- Highlight the most helpful answers through voting and teacher validation
235+
- Use reputation scores to motivate quality contributions
236+
- Create dynamic, interactive forums for large classes or complex topics';
237+
$string['modulename_summary'] = 'Provides a question-and-answer forum where posts are ranked by votes instead of time, with reputation scores, helpful answer marking, and teacher validation for correct solutions.';
225238
$string['modulenameplural'] = 'Moodleoverflows';
226239
$string['moodleoverflow'] = 'Moodleoverflow';
227240
$string['moodleoverflow:addinstance'] = 'Add a new Moodleoverflow instance';

0 commit comments

Comments
 (0)