Skip to content

Commit

Permalink
Merge pull request #553 from edx/ahodges/stupid_mistakes
Browse files Browse the repository at this point in the history
Fixes two stupid oversights
  • Loading branch information
Alison Hodges committed Sep 15, 2015
2 parents aec2f3d + 455cef9 commit 84cc0bb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ Location identifiers for problems can be in one of these formats.
* ``location = block-v1:{org}+{course}+{run}+type@problem+block@{id}``, for
example, ``location = block-v1:edX+BlendedX+1T2015+type@problem+block@72e0f73cdf5c4d648ebec0022854f18b``

* ``i4x://{org}/{course}/problem/{id}``, for example,
* ``location = i4x://{org}/{course}/problem/{id}``, for example,
``location = i4x://edX/edX101/problem/680cc746e8ee473490841334f0235635``

Courses created since Fall 2014 typically have usage IDs in the first format,
Expand All @@ -563,7 +563,7 @@ To find the unique location identifier for a problem, follow these steps.
including its **location**.

#. To copy the location of the problem, select the entire value after
``location = ``, right click, and then select **Copy**.
``location =``, right click, and then select **Copy**.

To close the Staff Debug viewer, click on the browser page outside of the
viewer.
Expand Down

0 comments on commit 84cc0bb

Please sign in to comment.