Last modified by Carina Enke on 13.02.2024

From version 12.1
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,9 +1,33 @@
1 -Content:
1 +(% data-xwiki-non-generated-content="java.util.List" %)
2 +(((
3 +" data-xwiki-wikimacrocontent="true" class="xwiki-metadata-container">
2 2  
5 +(% data-xwiki-non-generated-content="java.util.List" %)
6 +(((
7 +" data-xwiki-wikimacrocontent="true" class="xwiki-metadata-container">
8 +
3 3  {{toc start="2"/}}
4 4  
11 +
12 +)))
5 5  
14 +{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Content"}}
15 +{{toc start="2"/}}
6 6  
17 +
18 +{{/panel}}
19 +)))
20 +
21 +{{layout-cell}}
22 +{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Content"}}
23 +{{toc start="2"/}}
24 +
25 +
26 +{{/panel}}
27 +{{/layout-cell}}
28 +
29 +
30 +
7 7  == General information ==
8 8  
9 9  The API to the ONYX WebReporter enables the communication between the LMS and the Reporter. Therefore, a couple of commands will be executed:
... ... @@ -38,6 +38,11 @@
38 38  
39 39  == Login through the LMS ==
40 40  
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 +
41 41  {{code language="xml" title="Login through the LMS"}}
42 42  @WebMethod(operationName = „armSite")
43 43  public String armSite(
... ... @@ -103,6 +103,11 @@
103 103  
104 104  == Initialisation through LMS ==
105 105  
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 +
106 106  {{code language="xml" title="Initialisation through LMS"}}
107 107  @WebMethod(operationName = „initiateSite")
108 108  public String initiateSite(
... ... @@ -224,6 +224,11 @@
224 224  
225 225  == Request of learner results through the LMS ==
226 226  
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 +
227 227  {{code language="xml" title="Request of learner results through the LMS"}}
228 228   @WebMethod(operationName = „getResultValues")
229 229  public HashMapWrapper getResultValues(
... ... @@ -276,6 +276,11 @@
276 276  
277 277  == Request of result variables through the LMS ==
278 278  
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 +
279 279  {{code language="xml" title="Request of result variables through the LMS"}}
280 280   @WebMethod(operationName = „getResultVariables")
281 281  public HashMapWrapper getResultVariables(