This repository was archived by the owner on Sep 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ Supported url parameters for WordPress page:
182182http://wordpress.learnosity.com/2017/11/07/report/?lrnsid=0c2c3a66-5719-4f5f-b8c9-1492aa3c7cfa&lrnusid=student_123
183183```
184184
185-
186185### Session Detail By Item report
187186
188187Show a full session detail report:
@@ -204,8 +203,30 @@ Supported url parameters for WordPress page:
204203http://wordpress.learnosity.com/2017/11/07/report/?lrnsid=0c2c3a66-5719-4f5f-b8c9-1492aa3c7cfa&lrnusid=student_123
205204```
206205
206+ ### Author API Usage
207+ Valid JSON for Author API init options could be passed as content of lrn-author shortcode.
208+
209+ ```
210+ [lrn-author]
211+ <pre>
212+ {
213+ "mode": "item_list",
214+ "user": {
215+ "id": "www-site",
216+ "firstname": "WWW Firstname",
217+ "lastname": "WWW Lastname",
218+ "email": "www@learnosity.com"
219+ }
220+ }
221+ </pre>
222+ [/lrn-author]
223+ ```
207224
208225## Release History
226+ ### Version 1.8.0 - 27th Dec 2019
227+ - [ BUGFIX] Signatures don't match error for lrn-author shortcode
228+ - [ FEATURE] Support Author API valid JSON passed as a content in lrn-author shortcode
229+
209230### Version 1.7.0 - 23rd Dec 2019
210231- [ FEATURE] Support readyListener JS code for Items API if passed as content of plugin shortcode
211232
You can’t perform that action at this time.
0 commit comments