jclic 2.2.1 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (177) hide show
  1. package/README.md +5 -7
  2. package/dist-node/jclic-node.js +14157 -0
  3. package/dist-node/jclic-node.umd.cjs +530 -0
  4. package/package.json +38 -26
  5. package/.vscode/launch.json +0 -33
  6. package/.vscode/settings.json +0 -13
  7. package/CHANGELOG.md +0 -672
  8. package/TRANSLATIONS.md +0 -11
  9. package/build-locales.mjs +0 -82
  10. package/dist/jclic-node.js +0 -31680
  11. package/dist/jclic-node.js.map +0 -1
  12. package/dist/jclic.components.LICENSE +0 -2254
  13. package/dist/jclic.min.js +0 -27
  14. package/dist/jclic.min.js.map +0 -1
  15. package/eslint.config.mjs +0 -31
  16. package/jsdoc.config.js +0 -71
  17. package/locales/ar.po +0 -244
  18. package/locales/ast.po +0 -246
  19. package/locales/bs.po +0 -247
  20. package/locales/ca.po +0 -248
  21. package/locales/ca_ES@valencia.po +0 -248
  22. package/locales/cs.po +0 -244
  23. package/locales/da.po +0 -244
  24. package/locales/de.po +0 -246
  25. package/locales/el.po +0 -244
  26. package/locales/es.po +0 -248
  27. package/locales/eu.po +0 -244
  28. package/locales/fr.po +0 -244
  29. package/locales/gl.po +0 -244
  30. package/locales/he.po +0 -244
  31. package/locales/hr.po +0 -245
  32. package/locales/it.po +0 -246
  33. package/locales/ja.po +0 -242
  34. package/locales/jclic.js.pot +0 -241
  35. package/locales/nb_NO.po +0 -244
  36. package/locales/nl.po +0 -244
  37. package/locales/pl.po +0 -244
  38. package/locales/pt.po +0 -244
  39. package/locales/pt_BR.po +0 -248
  40. package/locales/ro.po +0 -248
  41. package/locales/ru.po +0 -245
  42. package/locales/ta.po +0 -244
  43. package/locales/tr.po +0 -246
  44. package/locales/uk.po +0 -247
  45. package/locales/vec.po +0 -244
  46. package/locales/zh_TW.po +0 -246
  47. package/patches/po2json+1.0.0-beta-3.patch +0 -12
  48. package/src/AWT.js +0 -2067
  49. package/src/Activity.js +0 -1311
  50. package/src/Deps.js +0 -232
  51. package/src/GlobalData.js +0 -5
  52. package/src/JClic.js +0 -196
  53. package/src/JClicPlayer.js +0 -1308
  54. package/src/PlayerHistory.js +0 -305
  55. package/src/Utils.js +0 -1355
  56. package/src/activities/associations/ComplexAssociation.js +0 -321
  57. package/src/activities/associations/SimpleAssociation.js +0 -519
  58. package/src/activities/memory/MemoryGame.js +0 -423
  59. package/src/activities/panels/Explore.js +0 -349
  60. package/src/activities/panels/Identify.js +0 -356
  61. package/src/activities/panels/InformationScreen.js +0 -262
  62. package/src/activities/panels/Menu.js +0 -209
  63. package/src/activities/panels/icons/ico00.png +0 -0
  64. package/src/activities/panels/icons/ico01.png +0 -0
  65. package/src/activities/panels/icons/ico02.png +0 -0
  66. package/src/activities/panels/icons/ico03.png +0 -0
  67. package/src/activities/panels/icons/icofolder.png +0 -0
  68. package/src/activities/puzzles/DoublePuzzle.js +0 -424
  69. package/src/activities/puzzles/ExchangePuzzle.js +0 -374
  70. package/src/activities/puzzles/HolePuzzle.js +0 -360
  71. package/src/activities/text/Complete.js +0 -127
  72. package/src/activities/text/Evaluator.js +0 -534
  73. package/src/activities/text/FillInBlanks.js +0 -426
  74. package/src/activities/text/IdentifyText.js +0 -253
  75. package/src/activities/text/OrderText.js +0 -421
  76. package/src/activities/text/TextActivityBase.js +0 -557
  77. package/src/activities/text/TextActivityDocument.js +0 -660
  78. package/src/activities/text/WrittenAnswer.js +0 -557
  79. package/src/activities/textGrid/CrossWord.js +0 -565
  80. package/src/activities/textGrid/WordSearch.js +0 -458
  81. package/src/activities/textGrid/icons/hIcon.svg +0 -3
  82. package/src/activities/textGrid/icons/vIcon.svg +0 -3
  83. package/src/automation/AutoContentProvider.js +0 -182
  84. package/src/automation/arith/Arith.js +0 -864
  85. package/src/bags/ActivitySequence.js +0 -318
  86. package/src/bags/ActivitySequenceElement.js +0 -161
  87. package/src/bags/ActivitySequenceJump.js +0 -140
  88. package/src/bags/ConditionalJumpInfo.js +0 -113
  89. package/src/bags/JumpInfo.js +0 -136
  90. package/src/bags/MediaBag.js +0 -215
  91. package/src/bags/MediaBagElement.js +0 -516
  92. package/src/boxes/AbstractBox.js +0 -699
  93. package/src/boxes/ActiveBagContent.js +0 -494
  94. package/src/boxes/ActiveBox.js +0 -810
  95. package/src/boxes/ActiveBoxBag.js +0 -357
  96. package/src/boxes/ActiveBoxContent.js +0 -484
  97. package/src/boxes/ActiveBoxGrid.js +0 -179
  98. package/src/boxes/BoxBag.js +0 -500
  99. package/src/boxes/BoxBase.js +0 -398
  100. package/src/boxes/BoxConnector.js +0 -325
  101. package/src/boxes/TextGrid.js +0 -887
  102. package/src/boxes/TextGridContent.js +0 -215
  103. package/src/init-jsdom.js +0 -65
  104. package/src/jclic-node.js +0 -219
  105. package/src/media/ActiveMediaBag.js +0 -145
  106. package/src/media/ActiveMediaPlayer.js +0 -297
  107. package/src/media/AudioBuffer.js +0 -219
  108. package/src/media/EventSounds.js +0 -169
  109. package/src/media/EventSoundsElement.js +0 -155
  110. package/src/media/MediaContent.js +0 -328
  111. package/src/media/MidiAudioPlayer.js +0 -254
  112. package/src/media/icons/audio.svg +0 -3
  113. package/src/media/icons/generic.svg +0 -3
  114. package/src/media/icons/mic.svg +0 -3
  115. package/src/media/icons/movie.svg +0 -3
  116. package/src/media/icons/music.svg +0 -3
  117. package/src/media/icons/url.svg +0 -3
  118. package/src/media/sounds/actionError.mp3 +0 -0
  119. package/src/media/sounds/actionOk.mp3 +0 -0
  120. package/src/media/sounds/click.mp3 +0 -0
  121. package/src/media/sounds/finishedError.mp3 +0 -0
  122. package/src/media/sounds/finishedOk.mp3 +0 -0
  123. package/src/media/sounds/start.mp3 +0 -0
  124. package/src/project/JClicProject.js +0 -282
  125. package/src/project/ProjectSettings.js +0 -273
  126. package/src/report/ActionReg.js +0 -123
  127. package/src/report/ActivityReg.js +0 -271
  128. package/src/report/EncryptMin.js +0 -210
  129. package/src/report/Reporter.js +0 -727
  130. package/src/report/SCORM.js +0 -272
  131. package/src/report/SequenceReg.js +0 -275
  132. package/src/report/SessionReg.js +0 -340
  133. package/src/report/SessionStorageReporter.js +0 -131
  134. package/src/report/TCPReporter.js +0 -628
  135. package/src/shapers/ClassicJigSaw.js +0 -138
  136. package/src/shapers/Holes.js +0 -77
  137. package/src/shapers/JigSaw.js +0 -161
  138. package/src/shapers/Rectangular.js +0 -78
  139. package/src/shapers/Shaper.js +0 -386
  140. package/src/shapers/TriangularJigSaw.js +0 -121
  141. package/src/skins/BlueSkin.js +0 -80
  142. package/src/skins/Counter.js +0 -152
  143. package/src/skins/CustomSkin.js +0 -412
  144. package/src/skins/DefaultSkin.js +0 -376
  145. package/src/skins/EmptySkin.js +0 -82
  146. package/src/skins/GreenSkin.js +0 -94
  147. package/src/skins/MiniSkin.js +0 -130
  148. package/src/skins/OrangeSkin.js +0 -78
  149. package/src/skins/SimpleSkin.js +0 -92
  150. package/src/skins/Skin.js +0 -1021
  151. package/src/skins/assets/actionsIcon.svg +0 -3
  152. package/src/skins/assets/appLogo.svg +0 -8
  153. package/src/skins/assets/basic.css +0 -41
  154. package/src/skins/assets/closeDialogIcon.svg +0 -3
  155. package/src/skins/assets/closeIcon.svg +0 -3
  156. package/src/skins/assets/copyIcon.svg +0 -3
  157. package/src/skins/assets/fullScreenExitIcon.svg +0 -3
  158. package/src/skins/assets/fullScreenIcon.svg +0 -3
  159. package/src/skins/assets/infoIcon.svg +0 -3
  160. package/src/skins/assets/main.css +0 -43
  161. package/src/skins/assets/mainHalf.css +0 -23
  162. package/src/skins/assets/mainTwoThirds.css +0 -23
  163. package/src/skins/assets/mini.css +0 -15
  164. package/src/skins/assets/nextIcon.svg +0 -3
  165. package/src/skins/assets/okDialogIcon.svg +0 -3
  166. package/src/skins/assets/prevIcon.svg +0 -3
  167. package/src/skins/assets/reports.css +0 -156
  168. package/src/skins/assets/reportsIcon.svg +0 -3
  169. package/src/skins/assets/scoreIcon.svg +0 -3
  170. package/src/skins/assets/simple.css +0 -16
  171. package/src/skins/assets/simpleHalf.css +0 -11
  172. package/src/skins/assets/simpleTwoThirds.css +0 -11
  173. package/src/skins/assets/timeIcon.svg +0 -4
  174. package/src/skins/assets/waitAnim.css +0 -54
  175. package/src/skins/assets/waitImgBig.svg +0 -3
  176. package/src/skins/assets/waitImgSmall.svg +0 -3
  177. package/webpack.config.mjs +0 -169
