setTableClass("table table-striped");
$Instructions->addRows([
[
($N++).". Select a course to edit and navigate to the"
." front page for that course.",
""
],
[
($N++).". Select Content
from the menu at left.",
$AF->gUIFileTag("Blackboard_Tutorial_1.jpg")
],
[
($N++).". Select ".$Plugin->getConfigSetting("ServiceName")
."
from the Build Content
drop down menu.",
$AF->gUIFileTag("Blackboard_Tutorial_2.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("Blackboard_Tutorial_3.jpg")
],
[
($N++).". When you've selected all the resources you want,"
." press the Send to LMS
button to forward your"
." selections back to Blackboard.",
$AF->gUIFileTag("Blackboard_Tutorial_4.jpg")
],
[
($N++).". Your selected resource(s) will now appear in the course"
." content list.",
$AF->gUIFileTag("Blackboard_Tutorial_5.jpg")
]
]);
?>