Note: You are currently viewing documentation for Moodle 2.1. Up-to-date documentation for the latest stable version is available here: itunes U login.

itunes U login: Difference between revisions

From MoodleDocs
(You can create an HTML block to sign in to iTunes U from your Moodle course.)
No edit summary
Line 1: Line 1:
== Overview ==
== Overview ==


You can create an HTML block to sign in to iTunes U from your Moodle course. iTunes U can be used as a storage site for large media files used in courses. Rather than having students open a new page or tab in their browser then navigate to  your iTunes U site and THEN log in, simply create a block on your course page that lets them sign in directly from Moodle.
You can create an HTML block to sign in to iTunes U from your Moodle course. iTunes U can be used as a storage site for large media files used in courses. Rather than having students open a new page or tab in their browser then navigate to  your iTunes U site and THEN log in, simply create a block on your course page that lets them sign in directly from Moodle.
== Instructions ==
Locate the web address of the iTunes U course by dragging the iTunes U course button (located in the bread crumbs trail in iTunes) to your desktop and opening it in a text editing program like Text Edit or Text Pad.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>URL</key>
<string>https://deimos.apple.com/WebObjects/Core.woa/BrowsePrivately/colum.edu</string>
</dict>
</plist>

Revision as of 14:58, 28 July 2008

Overview

You can create an HTML block to sign in to iTunes U from your Moodle course. iTunes U can be used as a storage site for large media files used in courses. Rather than having students open a new page or tab in their browser then navigate to your iTunes U site and THEN log in, simply create a block on your course page that lets them sign in directly from Moodle.


Instructions

Locate the web address of the iTunes U course by dragging the iTunes U course button (located in the bread crumbs trail in iTunes) to your desktop and opening it in a text editing program like Text Edit or Text Pad.

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>URL</key> <string>https://deimos.apple.com/WebObjects/Core.woa/BrowsePrivately/colum.edu</string> </dict> </plist>