MDL-21695 Yet another help string for workshop, to be described more later

This commit is contained in:
David Mudrak
2010-05-04 23:25:23 +00:00
parent 08af32afbd
commit 3dc6a7b9f3
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -192,6 +192,8 @@ $string['usepeerassessment_desc'] = 'Users perform peer assessment of others\' w
$string['usepeerassessment_help'] = 'If the peer assessment support is off, workshop participants are not expected to assess their peers\' work. They do not receive any grade for assessment (grading grade) and their grade for submission is based on teacher\'s assessment only.';
$string['userdatecreated'] = 'submitted on <span>{$a}</span>';
$string['userdatemodified'] = 'modified on <span>{$a}</span>';
$string['userplan'] = 'Workshop main page';
$string['userplan_help'] = 'At the main page, you can see so called *Workshop user planner*. That displays the current workshop phase and all the tasks you are supposed to the given phase.';
$string['useselfassessment'] = 'Use self assessment';
$string['useselfassessment_desc'] = 'Users perform self assessment of their own work';
$string['useselfassessment_help'] = 'Whether users are allowed to assess their own work. Note that you must still allocate the submissions to their authors explicitely, using some allocation plugin.';
+1 -1
View File
@@ -62,7 +62,7 @@ $wsoutput = $PAGE->get_renderer('mod_workshop');
/// Output starts here
echo $OUTPUT->header();
echo $OUTPUT->heading(format_string($workshop->name), 2);
echo $OUTPUT->heading_with_help(format_string($workshop->name), 'userplan', 'workshop');
echo $wsoutput->user_plan($workshop->prepare_user_plan($USER->id, $PAGE->context));
switch ($workshop->phase) {