Last modified by Carina Enke on 13.02.2024

From version 12.2
edited by Carina Enke
on 13.02.2024
Change comment: There is no comment for this version
To version 14.1
edited by Carina Enke
on 13.02.2024
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,11 +1,33 @@
1 +(% data-xwiki-non-generated-content="java.util.List" %)
2 +(((
3 +" data-xwiki-wikimacrocontent="true" class="xwiki-metadata-container">
4 +
5 +(% data-xwiki-non-generated-content="java.util.List" %)
6 +(((
7 +" data-xwiki-wikimacrocontent="true" class="xwiki-metadata-container">
8 +
9 +{{toc start="2"/}}
10 +
11 +
12 +)))
13 +
1 1  {{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Content"}}
2 2  {{toc start="2"/}}
3 3  
4 -{{/panel}
17 +
18 +{{/panel}}
19 +)))
5 5  
21 +{{layout-cell}}
22 +{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Content"}}
23 +{{toc start="2"/}}
6 6  
25 +
26 +{{/panel}}
27 +{{/layout-cell}}
7 7  
8 8  
30 +
9 9  == General information ==
10 10  
11 11  The API to the ONYX WebReporter enables the communication between the LMS and the Reporter. Therefore, a couple of commands will be executed:
... ... @@ -40,6 +40,11 @@
40 40  
41 41  == Login through the LMS ==
42 42  
65 +(% data-xwiki-non-generated-content="java.util.List" %)
66 +(((
67 +" data-xwiki-parameter-name="title" class="xwiki-metadata-container">Login through the LMS
68 +)))
69 +
43 43  {{code language="xml" title="Login through the LMS"}}
44 44  @WebMethod(operationName = „armSite")
45 45  public String armSite(
... ... @@ -105,6 +105,11 @@
105 105  
106 106  == Initialisation through LMS ==
107 107  
135 +(% data-xwiki-non-generated-content="java.util.List" %)
136 +(((
137 +" data-xwiki-parameter-name="title" class="xwiki-metadata-container">Initialisation through LMS
138 +)))
139 +
108 108  {{code language="xml" title="Initialisation through LMS"}}
109 109  @WebMethod(operationName = „initiateSite")
110 110  public String initiateSite(
... ... @@ -226,6 +226,11 @@
226 226  
227 227  == Request of learner results through the LMS ==
228 228  
261 +(% data-xwiki-non-generated-content="java.util.List" %)
262 +(((
263 +" data-xwiki-parameter-name="title" class="xwiki-metadata-container">Request of learner results through the LMS
264 +)))
265 +
229 229  {{code language="xml" title="Request of learner results through the LMS"}}
230 230   @WebMethod(operationName = „getResultValues")
231 231  public HashMapWrapper getResultValues(
... ... @@ -278,6 +278,11 @@
278 278  
279 279  == Request of result variables through the LMS ==
280 280  
318 +(% data-xwiki-non-generated-content="java.util.List" %)
319 +(((
320 +" data-xwiki-parameter-name="title" class="xwiki-metadata-container">Request of result variables through the LMS
321 +)))
322 +
281 281  {{code language="xml" title="Request of result variables through the LMS"}}
282 282   @WebMethod(operationName = „getResultVariables")
283 283  public HashMapWrapper getResultVariables(