Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 754e877

Browse files
author
Dmitry Kochnev
committed
[DOCS] Added release notes
1 parent 5ece06f commit 754e877

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The 'items' attribute is the only required attribute, the others are defaulted t
5858
- state: initial
5959
- studentid: student_[wordpress user id]. Eg: student_123. Note: student_0 is used when not authenticated.
6060
- type: (as configured in settings - default of submit_practice but can be defaulted to local_practice)
61+
- onsubmit_redirect_url: on submit, redirect to this url (sessionid generated will be added to the end as lrnsid url parameter)
6162

6263
#### Basic Assessment Example
6364
Using the `lrn-assess` shortcode lets you include an Assessment style activity.
@@ -146,11 +147,18 @@ Parameters
146147
```
147148
[lrn-report type="session-detail-by-item" session_id="17b9bb6e-16f8-4808-aebd-42a246a1158e"]
148149
```
149-
The End
150150

151+
This report type accepts lrnsid (session_id) as url parameter for WordPress landing page
152+
```
153+
http://wordpress.vg.learnosity.com/2017/11/07/report/?lrnsid=0c2c3a66-5719-4f5f-b8c9-1492aa3c7cfa
154+
```
151155

152156

153157
## Release History
158+
### Version 1.1.1 - 14th Nov 2017
159+
- Add support for lrnsid as url parameter of WordPress landing page for Session Detail By Item report
160+
- Add support for onsubmit_redirect_url parameter for lrn-assess shortcode
161+
154162
### Version 1.1.0 - 11th Sep 2017
155163
- Add support for Reports API with the sessions-list and session-detail-by-item reports
156164

0 commit comments

Comments
 (0)