Skip to content

Commit

Permalink
docs: add xAPI object unique field identifier option
Browse files Browse the repository at this point in the history
  • Loading branch information
mimidotuser committed Jun 17, 2021
1 parent 209ae81 commit 0fb7da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ The standalone H5P player constructor accepts two arguments.
`export` |false| A boolean on whether display a download button.
`icon` |false| A boolean on whether display H5P icon
`downloadUrl` |false| A path or a url that returns zipped h5p for download. The link is used by H5P `export` button
`fullScreen` |false| A boolean on whether to enable fullscreen button if browser supports the feature. Default is `false`
`fullScreen` |false| A boolean on whether to enable fullscreen button if browser supports the feature. Default is `false`|
`xAPIObjectIRI`|false| An identifier for a single unique Activity ~ utilized when generating xAPI [object](https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Data.md#acturi) field. Default is page host+pathname

**Note:**
- One can use absolute URL for `frameCss`, `frameJs`, and for other path options(`h5pJsonPath`,`librariesPath`, & `librariesPath`)
Expand Down

0 comments on commit 0fb7da4

Please sign in to comment.