Last modified by Carina Enke on 13.02.2024

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

Summary

Details

Page properties
Content
... ... @@ -1,23 +21,3 @@
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 -
14 -{{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Content"}}
15 -{{toc start="2"/}}
16 -
17 -
18 -{{/panel}}
19 -)))
20 -
21 21  {{layout-cell}}
22 22  {{panel borderColor="#ddd" bgColor="#f0f0f0" borderStyle="solid" title="Content"}}
23 23  {{toc start="2"/}}
... ... @@ -62,11 +62,6 @@
62 62  
63 63  == Login through the LMS ==
64 64  
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 -
70 70  {{code language="xml" title="Login through the LMS"}}
71 71  @WebMethod(operationName = „armSite")
72 72  public String armSite(
... ... @@ -132,11 +132,6 @@
132 132  
133 133  == Initialisation through LMS ==
134 134  
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 -
140 140  {{code language="xml" title="Initialisation through LMS"}}
141 141  @WebMethod(operationName = „initiateSite")
142 142  public String initiateSite(
... ... @@ -258,11 +258,6 @@
258 258  
259 259  == Request of learner results through the LMS ==
260 260  
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 -
266 266  {{code language="xml" title="Request of learner results through the LMS"}}
267 267   @WebMethod(operationName = „getResultValues")
268 268  public HashMapWrapper getResultValues(
... ... @@ -315,11 +315,6 @@
315 315  
316 316  == Request of result variables through the LMS ==
317 317  
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 -
323 323  {{code language="xml" title="Request of result variables through the LMS"}}
324 324   @WebMethod(operationName = „getResultVariables")
325 325  public HashMapWrapper getResultVariables(