@@ -1,2254 +0,0 @@
1
- /*!
2
-
3
- JSZip v3.10.1 - A JavaScript class for generating and reading zip files
4
- <http://stuartk.com/jszip>
5
-
6
- (c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
7
- Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
8
-
9
- JSZip uses the library pako released under the MIT license :
10
- https://github.com/nodeca/pako/blob/main/LICENSE
11
- */
12
-
13
- /*!
14
- * jQuery JavaScript Library v4.0.0
15
- * https://jquery.com/
16
- *
17
- * Copyright OpenJS Foundation and other contributors
18
- * Released under the MIT license
19
- * https://jquery.com/license/
20
- *
21
- * Date: 2026-01-18T00:20Z
22
- */
23
-
24
- /**
25
- * File : AWT.js
26
- * Created : 12/04/2015
27
- * By : Francesc Busquets <francesc@gmail.com>
28
- *
29
- * JClic.js
30
- * An HTML5 player of JClic activities
31
- * https://projectestac.github.io/jclic.js
32
- *
33
- * @source https://github.com/projectestac/jclic.js
34
- *
35
- * @license EUPL-1.2
36
- * @licstart
37
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
38
- *
39
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
40
- * the European Commission- subsequent versions of the EUPL (the "Licence");
41
- * You may not use this work except in compliance with the Licence.
42
- *
43
- * You may obtain a copy of the Licence at:
44
- * https://joinup.ec.europa.eu/software/page/eupl
45
- *
46
- * Unless required by applicable law or agreed to in writing, software
47
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
48
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
49
- * Licence for the specific language governing permissions and limitations
50
- * under the Licence.
51
- * @licend
52
- * @module
53
- */
54
-
55
- /**
56
- * File : JClicPlayer.js
57
- * Created : 28/04/2015
58
- * By : Francesc Busquets <francesc@gmail.com>
59
- *
60
- * JClic.js
61
- * An HTML5 player of JClic activities
62
- * https://projectestac.github.io/jclic.js
63
- *
64
- * @source https://github.com/projectestac/jclic.js
65
- *
66
- * @license EUPL-1.2
67
- * @licstart
68
- * (c) 2000-2022 Educational Telematic Network of Catalonia (XTEC)
69
- *
70
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
71
- * the European Commission- subsequent versions of the EUPL (the "Licence");
72
- * You may not use this work except in compliance with the Licence.
73
- *
74
- * You may obtain a copy of the Licence at:
75
- * https://joinup.ec.europa.eu/software/page/eupl
76
- *
77
- * Unless required by applicable law or agreed to in writing, software
78
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
79
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
80
- * Licence for the specific language governing permissions and limitations
81
- * under the Licence.
82
- * @licend
83
- * @module
84
- */
85
-
86
- /**
87
- * File : PlayerHistory.js
88
- * Created : 28/04/2015
89
- * By : Francesc Busquets <francesc@gmail.com>
90
- *
91
- * JClic.js
92
- * An HTML5 player of JClic activities
93
- * https://projectestac.github.io/jclic.js
94
- *
95
- * @source https://github.com/projectestac/jclic.js
96
- *
97
- * @license EUPL-1.2
98
- * @licstart
99
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
100
- *
101
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
102
- * the European Commission- subsequent versions of the EUPL (the "Licence");
103
- * You may not use this work except in compliance with the Licence.
104
- *
105
- * You may obtain a copy of the Licence at:
106
- * https://joinup.ec.europa.eu/software/page/eupl
107
- *
108
- * Unless required by applicable law or agreed to in writing, software
109
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
110
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
111
- * Licence for the specific language governing permissions and limitations
112
- * under the Licence.
113
- * @licend
114
- * @module
115
- */
116
-
117
- /**
118
- * File : activities/associations/ComplexAssociation.js
119
- * Created : 03/06/2015
120
- * By : Francesc Busquets <francesc@gmail.com>
121
- *
122
- * JClic.js
123
- * An HTML5 player of JClic activities
124
- * https://projectestac.github.io/jclic.js
125
- *
126
- * @source https://github.com/projectestac/jclic.js
127
- *
128
- * @license EUPL-1.2
129
- * @licstart
130
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
131
- *
132
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
133
- * the European Commission- subsequent versions of the EUPL (the "Licence");
134
- * You may not use this work except in compliance with the Licence.
135
- *
136
- * You may obtain a copy of the Licence at:
137
- * https://joinup.ec.europa.eu/software/page/eupl
138
- *
139
- * Unless required by applicable law or agreed to in writing, software
140
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
141
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
142
- * Licence for the specific language governing permissions and limitations
143
- * under the Licence.
144
- * @licend
145
- * @module
146
- */
147
-
148
- /**
149
- * File : activities/associations/SimpleAssociation.js
150
- * Created : 02/06/2015
151
- * By : Francesc Busquets <francesc@gmail.com>
152
- *
153
- * JClic.js
154
- * An HTML5 player of JClic activities
155
- * https://projectestac.github.io/jclic.js
156
- *
157
- * @source https://github.com/projectestac/jclic.js
158
- *
159
- * @license EUPL-1.2
160
- * @licstart
161
- * (c) 2000-2020 Catalan Educational Telematic Network (XTEC)
162
- *
163
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
164
- * the European Commission- subsequent versions of the EUPL (the "Licence");
165
- * You may not use this work except in compliance with the Licence.
166
- *
167
- * You may obtain a copy of the Licence at:
168
- * https://joinup.ec.europa.eu/software/page/eupl
169
- *
170
- * Unless required by applicable law or agreed to in writing, software
171
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
172
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
173
- * Licence for the specific language governing permissions and limitations
174
- * under the Licence.
175
- * @licend
176
- * @module
177
- */
178
-
179
- /**
180
- * File : activities/memory/MemoryGame.js
181
- * Created : 04/06/2015
182
- * By : Francesc Busquets <francesc@gmail.com>
183
- *
184
- * JClic.js
185
- * An HTML5 player of JClic activities
186
- * https://projectestac.github.io/jclic.js
187
- *
188
- * @source https://github.com/projectestac/jclic.js
189
- *
190
- * @license EUPL-1.2
191
- * @licstart
192
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
193
- *
194
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
195
- * the European Commission- subsequent versions of the EUPL (the "Licence");
196
- * You may not use this work except in compliance with the Licence.
197
- *
198
- * You may obtain a copy of the Licence at:
199
- * https://joinup.ec.europa.eu/software/page/eupl
200
- *
201
- * Unless required by applicable law or agreed to in writing, software
202
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
203
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
204
- * Licence for the specific language governing permissions and limitations
205
- * under the Licence.
206
- * @licend
207
- * @module
208
- */
209
-
210
- /**
211
- * File : activities/panels/Explore.js
212
- * Created : 04/06/2015
213
- * By : Francesc Busquets <francesc@gmail.com>
214
- *
215
- * JClic.js
216
- * An HTML5 player of JClic activities
217
- * https://projectestac.github.io/jclic.js
218
- *
219
- * @source https://github.com/projectestac/jclic.js
220
- *
221
- * @license EUPL-1.2
222
- * @licstart
223
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
224
- *
225
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
226
- * the European Commission- subsequent versions of the EUPL (the "Licence");
227
- * You may not use this work except in compliance with the Licence.
228
- *
229
- * You may obtain a copy of the Licence at:
230
- * https://joinup.ec.europa.eu/software/page/eupl
231
- *
232
- * Unless required by applicable law or agreed to in writing, software
233
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
234
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
235
- * Licence for the specific language governing permissions and limitations
236
- * under the Licence.
237
- * @licend
238
- * @module
239
- */
240
-
241
- /**
242
- * File : activities/panels/Identify.js
243
- * Created : 03/06/2015
244
- * By : Francesc Busquets <francesc@gmail.com>
245
- *
246
- * JClic.js
247
- * An HTML5 player of JClic activities
248
- * https://projectestac.github.io/jclic.js
249
- *
250
- * @source https://github.com/projectestac/jclic.js
251
- *
252
- * @license EUPL-1.2
253
- * @licstart
254
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
255
- *
256
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
257
- * the European Commission- subsequent versions of the EUPL (the "Licence");
258
- * You may not use this work except in compliance with the Licence.
259
- *
260
- * You may obtain a copy of the Licence at:
261
- * https://joinup.ec.europa.eu/software/page/eupl
262
- *
263
- * Unless required by applicable law or agreed to in writing, software
264
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
265
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
266
- * Licence for the specific language governing permissions and limitations
267
- * under the Licence.
268
- * @licend
269
- * @module
270
- */
271
-
272
- /**
273
- * File : activities/panels/InformationScreen.js
274
- * Created : 19/05/2015
275
- * By : Francesc Busquets <francesc@gmail.com>
276
- *
277
- * JClic.js
278
- * An HTML5 player of JClic activities
279
- * https://projectestac.github.io/jclic.js
280
- *
281
- * @source https://github.com/projectestac/jclic.js
282
- *
283
- * @license EUPL-1.2
284
- * @licstart
285
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
286
- *
287
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
288
- * the European Commission- subsequent versions of the EUPL (the "Licence");
289
- * You may not use this work except in compliance with the Licence.
290
- *
291
- * You may obtain a copy of the Licence at:
292
- * https://joinup.ec.europa.eu/software/page/eupl
293
- *
294
- * Unless required by applicable law or agreed to in writing, software
295
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
296
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
297
- * Licence for the specific language governing permissions and limitations
298
- * under the Licence.
299
- * @licend
300
- * @module
301
- */
302
-
303
- /**
304
- * File : activities/panels/Menu.js
305
- * Created : 20/07/2017
306
- * By : Francesc Busquets <francesc@gmail.com>
307
- *
308
- * JClic.js
309
- * An HTML5 player of JClic activities
310
- * https://projectestac.github.io/jclic.js
311
- *
312
- * @source https://github.com/projectestac/jclic.js
313
- *
314
- * @license EUPL-1.2
315
- * @licstart
316
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
317
- *
318
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
319
- * the European Commission- subsequent versions of the EUPL (the "Licence");
320
- * You may not use this work except in compliance with the Licence.
321
- *
322
- * You may obtain a copy of the Licence at:
323
- * https://joinup.ec.europa.eu/software/page/eupl
324
- *
325
- * Unless required by applicable law or agreed to in writing, software
326
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
327
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
328
- * Licence for the specific language governing permissions and limitations
329
- * under the Licence.
330
- * @licend
331
- * @module
332
- */
333
-
334
- /**
335
- * File : activities/puzzles/DoublePuzzle.js
336
- * Created : 22/05/2015
337
- * By : Francesc Busquets <francesc@gmail.com>
338
- *
339
- * JClic.js
340
- * An HTML5 player of JClic activities
341
- * https://projectestac.github.io/jclic.js
342
- *
343
- * @source https://github.com/projectestac/jclic.js
344
- *
345
- * @license EUPL-1.2
346
- * @licstart
347
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
348
- *
349
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
350
- * the European Commission- subsequent versions of the EUPL (the "Licence");
351
- * You may not use this work except in compliance with the Licence.
352
- *
353
- * You may obtain a copy of the Licence at:
354
- * https://joinup.ec.europa.eu/software/page/eupl
355
- *
356
- * Unless required by applicable law or agreed to in writing, software
357
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
358
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
359
- * Licence for the specific language governing permissions and limitations
360
- * under the Licence.
361
- * @licend
362
- * @module
363
- */
364
-
365
- /**
366
- * File : activities/puzzles/ExchangePuzzle.js
367
- * Created : 30/05/2015
368
- * By : Francesc Busquets <francesc@gmail.com>
369
- *
370
- * JClic.js
371
- * An HTML5 player of JClic activities
372
- * https://projectestac.github.io/jclic.js
373
- *
374
- * @source https://github.com/projectestac/jclic.js
375
- *
376
- * @license EUPL-1.2
377
- * @licstart
378
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
379
- *
380
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
381
- * the European Commission- subsequent versions of the EUPL (the "Licence");
382
- * You may not use this work except in compliance with the Licence.
383
- *
384
- * You may obtain a copy of the Licence at:
385
- * https://joinup.ec.europa.eu/software/page/eupl
386
- *
387
- * Unless required by applicable law or agreed to in writing, software
388
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
389
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
390
- * Licence for the specific language governing permissions and limitations
391
- * under the Licence.
392
- * @licend
393
- * @module
394
- */
395
-
396
- /**
397
- * File : activities/puzzles/HolePuzzle.js
398
- * Created : 01/06/2015
399
- * By : Francesc Busquets <francesc@gmail.com>
400
- *
401
- * JClic.js
402
- * An HTML5 player of JClic activities
403
- * https://projectestac.github.io/jclic.js
404
- *
405
- * @source https://github.com/projectestac/jclic.js
406
- *
407
- * @license EUPL-1.2
408
- * @licstart
409
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
410
- *
411
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
412
- * the European Commission- subsequent versions of the EUPL (the "Licence");
413
- * You may not use this work except in compliance with the Licence.
414
- *
415
- * You may obtain a copy of the Licence at:
416
- * https://joinup.ec.europa.eu/software/page/eupl
417
- *
418
- * Unless required by applicable law or agreed to in writing, software
419
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
420
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
421
- * Licence for the specific language governing permissions and limitations
422
- * under the Licence.
423
- * @licend
424
- * @module
425
- */
426
-
427
- /**
428
- * File : activities/text/Complete.js
429
- * Created : 20/06/2015
430
- * By : Francesc Busquets <francesc@gmail.com>
431
- *
432
- * JClic.js
433
- * An HTML5 player of JClic activities
434
- * https://projectestac.github.io/jclic.js
435
- *
436
- * @source https://github.com/projectestac/jclic.js
437
- *
438
- * @license EUPL-1.2
439
- * @licstart
440
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
441
- *
442
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
443
- * the European Commission- subsequent versions of the EUPL (the "Licence");
444
- * You may not use this work except in compliance with the Licence.
445
- *
446
- * You may obtain a copy of the Licence at:
447
- * https://joinup.ec.europa.eu/software/page/eupl
448
- *
449
- * Unless required by applicable law or agreed to in writing, software
450
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
451
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
452
- * Licence for the specific language governing permissions and limitations
453
- * under the Licence.
454
- * @licend
455
- * @module
456
- */
457
-
458
- /**
459
- * File : activities/text/Evaluator.js
460
- * Created : 14/04/2015
461
- * By : Francesc Busquets <francesc@gmail.com>
462
- *
463
- * JClic.js
464
- * An HTML5 player of JClic activities
465
- * https://projectestac.github.io/jclic.js
466
- *
467
- * @source https://github.com/projectestac/jclic.js
468
- *
469
- * @license EUPL-1.2
470
- * @licstart
471
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
472
- *
473
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
474
- * the European Commission- subsequent versions of the EUPL (the "Licence");
475
- * You may not use this work except in compliance with the Licence.
476
- *
477
- * You may obtain a copy of the Licence at:
478
- * https://joinup.ec.europa.eu/software/page/eupl
479
- *
480
- * Unless required by applicable law or agreed to in writing, software
481
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
482
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
483
- * Licence for the specific language governing permissions and limitations
484
- * under the Licence.
485
- * @licend
486
- * @module
487
- */
488
-
489
- /**
490
- * File : activities/text/FillInBlanks.js
491
- * Created : 20/06/2015
492
- * By : Francesc Busquets <francesc@gmail.com>
493
- *
494
- * JClic.js
495
- * An HTML5 player of JClic activities
496
- * https://projectestac.github.io/jclic.js
497
- *
498
- * @source https://github.com/projectestac/jclic.js
499
- *
500
- * @license EUPL-1.2
501
- * @licstart
502
- * (c) 2000-2020 Catalan Educational Telematic Network (XTEC)
503
- *
504
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
505
- * the European Commission- subsequent versions of the EUPL (the "Licence");
506
- * You may not use this work except in compliance with the Licence.
507
- *
508
- * You may obtain a copy of the Licence at:
509
- * https://joinup.ec.europa.eu/software/page/eupl
510
- *
511
- * Unless required by applicable law or agreed to in writing, software
512
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
513
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
514
- * Licence for the specific language governing permissions and limitations
515
- * under the Licence.
516
- * @licend
517
- * @module
518
- */
519
-
520
- /**
521
- * File : activities/text/Identify.js
522
- * Created : 20/06/2015
523
- * By : Francesc Busquets <francesc@gmail.com>
524
- *
525
- * JClic.js
526
- * An HTML5 player of JClic activities
527
- * https://projectestac.github.io/jclic.js
528
- *
529
- * @source https://github.com/projectestac/jclic.js
530
- *
531
- * @license EUPL-1.2
532
- * @licstart
533
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
534
- *
535
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
536
- * the European Commission- subsequent versions of the EUPL (the "Licence");
537
- * You may not use this work except in compliance with the Licence.
538
- *
539
- * You may obtain a copy of the Licence at:
540
- * https://joinup.ec.europa.eu/software/page/eupl
541
- *
542
- * Unless required by applicable law or agreed to in writing, software
543
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
544
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
545
- * Licence for the specific language governing permissions and limitations
546
- * under the Licence.
547
- * @licend
548
- * @module
549
- */
550
-
551
- /**
552
- * File : activities/text/OrderText.js
553
- * Created : 20/06/2015
554
- * By : Francesc Busquets <francesc@gmail.com>
555
- *
556
- * JClic.js
557
- * An HTML5 player of JClic activities
558
- * https://projectestac.github.io/jclic.js
559
- *
560
- * @source https://github.com/projectestac/jclic.js
561
- *
562
- * @license EUPL-1.2
563
- * @licstart
564
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
565
- *
566
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
567
- * the European Commission- subsequent versions of the EUPL (the "Licence");
568
- * You may not use this work except in compliance with the Licence.
569
- *
570
- * You may obtain a copy of the Licence at:
571
- * https://joinup.ec.europa.eu/software/page/eupl
572
- *
573
- * Unless required by applicable law or agreed to in writing, software
574
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
575
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
576
- * Licence for the specific language governing permissions and limitations
577
- * under the Licence.
578
- * @licend
579
- * @module
580
- */
581
-
582
- /**
583
- * File : activities/text/TextActivityBase.js
584
- * Created : 16/05/2015
585
- * By : Francesc Busquets <francesc@gmail.com>
586
- *
587
- * JClic.js
588
- * An HTML5 player of JClic activities
589
- * https://projectestac.github.io/jclic.js
590
- *
591
- * @source https://github.com/projectestac/jclic.js
592
- *
593
- * @license EUPL-1.2
594
- * @licstart
595
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
596
- *
597
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
598
- * the European Commission- subsequent versions of the EUPL (the "Licence");
599
- * You may not use this work except in compliance with the Licence.
600
- *
601
- * You may obtain a copy of the Licence at:
602
- * https://joinup.ec.europa.eu/software/page/eupl
603
- *
604
- * Unless required by applicable law or agreed to in writing, software
605
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
606
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
607
- * Licence for the specific language governing permissions and limitations
608
- * under the Licence.
609
- * @licend
610
- * @module
611
- */
612
-
613
- /**
614
- * File : activities/text/TextActivityDocument.js
615
- * Created : 14/04/2015
616
- * By : Francesc Busquets <francesc@gmail.com>
617
- *
618
- * JClic.js
619
- * An HTML5 player of JClic activities
620
- * https://projectestac.github.io/jclic.js
621
- *
622
- * @source https://github.com/projectestac/jclic.js
623
- *
624
- * @license EUPL-1.2
625
- * @licstart
626
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
627
- *
628
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
629
- * the European Commission- subsequent versions of the EUPL (the "Licence");
630
- * You may not use this work except in compliance with the Licence.
631
- *
632
- * You may obtain a copy of the Licence at:
633
- * https://joinup.ec.europa.eu/software/page/eupl
634
- *
635
- * Unless required by applicable law or agreed to in writing, software
636
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
637
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
638
- * Licence for the specific language governing permissions and limitations
639
- * under the Licence.
640
- * @licend
641
- * @module
642
- */
643
-
644
- /**
645
- * File : activities/text/WrittenAnswer.js
646
- * Created : 04/06/2015
647
- * By : Francesc Busquets <francesc@gmail.com>
648
- *
649
- * JClic.js
650
- * An HTML5 player of JClic activities
651
- * https://projectestac.github.io/jclic.js
652
- *
653
- * @source https://github.com/projectestac/jclic.js
654
- *
655
- * @license EUPL-1.2
656
- * @licstart
657
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
658
- *
659
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
660
- * the European Commission- subsequent versions of the EUPL (the "Licence");
661
- * You may not use this work except in compliance with the Licence.
662
- *
663
- * You may obtain a copy of the Licence at:
664
- * https://joinup.ec.europa.eu/software/page/eupl
665
- *
666
- * Unless required by applicable law or agreed to in writing, software
667
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
668
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
669
- * Licence for the specific language governing permissions and limitations
670
- * under the Licence.
671
- * @licend
672
- * @module
673
- */
674
-
675
- /**
676
- * File : activities/textGrid/CrossWord.js
677
- * Created : 17/06/2015
678
- * By : Francesc Busquets <francesc@gmail.com>
679
- *
680
- * JClic.js
681
- * An HTML5 player of JClic activities
682
- * https://projectestac.github.io/jclic.js
683
- *
684
- * @source https://github.com/projectestac/jclic.js
685
- *
686
- * @license EUPL-1.2
687
- * @licstart
688
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
689
- *
690
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
691
- * the European Commission- subsequent versions of the EUPL (the "Licence");
692
- * You may not use this work except in compliance with the Licence.
693
- *
694
- * You may obtain a copy of the Licence at:
695
- * https://joinup.ec.europa.eu/software/page/eupl
696
- *
697
- * Unless required by applicable law or agreed to in writing, software
698
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
699
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
700
- * Licence for the specific language governing permissions and limitations
701
- * under the Licence.
702
- * @licend
703
- * @module
704
- */
705
-
706
- /**
707
- * File : activities/textGrid/WordSearch.js
708
- * Created : 15/06/2015
709
- * By : Francesc Busquets <francesc@gmail.com>
710
- *
711
- * JClic.js
712
- * An HTML5 player of JClic activities
713
- * https://projectestac.github.io/jclic.js
714
- *
715
- * @source https://github.com/projectestac/jclic.js
716
- *
717
- * @license EUPL-1.2
718
- * @licstart
719
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
720
- *
721
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
722
- * the European Commission- subsequent versions of the EUPL (the "Licence");
723
- * You may not use this work except in compliance with the Licence.
724
- *
725
- * You may obtain a copy of the Licence at:
726
- * https://joinup.ec.europa.eu/software/page/eupl
727
- *
728
- * Unless required by applicable law or agreed to in writing, software
729
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
730
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
731
- * Licence for the specific language governing permissions and limitations
732
- * under the Licence.
733
- * @licend
734
- * @module
735
- */
736
-
737
- /**
738
- * File : automation/AutoContentProvider.js
739
- * Created : 13/04/2015
740
- * By : Francesc Busquets <francesc@gmail.com>
741
- *
742
- * JClic.js
743
- * An HTML5 player of JClic activities
744
- * https://projectestac.github.io/jclic.js
745
- *
746
- * @source https://github.com/projectestac/jclic.js
747
- *
748
- * @license EUPL-1.2
749
- * @licstart
750
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
751
- *
752
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
753
- * the European Commission- subsequent versions of the EUPL (the "Licence");
754
- * You may not use this work except in compliance with the Licence.
755
- *
756
- * You may obtain a copy of the Licence at:
757
- * https://joinup.ec.europa.eu/software/page/eupl
758
- *
759
- * Unless required by applicable law or agreed to in writing, software
760
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
761
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
762
- * Licence for the specific language governing permissions and limitations
763
- * under the Licence.
764
- * @licend
765
- * @module
766
- */
767
-
768
- /**
769
- * File : bags/ActivitySequence.js
770
- * Created : 05/04/2015
771
- * By : Francesc Busquets <francesc@gmail.com>
772
- *
773
- * JClic.js
774
- * An HTML5 player of JClic activities
775
- * https://projectestac.github.io/jclic.js
776
- *
777
- * @source https://github.com/projectestac/jclic.js
778
- *
779
- * @license EUPL-1.2
780
- * @licstart
781
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
782
- *
783
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
784
- * the European Commission- subsequent versions of the EUPL (the "Licence");
785
- * You may not use this work except in compliance with the Licence.
786
- *
787
- * You may obtain a copy of the Licence at:
788
- * https://joinup.ec.europa.eu/software/page/eupl
789
- *
790
- * Unless required by applicable law or agreed to in writing, software
791
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
792
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
793
- * Licence for the specific language governing permissions and limitations
794
- * under the Licence.
795
- * @licend
796
- * @module
797
- */
798
-
799
- /**
800
- * File : bags/ActivitySequenceElement.js
801
- * Created : 05/04/2015
802
- * By : Francesc Busquets <francesc@gmail.com>
803
- *
804
- * JClic.js
805
- * An HTML5 player of JClic activities
806
- * https://projectestac.github.io/jclic.js
807
- *
808
- * @source https://github.com/projectestac/jclic.js
809
- *
810
- * @license EUPL-1.2
811
- * @licstart
812
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
813
- *
814
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
815
- * the European Commission- subsequent versions of the EUPL (the "Licence");
816
- * You may not use this work except in compliance with the Licence.
817
- *
818
- * You may obtain a copy of the Licence at:
819
- * https://joinup.ec.europa.eu/software/page/eupl
820
- *
821
- * Unless required by applicable law or agreed to in writing, software
822
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
823
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
824
- * Licence for the specific language governing permissions and limitations
825
- * under the Licence.
826
- * @licend
827
- * @module
828
- */
829
-
830
- /**
831
- * File : bags/ActivitySequenceJump.js
832
- * Created : 05/04/2015
833
- * By : Francesc Busquets <francesc@gmail.com>
834
- *
835
- * JClic.js
836
- * An HTML5 player of JClic activities
837
- * https://projectestac.github.io/jclic.js
838
- *
839
- * @source https://github.com/projectestac/jclic.js
840
- *
841
- * @license EUPL-1.2
842
- * @licstart
843
- * (c) 2000-2020 Catalan Educational Telematic Network (XTEC)
844
- *
845
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
846
- * the European Commission- subsequent versions of the EUPL (the "Licence");
847
- * You may not use this work except in compliance with the Licence.
848
- *
849
- * You may obtain a copy of the Licence at:
850
- * https://joinup.ec.europa.eu/software/page/eupl
851
- *
852
- * Unless required by applicable law or agreed to in writing, software
853
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
854
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
855
- * Licence for the specific language governing permissions and limitations
856
- * under the Licence.
857
- * @licend
858
- * @module
859
- */
860
-
861
- /**
862
- * File : bags/ConditionalJumpInfo.js
863
- * Created : 05/04/2015
864
- * By : Francesc Busquets <francesc@gmail.com>
865
- *
866
- * JClic.js
867
- * An HTML5 player of JClic activities
868
- * https://projectestac.github.io/jclic.js
869
- *
870
- * @source https://github.com/projectestac/jclic.js
871
- *
872
- * @license EUPL-1.2
873
- * @licstart
874
- * (c) 2000-2020 Catalan Educational Telematic Network (XTEC)
875
- *
876
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
877
- * the European Commission- subsequent versions of the EUPL (the "Licence");
878
- * You may not use this work except in compliance with the Licence.
879
- *
880
- * You may obtain a copy of the Licence at:
881
- * https://joinup.ec.europa.eu/software/page/eupl
882
- *
883
- * Unless required by applicable law or agreed to in writing, software
884
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
885
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
886
- * Licence for the specific language governing permissions and limitations
887
- * under the Licence.
888
- * @licend
889
- * @module
890
- */
891
-
892
- /**
893
- * File : bags/JumpInfo.js
894
- * Created : 05/04/2015
895
- * By : Francesc Busquets <francesc@gmail.com>
896
- *
897
- * JClic.js
898
- * An HTML5 player of JClic activities
899
- * https://projectestac.github.io/jclic.js
900
- *
901
- * @source https://github.com/projectestac/jclic.js
902
- *
903
- * @license EUPL-1.2
904
- * @licstart
905
- * (c) 2000-2020 Catalan Educational Telematic Network (XTEC)
906
- *
907
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
908
- * the European Commission- subsequent versions of the EUPL (the "Licence");
909
- * You may not use this work except in compliance with the Licence.
910
- *
911
- * You may obtain a copy of the Licence at:
912
- * https://joinup.ec.europa.eu/software/page/eupl
913
- *
914
- * Unless required by applicable law or agreed to in writing, software
915
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
916
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
917
- * Licence for the specific language governing permissions and limitations
918
- * under the Licence.
919
- * @licend
920
- * @module
921
- */
922
-
923
- /**
924
- * File : bags/MediaBag.js
925
- * Created : 07/04/2015
926
- * By : Francesc Busquets <francesc@gmail.com>
927
- *
928
- * JClic.js
929
- * An HTML5 player of JClic activities
930
- * https://projectestac.github.io/jclic.js
931
- *
932
- * @source https://github.com/projectestac/jclic.js
933
- *
934
- * @license EUPL-1.2
935
- * @licstart
936
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
937
- *
938
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
939
- * the European Commission- subsequent versions of the EUPL (the "Licence");
940
- * You may not use this work except in compliance with the Licence.
941
- *
942
- * You may obtain a copy of the Licence at:
943
- * https://joinup.ec.europa.eu/software/page/eupl
944
- *
945
- * Unless required by applicable law or agreed to in writing, software
946
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
947
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
948
- * Licence for the specific language governing permissions and limitations
949
- * under the Licence.
950
- * @licend
951
- * @module
952
- */
953
-
954
- /**
955
- * File : bags/MediaBagElement.js
956
- * Created : 07/04/2015
957
- * By : Francesc Busquets <francesc@gmail.com>
958
- *
959
- * JClic.js
960
- * An HTML5 player of JClic activities
961
- * https://projectestac.github.io/jclic.js
962
- *
963
- * @source https://github.com/projectestac/jclic.js
964
- *
965
- * @license EUPL-1.2
966
- * @licstart
967
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
968
- *
969
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
970
- * the European Commission- subsequent versions of the EUPL (the "Licence");
971
- * You may not use this work except in compliance with the Licence.
972
- *
973
- * You may obtain a copy of the Licence at:
974
- * https://joinup.ec.europa.eu/software/page/eupl
975
- *
976
- * Unless required by applicable law or agreed to in writing, software
977
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
978
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
979
- * Licence for the specific language governing permissions and limitations
980
- * under the Licence.
981
- * @licend
982
- * @module
983
- */
984
-
985
- /**
986
- * File : boxes/AbstractBox.js
987
- * Created : 18/04/2015
988
- * By : Francesc Busquets <francesc@gmail.com>
989
- *
990
- * JClic.js
991
- * An HTML5 player of JClic activities
992
- * https://projectestac.github.io/jclic.js
993
- *
994
- * @source https://github.com/projectestac/jclic.js
995
- *
996
- * @license EUPL-1.2
997
- * @licstart
998
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
999
- *
1000
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1001
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1002
- * You may not use this work except in compliance with the Licence.
1003
- *
1004
- * You may obtain a copy of the Licence at:
1005
- * https://joinup.ec.europa.eu/software/page/eupl
1006
- *
1007
- * Unless required by applicable law or agreed to in writing, software
1008
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1009
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1010
- * Licence for the specific language governing permissions and limitations
1011
- * under the Licence.
1012
- * @licend
1013
- * @module
1014
- */
1015
-
1016
- /**
1017
- * File : boxes/ActiveBagContent.js
1018
- * Created : 13/04/2015
1019
- * By : Francesc Busquets <francesc@gmail.com>
1020
- *
1021
- * JClic.js
1022
- * An HTML5 player of JClic activities
1023
- * https://projectestac.github.io/jclic.js
1024
- *
1025
- * @source https://github.com/projectestac/jclic.js
1026
- *
1027
- * @license EUPL-1.2
1028
- * @licstart
1029
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1030
- *
1031
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1032
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1033
- * You may not use this work except in compliance with the Licence.
1034
- *
1035
- * You may obtain a copy of the Licence at:
1036
- * https://joinup.ec.europa.eu/software/page/eupl
1037
- *
1038
- * Unless required by applicable law or agreed to in writing, software
1039
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1040
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1041
- * Licence for the specific language governing permissions and limitations
1042
- * under the Licence.
1043
- * @licend
1044
- * @module
1045
- */
1046
-
1047
- /**
1048
- * File : boxes/ActiveBox.js
1049
- * Created : 18/04/2015
1050
- * By : Francesc Busquets <francesc@gmail.com>
1051
- *
1052
- * JClic.js
1053
- * An HTML5 player of JClic activities
1054
- * https://projectestac.github.io/jclic.js
1055
- *
1056
- * @source https://github.com/projectestac/jclic.js
1057
- *
1058
- * @license EUPL-1.2
1059
- * @licstart
1060
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1061
- *
1062
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1063
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1064
- * You may not use this work except in compliance with the Licence.
1065
- *
1066
- * You may obtain a copy of the Licence at:
1067
- * https://joinup.ec.europa.eu/software/page/eupl
1068
- *
1069
- * Unless required by applicable law or agreed to in writing, software
1070
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1071
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1072
- * Licence for the specific language governing permissions and limitations
1073
- * under the Licence.
1074
- * @licend
1075
- * @module
1076
- */
1077
-
1078
- /**
1079
- * File : boxes/ActiveBoxBag.js
1080
- * Created : 21/04/2015
1081
- * By : Francesc Busquets <francesc@gmail.com>
1082
- *
1083
- * JClic.js
1084
- * An HTML5 player of JClic activities
1085
- * https://projectestac.github.io/jclic.js
1086
- *
1087
- * @source https://github.com/projectestac/jclic.js
1088
- *
1089
- * @license EUPL-1.2
1090
- * @licstart
1091
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1092
- *
1093
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1094
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1095
- * You may not use this work except in compliance with the Licence.
1096
- *
1097
- * You may obtain a copy of the Licence at:
1098
- * https://joinup.ec.europa.eu/software/page/eupl
1099
- *
1100
- * Unless required by applicable law or agreed to in writing, software
1101
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1102
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1103
- * Licence for the specific language governing permissions and limitations
1104
- * under the Licence.
1105
- * @licend
1106
- * @module
1107
- */
1108
-
1109
- /**
1110
- * File : boxes/ActiveBoxContent.js
1111
- * Created : 13/04/2015
1112
- * By : Francesc Busquets <francesc@gmail.com>
1113
- *
1114
- * JClic.js
1115
- * An HTML5 player of JClic activities
1116
- * https://projectestac.github.io/jclic.js
1117
- *
1118
- * @source https://github.com/projectestac/jclic.js
1119
- *
1120
- * @license EUPL-1.2
1121
- * @licstart
1122
- * (c) 2000-2020 Catalan Educational Telematic Network (XTEC)
1123
- *
1124
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1125
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1126
- * You may not use this work except in compliance with the Licence.
1127
- *
1128
- * You may obtain a copy of the Licence at:
1129
- * https://joinup.ec.europa.eu/software/page/eupl
1130
- *
1131
- * Unless required by applicable law or agreed to in writing, software
1132
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1133
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1134
- * Licence for the specific language governing permissions and limitations
1135
- * under the Licence.
1136
- * @licend
1137
- * @module
1138
- */
1139
-
1140
- /**
1141
- * File : boxes/ActiveBoxGrid.js
1142
- * Created : 19/05/2015
1143
- * By : Francesc Busquets <francesc@gmail.com>
1144
- *
1145
- * JClic.js
1146
- * An HTML5 player of JClic activities
1147
- * https://projectestac.github.io/jclic.js
1148
- *
1149
- * @source https://github.com/projectestac/jclic.js
1150
- *
1151
- * @license EUPL-1.2
1152
- * @licstart
1153
- * (c) 2000-2020 Catalan Educational Telematic Network (XTEC)
1154
- *
1155
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1156
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1157
- * You may not use this work except in compliance with the Licence.
1158
- *
1159
- * You may obtain a copy of the Licence at:
1160
- * https://joinup.ec.europa.eu/software/page/eupl
1161
- *
1162
- * Unless required by applicable law or agreed to in writing, software
1163
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1164
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1165
- * Licence for the specific language governing permissions and limitations
1166
- * under the Licence.
1167
- * @licend
1168
- * @module
1169
- */
1170
-
1171
- /**
1172
- * File : boxes/BoxBag.js
1173
- * Created : 21/04/2015
1174
- * By : Francesc Busquets <francesc@gmail.com>
1175
- *
1176
- * JClic.js
1177
- * An HTML5 player of JClic activities
1178
- * https://projectestac.github.io/jclic.js
1179
- *
1180
- * @source https://github.com/projectestac/jclic.js
1181
- *
1182
- * @license EUPL-1.2
1183
- * @licstart
1184
- * (c) 2000-2020 Catalan Educational Telematic Network (XTEC)
1185
- *
1186
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1187
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1188
- * You may not use this work except in compliance with the Licence.
1189
- *
1190
- * You may obtain a copy of the Licence at:
1191
- * https://joinup.ec.europa.eu/software/page/eupl
1192
- *
1193
- * Unless required by applicable law or agreed to in writing, software
1194
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1195
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1196
- * Licence for the specific language governing permissions and limitations
1197
- * under the Licence.
1198
- * @licend
1199
- * @module
1200
- */
1201
-
1202
- /**
1203
- * File : boxes/TextGridContent.js
1204
- * Created : 14/04/2015
1205
- * By : Francesc Busquets <francesc@gmail.com>
1206
- *
1207
- * JClic.js
1208
- * An HTML5 player of JClic activities
1209
- * https://projectestac.github.io/jclic.js
1210
- *
1211
- * @source https://github.com/projectestac/jclic.js
1212
- *
1213
- * @license EUPL-1.2
1214
- * @licstart
1215
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1216
- *
1217
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1218
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1219
- * You may not use this work except in compliance with the Licence.
1220
- *
1221
- * You may obtain a copy of the Licence at:
1222
- * https://joinup.ec.europa.eu/software/page/eupl
1223
- *
1224
- * Unless required by applicable law or agreed to in writing, software
1225
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1226
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1227
- * Licence for the specific language governing permissions and limitations
1228
- * under the Licence.
1229
- * @licend
1230
- * @module
1231
- */
1232
-
1233
- /**
1234
- * File : media/ActiveMediaBag.js
1235
- * Created : 28/04/2015
1236
- * By : Francesc Busquets <francesc@gmail.com>
1237
- *
1238
- * JClic.js
1239
- * An HTML5 player of JClic activities
1240
- * https://projectestac.github.io/jclic.js
1241
- *
1242
- * @source https://github.com/projectestac/jclic.js
1243
- *
1244
- * @license EUPL-1.2
1245
- * @licstart
1246
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1247
- *
1248
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1249
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1250
- * You may not use this work except in compliance with the Licence.
1251
- *
1252
- * You may obtain a copy of the Licence at:
1253
- * https://joinup.ec.europa.eu/software/page/eupl
1254
- *
1255
- * Unless required by applicable law or agreed to in writing, software
1256
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1257
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1258
- * Licence for the specific language governing permissions and limitations
1259
- * under the Licence.
1260
- * @licend
1261
- * @module
1262
- */
1263
-
1264
- /**
1265
- * File : media/ActiveMediaPlayer.js
1266
- * Created : 28/04/2015
1267
- * By : Francesc Busquets <francesc@gmail.com>
1268
- *
1269
- * JClic.js
1270
- * An HTML5 player of JClic activities
1271
- * https://projectestac.github.io/jclic.js
1272
- *
1273
- * @source https://github.com/projectestac/jclic.js
1274
- *
1275
- * @license EUPL-1.2
1276
- * @licstart
1277
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1278
- *
1279
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1280
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1281
- * You may not use this work except in compliance with the Licence.
1282
- *
1283
- * You may obtain a copy of the Licence at:
1284
- * https://joinup.ec.europa.eu/software/page/eupl
1285
- *
1286
- * Unless required by applicable law or agreed to in writing, software
1287
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1288
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1289
- * Licence for the specific language governing permissions and limitations
1290
- * under the Licence.
1291
- * @licend
1292
- * @module
1293
- */
1294
-
1295
- /**
1296
- * File : media/EventSounds.js
1297
- * Created : 01/04/2015
1298
- * By : Francesc Busquets <francesc@gmail.com>
1299
- *
1300
- * JClic.js
1301
- * An HTML5 player of JClic activities
1302
- * https://projectestac.github.io/jclic.js
1303
- *
1304
- * @source https://github.com/projectestac/jclic.js
1305
- *
1306
- * @license EUPL-1.2
1307
- * @licstart
1308
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1309
- *
1310
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1311
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1312
- * You may not use this work except in compliance with the Licence.
1313
- *
1314
- * You may obtain a copy of the Licence at:
1315
- * https://joinup.ec.europa.eu/software/page/eupl
1316
- *
1317
- * Unless required by applicable law or agreed to in writing, software
1318
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1319
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1320
- * Licence for the specific language governing permissions and limitations
1321
- * under the Licence.
1322
- * @licend
1323
- * @module
1324
- */
1325
-
1326
- /**
1327
- * File : media/EventSoundsElement.js
1328
- * Created : 01/04/2015
1329
- * By : Francesc Busquets <francesc@gmail.com>
1330
- *
1331
- * JClic.js
1332
- * An HTML5 player of JClic activities
1333
- * https://projectestac.github.io/jclic.js
1334
- *
1335
- * @source https://github.com/projectestac/jclic.js
1336
- *
1337
- * @license EUPL-1.2
1338
- * @licstart
1339
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1340
- *
1341
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1342
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1343
- * You may not use this work except in compliance with the Licence.
1344
- *
1345
- * You may obtain a copy of the Licence at:
1346
- * https://joinup.ec.europa.eu/software/page/eupl
1347
- *
1348
- * Unless required by applicable law or agreed to in writing, software
1349
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1350
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1351
- * Licence for the specific language governing permissions and limitations
1352
- * under the Licence.
1353
- * @licend
1354
- * @module
1355
- */
1356
-
1357
- /**
1358
- * File : media/MediaContent.js
1359
- * Created : 13/04/2015
1360
- * By : Francesc Busquets <francesc@gmail.com>
1361
- *
1362
- * JClic.js
1363
- * An HTML5 player of JClic activities
1364
- * https://projectestac.github.io/jclic.js
1365
- *
1366
- * @source https://github.com/projectestac/jclic.js
1367
- *
1368
- * @license EUPL-1.2
1369
- * @licstart
1370
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1371
- *
1372
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1373
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1374
- * You may not use this work except in compliance with the Licence.
1375
- *
1376
- * You may obtain a copy of the Licence at:
1377
- * https://joinup.ec.europa.eu/software/page/eupl
1378
- *
1379
- * Unless required by applicable law or agreed to in writing, software
1380
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1381
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1382
- * Licence for the specific language governing permissions and limitations
1383
- * under the Licence.
1384
- * @licend
1385
- * @module
1386
- */
1387
-
1388
- /**
1389
- * File : media/MidiAudioPlayer.js
1390
- * Created : 11/10/2018
1391
- * By : Francesc Busquets <francesc@gmail.com>
1392
- *
1393
- * JClic.js
1394
- * An HTML5 player of JClic activities
1395
- * https://projectestac.github.io/jclic.js
1396
- *
1397
- * @source https://github.com/projectestac/jclic.js
1398
- *
1399
- * @license EUPL-1.2
1400
- * @licstart
1401
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1402
- *
1403
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1404
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1405
- * You may not use this work except in compliance with the Licence.
1406
- *
1407
- * You may obtain a copy of the Licence at:
1408
- * https://joinup.ec.europa.eu/software/page/eupl
1409
- *
1410
- * Unless required by applicable law or agreed to in writing, software
1411
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1412
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1413
- * Licence for the specific language governing permissions and limitations
1414
- * under the Licence.
1415
- * @licend
1416
- * @module
1417
- */
1418
-
1419
- /**
1420
- * File : project/JClicProject.js
1421
- * Created : 01/04/2015
1422
- * By : Francesc Busquets <francesc@gmail.com>
1423
- *
1424
- * JClic.js
1425
- * An HTML5 player of JClic activities
1426
- * https://projectestac.github.io/jclic.js
1427
- *
1428
- * @source https://github.com/projectestac/jclic.js
1429
- *
1430
- * @license EUPL-1.2
1431
- * @licstart
1432
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1433
- *
1434
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1435
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1436
- * You may not use this work except in compliance with the Licence.
1437
- *
1438
- * You may obtain a copy of the Licence at:
1439
- * https://joinup.ec.europa.eu/software/page/eupl
1440
- *
1441
- * Unless required by applicable law or agreed to in writing, software
1442
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1443
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1444
- * Licence for the specific language governing permissions and limitations
1445
- * under the Licence.
1446
- * @licend
1447
- * @module
1448
- */
1449
-
1450
- /**
1451
- * File : project/ProjectSettings.js
1452
- * Created : 01/04/2015
1453
- * By : Francesc Busquets <francesc@gmail.com>
1454
- *
1455
- * JClic.js
1456
- * An HTML5 player of JClic activities
1457
- * https://projectestac.github.io/jclic.js
1458
- *
1459
- * @source https://github.com/projectestac/jclic.js
1460
- *
1461
- * @license EUPL-1.2
1462
- * @licstart
1463
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1464
- *
1465
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1466
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1467
- * You may not use this work except in compliance with the Licence.
1468
- *
1469
- * You may obtain a copy of the Licence at:
1470
- * https://joinup.ec.europa.eu/software/page/eupl
1471
- *
1472
- * Unless required by applicable law or agreed to in writing, software
1473
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1474
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1475
- * Licence for the specific language governing permissions and limitations
1476
- * under the Licence.
1477
- * @licend
1478
- * @module
1479
- */
1480
-
1481
- /**
1482
- * File : report/ActionReg.js
1483
- * Created : 17/05/2016
1484
- * By : Francesc Busquets <francesc@gmail.com>
1485
- *
1486
- * JClic.js
1487
- * An HTML5 player of JClic activities
1488
- * https://projectestac.github.io/jclic.js
1489
- *
1490
- * @source https://github.com/projectestac/jclic.js
1491
- *
1492
- * @license EUPL-1.2
1493
- * @licstart
1494
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1495
- *
1496
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1497
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1498
- * You may not use this work except in compliance with the Licence.
1499
- *
1500
- * You may obtain a copy of the Licence at:
1501
- * https://joinup.ec.europa.eu/software/page/eupl
1502
- *
1503
- * Unless required by applicable law or agreed to in writing, software
1504
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1505
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1506
- * Licence for the specific language governing permissions and limitations
1507
- * under the Licence.
1508
- * @licend
1509
- * @module
1510
- */
1511
-
1512
- /**
1513
- * File : report/ActivityReg.js
1514
- * Created : 17/05/2016
1515
- * By : Francesc Busquets <francesc@gmail.com>
1516
- *
1517
- * JClic.js
1518
- * An HTML5 player of JClic activities
1519
- * https://projectestac.github.io/jclic.js
1520
- *
1521
- * @source https://github.com/projectestac/jclic.js
1522
- *
1523
- * @license EUPL-1.2
1524
- * @licstart
1525
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1526
- *
1527
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1528
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1529
- * You may not use this work except in compliance with the Licence.
1530
- *
1531
- * You may obtain a copy of the Licence at:
1532
- * https://joinup.ec.europa.eu/software/page/eupl
1533
- *
1534
- * Unless required by applicable law or agreed to in writing, software
1535
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1536
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1537
- * Licence for the specific language governing permissions and limitations
1538
- * under the Licence.
1539
- * @licend
1540
- * @module
1541
- */
1542
-
1543
- /**
1544
- * File : report/Encryption.js
1545
- * Created : 18/06/2015
1546
- * By : Francesc Busquets <francesc@gmail.com>
1547
- *
1548
- * JClic.js
1549
- * An HTML5 player of JClic activities
1550
- * https://projectestac.github.io/jclic.js
1551
- *
1552
- * @source https://github.com/projectestac/jclic.js
1553
- *
1554
- * @license EUPL-1.2
1555
- * @licstart
1556
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1557
- *
1558
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1559
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1560
- * You may not use this work except in compliance with the Licence.
1561
- *
1562
- * You may obtain a copy of the Licence at:
1563
- * https://joinup.ec.europa.eu/software/page/eupl
1564
- *
1565
- * Unless required by applicable law or agreed to in writing, software
1566
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1567
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1568
- * Licence for the specific language governing permissions and limitations
1569
- * under the Licence.
1570
- * @licend
1571
- * @module
1572
- */
1573
-
1574
- /**
1575
- * File : report/Reporter.js
1576
- * Created : 17/05/2016
1577
- * By : Francesc Busquets <francesc@gmail.com>
1578
- *
1579
- * JClic.js
1580
- * An HTML5 player of JClic activities
1581
- * https://projectestac.github.io/jclic.js
1582
- *
1583
- * @source https://github.com/projectestac/jclic.js
1584
- *
1585
- * @license EUPL-1.2
1586
- * @licstart
1587
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1588
- *
1589
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1590
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1591
- * You may not use this work except in compliance with the Licence.
1592
- *
1593
- * You may obtain a copy of the Licence at:
1594
- * https://joinup.ec.europa.eu/software/page/eupl
1595
- *
1596
- * Unless required by applicable law or agreed to in writing, software
1597
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1598
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1599
- * Licence for the specific language governing permissions and limitations
1600
- * under the Licence.
1601
- * @licend
1602
- * @module
1603
- */
1604
-
1605
- /**
1606
- * File : report/SCORM.js
1607
- * Created : 18/07/2016
1608
- * By : Francesc Busquets <francesc@gmail.com>
1609
- *
1610
- * JClic.js
1611
- * An HTML5 player of JClic activities
1612
- * https://projectestac.github.io/jclic.js
1613
- *
1614
- * @source https://github.com/projectestac/jclic.js
1615
- *
1616
- * @license EUPL-1.2
1617
- * @licstart
1618
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1619
- *
1620
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1621
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1622
- * You may not use this work except in compliance with the Licence.
1623
- *
1624
- * You may obtain a copy of the Licence at:
1625
- * https://joinup.ec.europa.eu/software/page/eupl
1626
- *
1627
- * Unless required by applicable law or agreed to in writing, software
1628
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1629
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1630
- * Licence for the specific language governing permissions and limitations
1631
- * under the Licence.
1632
- * @licend
1633
- * @module
1634
- */
1635
-
1636
- /**
1637
- * File : report/SequenceReg.js
1638
- * Created : 17/05/2016
1639
- * By : Francesc Busquets <francesc@gmail.com>
1640
- *
1641
- * JClic.js
1642
- * An HTML5 player of JClic activities
1643
- * https://projectestac.github.io/jclic.js
1644
- *
1645
- * @source https://github.com/projectestac/jclic.js
1646
- *
1647
- * @license EUPL-1.2
1648
- * @licstart
1649
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1650
- *
1651
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1652
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1653
- * You may not use this work except in compliance with the Licence.
1654
- *
1655
- * You may obtain a copy of the Licence at:
1656
- * https://joinup.ec.europa.eu/software/page/eupl
1657
- *
1658
- * Unless required by applicable law or agreed to in writing, software
1659
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1660
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1661
- * Licence for the specific language governing permissions and limitations
1662
- * under the Licence.
1663
- * @licend
1664
- * @module
1665
- */
1666
-
1667
- /**
1668
- * File : report/SessionReg.js
1669
- * Created : 17/05/2016
1670
- * By : Francesc Busquets <francesc@gmail.com>
1671
- *
1672
- * JClic.js
1673
- * An HTML5 player of JClic activities
1674
- * https://projectestac.github.io/jclic.js
1675
- *
1676
- * @source https://github.com/projectestac/jclic.js
1677
- *
1678
- * @license EUPL-1.2
1679
- * @licstart
1680
- * (c) 2000-2020 Catalan Educational Telematic Network (XTEC)
1681
- *
1682
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1683
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1684
- * You may not use this work except in compliance with the Licence.
1685
- *
1686
- * You may obtain a copy of the Licence at:
1687
- * https://joinup.ec.europa.eu/software/page/eupl
1688
- *
1689
- * Unless required by applicable law or agreed to in writing, software
1690
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1691
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1692
- * Licence for the specific language governing permissions and limitations
1693
- * under the Licence.
1694
- * @licend
1695
- * @module
1696
- */
1697
-
1698
- /**
1699
- * File : report/SessionStorageReporter.js
1700
- * Created : 06/09/2017
1701
- * By : Francesc Busquets <francesc@gmail.com>
1702
- *
1703
- * JClic.js
1704
- * An HTML5 player of JClic activities
1705
- * https://projectestac.github.io/jclic.js
1706
- *
1707
- * @source https://github.com/projectestac/jclic.js
1708
- *
1709
- * @license EUPL-1.2
1710
- * @licstart
1711
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1712
- *
1713
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1714
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1715
- * You may not use this work except in compliance with the Licence.
1716
- *
1717
- * You may obtain a copy of the Licence at:
1718
- * https://joinup.ec.europa.eu/software/page/eupl
1719
- *
1720
- * Unless required by applicable law or agreed to in writing, software
1721
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1722
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1723
- * Licence for the specific language governing permissions and limitations
1724
- * under the Licence.
1725
- * @licend
1726
- * @module
1727
- */
1728
-
1729
- /**
1730
- * File : report/TCPReporter.js
1731
- * Created : 08/06/2016
1732
- * By : Francesc Busquets <francesc@gmail.com>
1733
- *
1734
- * JClic.js
1735
- * An HTML5 player of JClic activities
1736
- * https://projectestac.github.io/jclic.js
1737
- *
1738
- * @source https://github.com/projectestac/jclic.js
1739
- *
1740
- * @license EUPL-1.2
1741
- * @licstart
1742
- * (c) 2000-2020 Catalan Educational Telematic Network (XTEC)
1743
- *
1744
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1745
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1746
- * You may not use this work except in compliance with the Licence.
1747
- *
1748
- * You may obtain a copy of the Licence at:
1749
- * https://joinup.ec.europa.eu/software/page/eupl
1750
- *
1751
- * Unless required by applicable law or agreed to in writing, software
1752
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1753
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1754
- * Licence for the specific language governing permissions and limitations
1755
- * under the Licence.
1756
- * @licend
1757
- * @module
1758
- */
1759
-
1760
- /**
1761
- * File : shapers/ClassicJigSaw.js
1762
- * Created : 25/05/2015
1763
- * By : Francesc Busquets <francesc@gmail.com>
1764
- *
1765
- * JClic.js
1766
- * An HTML5 player of JClic activities
1767
- * https://projectestac.github.io/jclic.js
1768
- *
1769
- * @source https://github.com/projectestac/jclic.js
1770
- *
1771
- * @license EUPL-1.2
1772
- * @licstart
1773
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1774
- *
1775
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1776
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1777
- * You may not use this work except in compliance with the Licence.
1778
- *
1779
- * You may obtain a copy of the Licence at:
1780
- * https://joinup.ec.europa.eu/software/page/eupl
1781
- *
1782
- * Unless required by applicable law or agreed to in writing, software
1783
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1784
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1785
- * Licence for the specific language governing permissions and limitations
1786
- * under the Licence.
1787
- * @licend
1788
- * @module
1789
- */
1790
-
1791
- /**
1792
- * File : shapers/Holes.js
1793
- * Created : 20/05/2015
1794
- * By : Francesc Busquets <francesc@gmail.com>
1795
- *
1796
- * JClic.js
1797
- * An HTML5 player of JClic activities
1798
- * https://projectestac.github.io/jclic.js
1799
- *
1800
- * @source https://github.com/projectestac/jclic.js
1801
- *
1802
- * @license EUPL-1.2
1803
- * @licstart
1804
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1805
- *
1806
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1807
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1808
- * You may not use this work except in compliance with the Licence.
1809
- *
1810
- * You may obtain a copy of the Licence at:
1811
- * https://joinup.ec.europa.eu/software/page/eupl
1812
- *
1813
- * Unless required by applicable law or agreed to in writing, software
1814
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1815
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1816
- * Licence for the specific language governing permissions and limitations
1817
- * under the Licence.
1818
- * @licend
1819
- * @module
1820
- */
1821
-
1822
- /**
1823
- * File : shapers/JigSaw.js
1824
- * Created : 01/04/2015
1825
- * By : Francesc Busquets <francesc@gmail.com>
1826
- *
1827
- * JClic.js
1828
- * An HTML5 player of JClic activities
1829
- * https://projectestac.github.io/jclic.js
1830
- *
1831
- * @source https://github.com/projectestac/jclic.js
1832
- *
1833
- * @license EUPL-1.2
1834
- * @licstart
1835
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1836
- *
1837
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1838
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1839
- * You may not use this work except in compliance with the Licence.
1840
- *
1841
- * You may obtain a copy of the Licence at:
1842
- * https://joinup.ec.europa.eu/software/page/eupl
1843
- *
1844
- * Unless required by applicable law or agreed to in writing, software
1845
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1846
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1847
- * Licence for the specific language governing permissions and limitations
1848
- * under the Licence.
1849
- * @licend
1850
- * @module
1851
- */
1852
-
1853
- /**
1854
- * File : shapers/Rectangular.js
1855
- * Created : 19/05/2015
1856
- * By : Francesc Busquets <francesc@gmail.com>
1857
- *
1858
- * JClic.js
1859
- * An HTML5 player of JClic activities
1860
- * https://projectestac.github.io/jclic.js
1861
- *
1862
- * @source https://github.com/projectestac/jclic.js
1863
- *
1864
- * @license EUPL-1.2
1865
- * @licstart
1866
- * (c) 2000-2020 Catalan Educational Telematic Network (XTEC)
1867
- *
1868
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1869
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1870
- * You may not use this work except in compliance with the Licence.
1871
- *
1872
- * You may obtain a copy of the Licence at:
1873
- * https://joinup.ec.europa.eu/software/page/eupl
1874
- *
1875
- * Unless required by applicable law or agreed to in writing, software
1876
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1877
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1878
- * Licence for the specific language governing permissions and limitations
1879
- * under the Licence.
1880
- * @licend
1881
- * @module
1882
- */
1883
-
1884
- /**
1885
- * File : shapers/Shaper.js
1886
- * Created : 13/04/2015
1887
- * By : Francesc Busquets <francesc@gmail.com>
1888
- *
1889
- * JClic.js
1890
- * An HTML5 player of JClic activities
1891
- * https://projectestac.github.io/jclic.js
1892
- *
1893
- * @source https://github.com/projectestac/jclic.js
1894
- *
1895
- * @license EUPL-1.2
1896
- * @licstart
1897
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1898
- *
1899
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1900
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1901
- * You may not use this work except in compliance with the Licence.
1902
- *
1903
- * You may obtain a copy of the Licence at:
1904
- * https://joinup.ec.europa.eu/software/page/eupl
1905
- *
1906
- * Unless required by applicable law or agreed to in writing, software
1907
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1908
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1909
- * Licence for the specific language governing permissions and limitations
1910
- * under the Licence.
1911
- * @licend
1912
- * @module
1913
- */
1914
-
1915
- /**
1916
- * File : shapers/TriangularJigSaw.js
1917
- * Created : 25/05/2015
1918
- * By : Francesc Busquets <francesc@gmail.com>
1919
- *
1920
- * JClic.js
1921
- * An HTML5 player of JClic activities
1922
- * https://projectestac.github.io/jclic.js
1923
- *
1924
- * @source https://github.com/projectestac/jclic.js
1925
- *
1926
- * @license EUPL-1.2
1927
- * @licstart
1928
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1929
- *
1930
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1931
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1932
- * You may not use this work except in compliance with the Licence.
1933
- *
1934
- * You may obtain a copy of the Licence at:
1935
- * https://joinup.ec.europa.eu/software/page/eupl
1936
- *
1937
- * Unless required by applicable law or agreed to in writing, software
1938
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1939
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1940
- * Licence for the specific language governing permissions and limitations
1941
- * under the Licence.
1942
- * @licend
1943
- * @module
1944
- */
1945
-
1946
- /**
1947
- * File : skins/BlueSkin.js
1948
- * Created : 04/07/2016
1949
- * By : Francesc Busquets <francesc@gmail.com>
1950
- *
1951
- * JClic.js
1952
- * An HTML5 player of JClic activities
1953
- * https://projectestac.github.io/jclic.js
1954
- *
1955
- * @source https://github.com/projectestac/jclic.js
1956
- *
1957
- * @license EUPL-1.2
1958
- * @licstart
1959
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1960
- *
1961
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1962
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1963
- * You may not use this work except in compliance with the Licence.
1964
- *
1965
- * You may obtain a copy of the Licence at:
1966
- * https://joinup.ec.europa.eu/software/page/eupl
1967
- *
1968
- * Unless required by applicable law or agreed to in writing, software
1969
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
1970
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
1971
- * Licence for the specific language governing permissions and limitations
1972
- * under the Licence.
1973
- * @licend
1974
- * @module
1975
- */
1976
-
1977
- /**
1978
- * File : skins/Counter.js
1979
- * Created : 07/05/2015
1980
- * By : Francesc Busquets <francesc@gmail.com>
1981
- *
1982
- * JClic.js
1983
- * An HTML5 player of JClic activities
1984
- * https://projectestac.github.io/jclic.js
1985
- *
1986
- * @source https://github.com/projectestac/jclic.js
1987
- *
1988
- * @license EUPL-1.2
1989
- * @licstart
1990
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
1991
- *
1992
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
1993
- * the European Commission- subsequent versions of the EUPL (the "Licence");
1994
- * You may not use this work except in compliance with the Licence.
1995
- *
1996
- * You may obtain a copy of the Licence at:
1997
- * https://joinup.ec.europa.eu/software/page/eupl
1998
- *
1999
- * Unless required by applicable law or agreed to in writing, software
2000
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
2001
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
2002
- * Licence for the specific language governing permissions and limitations
2003
- * under the Licence.
2004
- * @licend
2005
- * @module
2006
- */
2007
-
2008
- /**
2009
- * File : skins/CustomSkin.js
2010
- * Created : 12/02/2018
2011
- * By : Francesc Busquets <francesc@gmail.com>
2012
- *
2013
- * JClic.js
2014
- * An HTML5 player of JClic activities
2015
- * https://projectestac.github.io/jclic.js
2016
- *
2017
- * @source https://github.com/projectestac/jclic.js
2018
- *
2019
- * @license EUPL-1.2
2020
- * @licstart
2021
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
2022
- *
2023
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
2024
- * the European Commission- subsequent versions of the EUPL (the "Licence");
2025
- * You may not use this work except in compliance with the Licence.
2026
- *
2027
- * You may obtain a copy of the Licence at:
2028
- * https://joinup.ec.europa.eu/software/page/eupl
2029
- *
2030
- * Unless required by applicable law or agreed to in writing, software
2031
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
2032
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
2033
- * Licence for the specific language governing permissions and limitations
2034
- * under the Licence.
2035
- * @licend
2036
- * @module
2037
- */
2038
-
2039
- /**
2040
- * File : skins/DefaultSkin.js
2041
- * Created : 12/05/2015
2042
- * By : Francesc Busquets <francesc@gmail.com>
2043
- *
2044
- * JClic.js
2045
- * An HTML5 player of JClic activities
2046
- * https://projectestac.github.io/jclic.js
2047
- *
2048
- * @source https://github.com/projectestac/jclic.js
2049
- *
2050
- * @license EUPL-1.2
2051
- * @licstart
2052
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
2053
- *
2054
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
2055
- * the European Commission- subsequent versions of the EUPL (the "Licence");
2056
- * You may not use this work except in compliance with the Licence.
2057
- *
2058
- * You may obtain a copy of the Licence at:
2059
- * https://joinup.ec.europa.eu/software/page/eupl
2060
- *
2061
- * Unless required by applicable law or agreed to in writing, software
2062
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
2063
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
2064
- * Licence for the specific language governing permissions and limitations
2065
- * under the Licence.
2066
- * @licend
2067
- * @module
2068
- */
2069
-
2070
- /**
2071
- * File : skins/EmptySkin.js
2072
- * Created : 14/03/2017
2073
- * By : Francesc Busquets <francesc@gmail.com>
2074
- *
2075
- * JClic.js
2076
- * An HTML5 player of JClic activities
2077
- * https://projectestac.github.io/jclic.js
2078
- *
2079
- * @source https://github.com/projectestac/jclic.js
2080
- *
2081
- * @license EUPL-1.2
2082
- * @licstart
2083
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
2084
- *
2085
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
2086
- * the European Commission- subsequent versions of the EUPL (the "Licence");
2087
- * You may not use this work except in compliance with the Licence.
2088
- *
2089
- * You may obtain a copy of the Licence at:
2090
- * https://joinup.ec.europa.eu/software/page/eupl
2091
- *
2092
- * Unless required by applicable law or agreed to in writing, software
2093
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
2094
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
2095
- * Licence for the specific language governing permissions and limitations
2096
- * under the Licence.
2097
- * @licend
2098
- * @module
2099
- */
2100
-
2101
- /**
2102
- * File : skins/GreenSkin.js
2103
- * Created : 04/07/2016
2104
- * By : Francesc Busquets <francesc@gmail.com>
2105
- *
2106
- * JClic.js
2107
- * An HTML5 player of JClic activities
2108
- * https://projectestac.github.io/jclic.js
2109
- *
2110
- * @source https://github.com/projectestac/jclic.js
2111
- *
2112
- * @license EUPL-1.2
2113
- * @licstart
2114
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
2115
- *
2116
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
2117
- * the European Commission- subsequent versions of the EUPL (the "Licence");
2118
- * You may not use this work except in compliance with the Licence.
2119
- *
2120
- * You may obtain a copy of the Licence at:
2121
- * https://joinup.ec.europa.eu/software/page/eupl
2122
- *
2123
- * Unless required by applicable law or agreed to in writing, software
2124
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
2125
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
2126
- * Licence for the specific language governing permissions and limitations
2127
- * under the Licence.
2128
- * @licend
2129
- * @module
2130
- */
2131
-
2132
- /**
2133
- * File : skins/MiniSkin.js
2134
- * Created : 05/07/2016
2135
- * By : Francesc Busquets <francesc@gmail.com>
2136
- *
2137
- * JClic.js
2138
- * An HTML5 player of JClic activities
2139
- * https://projectestac.github.io/jclic.js
2140
- *
2141
- * @source https://github.com/projectestac/jclic.js
2142
- *
2143
- * @license EUPL-1.2
2144
- * @licstart
2145
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
2146
- *
2147
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
2148
- * the European Commission- subsequent versions of the EUPL (the "Licence");
2149
- * You may not use this work except in compliance with the Licence.
2150
- *
2151
- * You may obtain a copy of the Licence at:
2152
- * https://joinup.ec.europa.eu/software/page/eupl
2153
- *
2154
- * Unless required by applicable law or agreed to in writing, software
2155
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
2156
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
2157
- * Licence for the specific language governing permissions and limitations
2158
- * under the Licence.
2159
- * @licend
2160
- * @module
2161
- */
2162
-
2163
- /**
2164
- * File : skins/OrangeSkin.js
2165
- * Created : 04/07/2016
2166
- * By : Francesc Busquets <francesc@gmail.com>
2167
- *
2168
- * JClic.js
2169
- * An HTML5 player of JClic activities
2170
- * https://projectestac.github.io/jclic.js
2171
- *
2172
- * @source https://github.com/projectestac/jclic.js
2173
- *
2174
- * @license EUPL-1.2
2175
- * @licstart
2176
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
2177
- *
2178
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
2179
- * the European Commission- subsequent versions of the EUPL (the "Licence");
2180
- * You may not use this work except in compliance with the Licence.
2181
- *
2182
- * You may obtain a copy of the Licence at:
2183
- * https://joinup.ec.europa.eu/software/page/eupl
2184
- *
2185
- * Unless required by applicable law or agreed to in writing, software
2186
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
2187
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
2188
- * Licence for the specific language governing permissions and limitations
2189
- * under the Licence.
2190
- * @licend
2191
- * @module
2192
- */
2193
-
2194
- /**
2195
- * File : skins/SimpleSkin.js
2196
- * Created : 04/07/2016
2197
- * By : Francesc Busquets <francesc@gmail.com>
2198
- *
2199
- * JClic.js
2200
- * An HTML5 player of JClic activities
2201
- * https://projectestac.github.io/jclic.js
2202
- *
2203
- * @source https://github.com/projectestac/jclic.js
2204
- *
2205
- * @license EUPL-1.2
2206
- * @licstart
2207
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
2208
- *
2209
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
2210
- * the European Commission- subsequent versions of the EUPL (the "Licence");
2211
- * You may not use this work except in compliance with the Licence.
2212
- *
2213
- * You may obtain a copy of the Licence at:
2214
- * https://joinup.ec.europa.eu/software/page/eupl
2215
- *
2216
- * Unless required by applicable law or agreed to in writing, software
2217
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
2218
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
2219
- * Licence for the specific language governing permissions and limitations
2220
- * under the Licence.
2221
- * @licend
2222
- * @module
2223
- */
2224
-
2225
- /**
2226
- * File : skins/Skin.js
2227
- * Created : 29/04/2015
2228
- * By : Francesc Busquets <francesc@gmail.com>
2229
- *
2230
- * JClic.js
2231
- * An HTML5 player of JClic activities
2232
- * https://projectestac.github.io/jclic.js
2233
- *
2234
- * @source https://github.com/projectestac/jclic.js
2235
- *
2236
- * @license EUPL-1.2
2237
- * @licstart
2238
- * (c) 2000-2020 Educational Telematic Network of Catalonia (XTEC)
2239
- *
2240
- * Licensed under the EUPL, Version 1.1 or -as soon they will be approved by
2241
- * the European Commission- subsequent versions of the EUPL (the "Licence");
2242
- * You may not use this work except in compliance with the Licence.
2243
- *
2244
- * You may obtain a copy of the Licence at:
2245
- * https://joinup.ec.europa.eu/software/page/eupl
2246
- *
2247
- * Unless required by applicable law or agreed to in writing, software
2248
- * distributed under the Licence is distributed on an "AS IS" basis, WITHOUT
2249
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
2250
- * Licence for the specific language governing permissions and limitations
2251
- * under the Licence.
2252
- * @licend
2253
- * @module
2254
- */