setTableClass("table table-striped");
$Instructions->addRows([
[
($N++).". Select a course to edit and navigate to the front page"
." for that course.",
""
],
[
($N++).". Toggle the Edit mode
switch at top right.",
$AF->gUIFileTag("Moodle_Tutorial_1.jpg")
],
[
($N++).". Click Add an activity or resource
in the"
." section where you want to attach an assignment.",
$AF->gUIFileTag("Moodle_Tutorial_2.jpg")
],
[
($N++).". Select ".$Plugin->getConfigSetting("ServiceName")
."
from the list.",
""
],
[
($N++).". Press the Select content
button.",
$AF->gUIFileTag("Moodle_Tutorial_3.jpg")
],
[
($N++).". Use the search box and/or the facets shown at right"
." to locate the resource(s) you want.",
"",
],
[
($N++).". Use the Select
buttons to make your"
." resource selections.",
$AF->gUIFileTag("Moodle_Tutorial_4.jpg")
],
[
($N++).". When you've selected all the resources you want,"
." press the Send to LMS
button to forward your"
." selections back to Moodle.",
$AF->gUIFileTag("Moodle_Tutorial_5.jpg")
],
[
($N++).". Press the Save and display
button.",
$AF->gUIFileTag("Moodle_Tutorial_6.jpg")
],
[
($N++).". Your selected resource(s) will now appear embedded"
." in a Moodle assignment.",
$AF->gUIFileTag("Moodle_Tutorial_7.jpg")
]
]);
?>