forked from h5p/h5p-interactive-video
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nn.json
508 lines (508 loc) · 17 KB
/
nn.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
{
"semantics": [
{
"label": "Interaktiv Video Editor",
"fields": [
{
"label": "Last opp video",
"fields": [
{
"label": "Legg til ein video",
"description": "Klikk under for å leggje til ein video du ynskjer å bruke i din interaktive video. Du kan leggje til ein videolenkje eller laste opp videofilar. Det er mogeleg å leggje til fleire versionar av videoen med forskjellig kvalitet. For å sikre maksimal støtte i nettlesarar bør du leggje til i alle fall ein version i webm og mp4 format."
},
{
"label": "Start screen options (unsupported for YouTube videos)",
"fields": [
{
"label": "Tittel",
"default": "Interaktiv video",
"description": "Brukes blant annet i oppsummeringer og statistikk."
},
{
"label": "Skjul tittel på startskjerm"
},
{
"label": "Kort beskrivelse (Valgfri)",
"description": "Valgfri. Viser en kort beskrivelse når en video lastes."
},
{
"label": "Plakat",
"description": "Image displayed before the user launches the video. Does not work for YouTube Videos."
}
]
},
{
"label": "Text tracks (unsupported for YouTube videos)",
"fields": [
{
"label": "Available text tracks",
"entity": "Track",
"field": {
"label": "Spor",
"fields": [
{
"label": "Track label",
"description": "Used if you offer multiple tracks and the user has to choose a track. For instance 'Spanish subtitles' could be the label of a Spanish subtitle track.",
"default": "Undertekstar"
},
{
"label": "Type of text track",
"options": [
{
"label": "Subtitles"
},
{
"label": "Captions"
},
{
"label": "Descriptions"
}
]
},
{
"label": "Source language, must be defined for subtitles",
"default": "en",
"description": "Must be a valid BCP 47 language tag. If 'Subtitles' is the type of text track selected, the source language of the track must be defined."
},
{
"label": "Track source (WebVTT file)"
}
]
}
},
{
"label": "Default text track",
"description": "If left empty or not matching any of the text tracks the first text track will be used as the default."
}
]
}
]
},
{
"label": "Legg til interaksjonar",
"fields": [
{
"field": {
"fields": [
{
"label": "Visningstid"
},
{
"label": "Pause video"
},
{
"label": "Vis som",
"description": "<b>Knapp</b> er en kollapset visning brukeren må klikke på for å åpne. <b>Plakat</b> er en ekspandert visning direkte på videoen",
"options": [
{
"label": "Knapp"
},
{
"label": "Plakat"
}
]
},
{
"label": "Slå til knapp på små skjermer"
},
{
"label": "Tittel",
"description": "Label displayed next to interaction icon."
},
{},
{},
{},
{},
{},
{},
{
"label": "Adaptivity",
"fields": [
{
"label": "Action on all correct",
"fields": [
{
"label": "Seek to",
"description": "Enter timecode in the format M:SS"
},
{
"label": "Allow the user to opt out and continue"
},
{
"label": "Message"
},
{
"label": "Label for seek button"
}
]
},
{
"label": "Action on wrong",
"fields": [
{
"label": "Seek to",
"description": "Enter timecode in the format M:SS"
},
{
"label": "Allow the user to opt out and continue"
},
{
"label": "Message"
},
{
"label": "Label for seek button"
}
]
},
{
"label": "Require full score for task before proceeding",
"description": "For best functionality this option should be used in conjunction with the \"Disable navigation forward in a video\" option of Interactive Video."
}
]
},
{
"label": "Visuelt",
"fields": [
{
"label": "Bakgrunnsfarge",
"default": "rgb(255, 255, 255)"
},
{
"label": "Box shadow",
"description": "Adds a subtle shadow around the interaction. You might want to disable this for completely transparent interactions"
}
]
},
{
"label": "Go to on click",
"fields": [
{
"label": "Type",
"options": [
{
"label": "Timecode"
},
{
"label": "Another page (URL)"
}
]
},
{
"label": "Go To",
"description": "The target time the user will be taken to upon pressing the hotspot. Enter timecode in the format M:SS."
},
{
"label": "URL",
"fields": [
{
"label": "Protocol",
"options": [
{
"label": "http://"
},
{
"label": "https://"
},
{
"label": "(relativ)"
},
{
"label": "other"
}
]
},
{
"label": "URL"
}
]
},
{
"label": "Visualize",
"description": "Show that interaction can be clicked by adding a border and an icon"
}
]
}
]
}
},
{},
{}
]
},
{
"label": "Oppsummeringsoppgave",
"fields": [
{},
{
"label": "Visningstid",
"description": "Antall sekunder før videoen slutter."
}
]
}
]
},
{
"label": "Innstillinger for oppførsel",
"fields": [
{
"label": "Begynn på",
"description": "Enter timecode in the format M:SS"
},
{
"label": "Slå på automatisk avspeling",
"description": "Start playing the video automatically"
},
{
"label": "Loop the video",
"description": "Check if video should run in a loop"
},
{
"label": "Overstyr «Prøv igjen»-knapp",
"description": "This option determines if the \"Show Solution\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [
{
"label": "Aktivert"
},
{
"label": "Deaktivert"
}
]
},
{
"label": "Vis bokmerkemeny når interaktiv video åpnes",
"description": "This option determines if the \"Retry\" button will be shown for all questions, disabled for all or configured for each question individually.",
"options": [
{
"label": "Aktivert"
},
{
"label": "Deaktivert"
}
]
},
{
"label": "Vis bokmerkemeny når interaktiv video åpnes",
"description": "This function is not available on iPad when using YouTube as video source"
},
{
"label": "Show button for rewinding 10 seconds"
},
{
"label": "Disable navigation",
"description": "These options will disable user video navigation as specified.",
"options": [
{
"label": "None"
},
{
"label": "Forward"
},
{
"label": "Forward and backward"
}
]
},
{
"label": "Deaktiver lyd",
"description": "Enabling this option will deactivate the video's sound and prevent it from being switched on."
}
]
},
{
"label": "Lokaliser",
"fields": [
{
"label": "Interaksjonstittel",
"default": "Interaksjon"
},
{
"label": "Spel av-tittel",
"default": "Spel av"
},
{
"label": "Pause-tittel",
"default": "Pause"
},
{
"label": "Lyd av-tittel",
"default": "Mute, currently unmuted"
},
{
"label": "Lyd på-tittel",
"default": "Unmute, currently muted"
},
{
"label": "Videokvalitetstittel",
"default": "Videokvalitet"
},
{
"label": "Video captions title",
"default": "Biletetekst"
},
{
"label": "Close button text",
"default": "Lukk"
},
{
"label": "Fullskjermstittel",
"default": "Fullskjerm"
},
{
"label": "Avslutt fullskjerm-tittel",
"default": "Avslutt fullskjerm"
},
{
"label": "Oppsummeringstittel",
"default": "Oppsummering"
},
{
"label": "Bokmerketittel",
"default": "Bokmerke"
},
{
"label": "Submit screen title",
"default": "Legg fram skjermtittel"
},
{
"label": "Standard merkelapp for adaptivitetssøkeknappen",
"default": "Hald fram"
},
{
"label": "Default label for continue video button",
"default": "Hald fram med video"
},
{
"label": "Default label for more player options",
"default": "More player options"
},
{
"label": "Set playback rate",
"default": "Avspillingsfrekvens"
},
{
"label": "Rewind 10 Seconds",
"default": "Spol 10 sekund"
},
{
"label": "Navigasjon er ikke tillatt tekst",
"default": "Navigasjon er ikkje tillatt"
},
{
"label": "Navigating forward is disabled text",
"default": "Navigating forward is disabled"
},
{
"label": "Sound is disabled text",
"default": "Lyd er slått av"
},
{
"label": "Advarsel om at brukeren må svare korrekt på spørsmålet for han kan fortsette",
"default": "Du må svare korrekt på alle spørsmåla før du kan fortsetje."
},
{
"label": "Førre-knappen",
"default": "Tilbake"
},
{
"label": "Passert tid i timer",
"default": "Timar"
},
{
"label": "Passert tid i minutter",
"default": "Minutt"
},
{
"label": "Passert tid i sekunder",
"default": "Sekund"
},
{
"label": "Label for current time",
"default": "Noverande tid:"
},
{
"label": "Label for total time",
"default": "Total tid:"
},
{
"label": "Text explaining that a single interaction with a name has come into view",
"default": "Interaksjon oppsto:"
},
{
"label": "Text for explaining that multiple interactions have come into view",
"default": "Fleire interaksjonar oppsto."
},
{
"label": "Video is paused announcement",
"default": "Videoen er pausa"
},
{
"label": "Content label",
"default": "Innhald"
},
{
"label": "Answered message (@answered will be replaced with the number of answered questions)",
"default": "@answered svara på"
},
{
"label": "Submit screen title",
"default": "@answered spørsmål svara på",
"description": "@answered will be replaced by the number of answered questions."
},
{
"label": "Submit screen information",
"default": "Du har svart på @answered spørsmål, klikk under for å sende inn.",
"description": "@answered will be replaced by the number of answered questions."
},
{
"label": "Submit screen information when submit button is disabled",
"default": "You have answered @answered questions.",
"description": "@answered will be replaced by the number of answered questions."
},
{
"label": "Submit screen information for missing answers",
"default": "Du har ikkje svart på nokon spørsmål."
},
{
"label": "Submit screen information for answer needed",
"default": "Du må svare på minst eitt spørsmål før du kan sende inn svara dine."
},
{
"label": "Submit screen submit button",
"default": "Send inn svar"
},
{
"label": "Submit screen submit message",
"default": "Svara dine har blitt sendt inn!"
},
{
"label": "Submit screen table row title: Answered questions",
"default": "Spørsmål du har svart på"
},
{
"label": "Submit screen table row title: Score",
"default": "Score"
},
{
"label": "Submit screen answered score",
"default": "Svart på"
},
{
"label": "Submit screen row summary including score (for readspeakers)",
"default": "Du fekk @score av @total poeng for @question som kom etter @minutes minutt and @seconds sekund."
},
{
"label": "Submit screen row summary for no score (for readspeakers)",
"default": "Du har svart på @question som kom etter @minutes minutt and @seconds sekund."
},
{
"label": "Video Progressbar",
"default": "Video progress"
},
{
"label": "Text for how to create interactions",
"default": "Play the video to start creating interactions"
}
]
}
]
}