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 +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ The 'items' attribute is the only required attribute, the others are defaulted t
58
58
- state: initial
59
59
- studentid: student_ [ wordpress user id] . Eg: student_123. Note: student_0 is used when not authenticated.
60
60
- 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)
61
62
62
63
#### Basic Assessment Example
63
64
Using the ` lrn-assess ` shortcode lets you include an Assessment style activity.
@@ -146,11 +147,18 @@ Parameters
146
147
```
147
148
[lrn-report type="session-detail-by-item" session_id="17b9bb6e-16f8-4808-aebd-42a246a1158e"]
148
149
```
149
- The End
150
150
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
+ ```
151
155
152
156
153
157
## 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
+
154
162
### Version 1.1.0 - 11th Sep 2017
155
163
- Add support for Reports API with the sessions-list and session-detail-by-item reports
156
164
You can’t perform that action at this time.
0 commit comments