Skip to content

Commit

Permalink
Added contextual help for meta course (Merged from MOODLE_15_STABLE)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickslee committed Nov 10, 2005
1 parent 4f1ce12 commit d7bd3f2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion course/edit.html
Expand Up @@ -385,7 +385,8 @@
} else {
echo ((empty($form->metacourse)) ? get_string("no") : get_string("yes"));
echo " - $disable_meta ";
} ?>
}
helpbutton("metacourse", get_string("metacourse"));?>
</td>
</tr>
<?php if (isadmin() && ((!empty($course->requested) && $CFG->restrictmodulesfor == 'requested') || $CFG->restrictmodulesfor == 'all')) { ?>
Expand Down
1 change: 1 addition & 0 deletions lang/en/help/index.html
Expand Up @@ -33,6 +33,7 @@
<li><a href="help.php?file=groupmode.html">Group mode</a></li>
<li><a href="help.php?file=groupmodeforce.html">Group mode (forcing)</a></li>
<li><a href="help.php?file=guestaccess.html">Guest access</a></li>
<li><a href="help.php?file=metacourse.html">Meta Course</a></li>
<li><a href="help.php?file=courserecent.html">Recent Activity</a></li>
<li><a href="help.php?file=scales.html">Scales</a></li>
<li><a href="help.php?file=summaries.html">Section summaries</a></li>
Expand Down
7 changes: 7 additions & 0 deletions lang/en/help/metacourse.html
@@ -0,0 +1,7 @@
<p align="center"><b>Meta Course</b></p>

<p>Activating this option means this course may be used as a common area to allow Participants in specific courses to interact with each other.</p>

<p>A Meta Course can be used to group related courses - for example related subject areas or courses that make up a particular qualification.</p>

<p>Participants may be added via the Student area within the Administration block in the Meta Course.</p>

0 comments on commit d7bd3f2

Please sign in to comment.