proof documentation
authorGreg Gay <info@atutor.ca>
Thu, 12 Aug 2010 15:10:07 +0000 (15:10 -0000)
committerGreg Gay <info@atutor.ca>
Thu, 12 Aug 2010 15:10:07 +0000 (15:10 -0000)
docs/documentation/web_service_api.php

index 86c4916..070fece 100644 (file)
@@ -152,14 +152,14 @@ by keywords. AContent returns the matching results in REST format.</p>
 \r
 <div id="urls">\r
 <h2 id="view">View course URL</h2>\r
-<kbd><?php echo TR_BFSE_HREF;?>home/course/index.php?_course_id=10</kbd><br />\r
+<kbd><?php echo TR_BASE_HREF;?>home/course/index.php?_course_id=10</kbd><br />\r
 <p>_course_id is the "courseID" element returned in the REST search result</p>\r
-<p>This URL leads to the first content page of the course.</p>\r
+<p>This URL leads to the first content page of the lesson.</p>\r
 \r
 <h2 id="download">Download course URL</h2>\r
 <kbd><?php echo TR_BASE_HREF;?>home/imscc/ims_export.php?course_id=10</kbd><br />\r
 <p>course_id is the "courseID" element returned in the REST search result</p>\r
-<p>This URL returns a zipped common cartridge of the course.</p>\r
+<p>This URL returns a zipped common cartridge of the lesson.</p>\r
 </div>\r
 \r
 <h2 id="import">Import common cartridge or content package into AContent</h2>\r
@@ -174,15 +174,15 @@ access token is returned. This access
 token must be sent along with the import request as a user privilege check. The access\r
 token can be used repeatedly until its expiration. After the\r
 user is confirmed as an valid author, the common cartridge or content package is retrieved\r
-from the request "url" parameter and imported as a new AContent course. The course\r
-ID of the newly-imported course is returned at success.</p>\r
+from the request "url" parameter and imported as a new AContent lesson. The \r
+ID of the newly-imported lesson is returned at success.</p>\r
 \r
 <kbd><?php echo TR_BASE_HREF;?>home/ims/ims_import.php?oauth_token=xxx&url=xxx</kbd><br />\r
 \r
 <p>oauth_token is the valid access token returned by an AContent OAuth server.<br />\r
 url points to a zip file of a common cartridge or a content package.<br />\r
 Refer to <a href="<?php echo TR_BASE_HREF;?>documentation/oauth_server_api.php#import">\r
-Import Common Cartridge or Content Package into AContent via OAuth</a> for detailed \r
+Importing Common Cartridges or Content Packages into AContent via OAuth</a> for detailed \r
 request parameters and success/fail responses.</p>\r
 \r
 </div>\r