Skip to content

Commit

Permalink
Add some notes to the XBlock README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlip committed Jun 14, 2015
1 parent 60ebc3a commit 17657c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions integrations/openedx_xblock_20150614_v0.0.0/README
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ instructions in the tutorial here:
Note that, in order to use this XBlock in a course, you will also need to add
the value "oppia" to the advanced_modules field in Studio's 'Advanced Settings'
menu.

Notes:

(1) On devstack, the XBlock does not show up in Studio as a live preview in the
editor. However, it does show up in the LMS.
(2) If you wish to record events, you can do so by modifying the _log() method
in the oppia.py file.
7 changes: 7 additions & 0 deletions integrations_dev/openedx_xblock/README
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ instructions in the tutorial here:
Note that, in order to use this XBlock in a course, you will also need to add
the value "oppia" to the advanced_modules field in Studio's 'Advanced Settings'
menu.

Notes:

(1) On devstack, the XBlock does not show up in Studio as a live preview in the
editor. However, it does show up in the LMS.
(2) If you wish to record events, you can do so by modifying the _log() method
in the oppia.py file.

0 comments on commit 17657c7

Please sign in to comment.