From c5124bac445400fd52b3bb4a37e8e840bae0993f Mon Sep 17 00:00:00 2001 From: andres-zartab Date: Tue, 6 Oct 2020 16:43:29 -0500 Subject: [PATCH] update upload doc in README --- README.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.rst b/README.rst index ab89ce5..b875b1a 100644 --- a/README.rst +++ b/README.rst @@ -135,13 +135,7 @@ not shared or otherwise disclosed! To find the course id, item id, and part id, first go to the web authoring interface for your programming assignment. There, the URL will be of the form: -``/:courseSlug/author/outline/programming/:itemId/``. The part id will be -displayed in the authoring user interface for each part. To convert the -``courseSlug`` into a ``courseId``, you can take advantage of our `Course API` putting in the appropriate ``courseSlug``. For example, given a -course slug of ``developer-iot``, you can query the course id by making the -request: ``https://api.coursera.org/api/onDemandCourses.v1?q=slug&slug=developer-iot``. -The response will be a JSON object containing an ``id`` field with the value: -``iRl53_BWEeW4_wr--Yv6Aw``. +``/teach/:courseSlug/:courseId/content/edit/programming/:itemId``. The uploaded grader can be linked to multiple (itemId, partId) pairs without making duplicate uploads by using the ``--additional_item_and_part`` flag.