@windward/core 0.0.3 → 0.0.6
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.
- package/.vscode/settings.json +3 -0
- package/README.md +2 -1
- package/components/Content/Blocks/ClickableIcons.vue +12 -3
- package/components/Content/Blocks/Feedback.vue +19 -11
- package/components/Content/Blocks/FeedbackTemplates/FeedbackQuestionLikert.vue +6 -6
- package/components/Content/Blocks/FeedbackTemplates/FeedbackQuestionOpenResponse.vue +11 -10
- package/components/Content/Blocks/FeedbackTemplates/FeedbackQuestionTrueFalse.vue +3 -3
- package/components/Content/Blocks/Video.vue +2 -2
- package/components/Navigation/Items/AskTheExpert.vue +173 -0
- package/components/Settings/ClickableIconsSettings.vue +10 -5
- package/components/Settings/FeedbackSettings.vue +3 -3
- package/components/Settings/UserUploadSettings.vue +2 -2
- package/components/Settings/VideoSettings.vue +6 -6
- package/components/utils/ContentViewer.vue +15 -4
- package/components/utils/FillInBlank/FillInBlankInput.vue +208 -0
- package/components/utils/FillInBlank/FillInTheBlanksManager.vue +98 -0
- package/components/utils/MathExpressionEditor.vue +8 -6
- package/components/utils/TinyMCEWrapper.vue +48 -8
- package/components/utils/assets/tinymce/css/content.scss +9 -0
- package/components/utils/glossary/CourseGlossary.vue +12 -8
- package/components/utils/glossary/CourseGlossaryForm.vue +24 -5
- package/helpers/FillInBlankHelper.ts +55 -0
- package/helpers/GlossaryHelper.ts +4 -4
- package/helpers/tinymce/plugin.ts +99 -4
- package/i18n/en-US/components/content/blocks/feedback.ts +3 -0
- package/i18n/en-US/components/index.ts +0 -1
- package/i18n/en-US/components/navigation/ask_the_expert.ts +11 -0
- package/i18n/en-US/components/navigation/index.ts +2 -0
- package/i18n/en-US/components/utils/FillInBlank/FillInBlankInput.ts +13 -0
- package/i18n/en-US/components/utils/FillInBlank/FillInTheBlanksManager.ts +11 -0
- package/i18n/en-US/components/utils/FillInBlank/index.ts +6 -0
- package/i18n/en-US/components/utils/index.ts +2 -1
- package/i18n/en-US/components/utils/tiny_mce_wrapper.ts +1 -0
- package/i18n/en-US/shared/menu.ts +1 -0
- package/i18n/es-ES/components/content/blocks/feedback.ts +29 -0
- package/i18n/es-ES/components/content/blocks/image.ts +5 -0
- package/i18n/es-ES/components/content/blocks/index.ts +15 -0
- package/i18n/es-ES/components/content/blocks/tab.ts +4 -0
- package/i18n/es-ES/components/content/blocks/table.ts +4 -0
- package/i18n/es-ES/components/content/blocks/user_upload.ts +13 -0
- package/i18n/es-ES/components/content/blocks/video.ts +55 -0
- package/i18n/es-ES/components/content/index.ts +5 -0
- package/i18n/es-ES/components/index.ts +12 -0
- package/i18n/es-ES/components/navigation/ask_the_expert.ts +11 -0
- package/i18n/es-ES/components/navigation/image.ts +4 -0
- package/i18n/es-ES/components/navigation/index.ts +7 -0
- package/i18n/es-ES/components/navigation/user_upload.ts +3 -0
- package/i18n/es-ES/components/settings/clickable_icon.ts +10 -0
- package/i18n/es-ES/components/settings/image.ts +1 -0
- package/i18n/es-ES/components/settings/index.ts +13 -0
- package/i18n/es-ES/components/settings/text_editor.ts +7 -0
- package/i18n/es-ES/components/settings/user_upload.ts +11 -0
- package/i18n/es-ES/components/settings/video.ts +13 -0
- package/i18n/es-ES/components/utils/index.ts +5 -0
- package/i18n/es-ES/components/utils/tiny_mce_wrapper.ts +18 -0
- package/i18n/es-ES/index.ts +16 -0
- package/i18n/es-ES/modules/index.ts +5 -0
- package/i18n/es-ES/pages/glossary.ts +7 -0
- package/i18n/es-ES/pages/index.ts +7 -0
- package/i18n/es-ES/pages/user_upload.ts +3 -0
- package/i18n/es-ES/shared/content_blocks.ts +20 -0
- package/i18n/es-ES/shared/index.ts +11 -0
- package/i18n/es-ES/shared/menu.ts +3 -0
- package/i18n/es-ES/shared/permission.ts +15 -0
- package/i18n/es-ES/shared/settings.ts +16 -0
- package/i18n/sv-SE/components/content/blocks/feedback.ts +29 -0
- package/i18n/sv-SE/components/content/blocks/image.ts +5 -0
- package/i18n/sv-SE/components/content/blocks/index.ts +15 -0
- package/i18n/sv-SE/components/content/blocks/tab.ts +4 -0
- package/i18n/sv-SE/components/content/blocks/table.ts +4 -0
- package/i18n/sv-SE/components/content/blocks/user_upload.ts +13 -0
- package/i18n/sv-SE/components/content/blocks/video.ts +53 -0
- package/i18n/sv-SE/components/content/index.ts +5 -0
- package/i18n/sv-SE/components/index.ts +12 -0
- package/i18n/sv-SE/components/navigation/ask_the_expert.ts +11 -0
- package/i18n/sv-SE/components/navigation/image.ts +4 -0
- package/i18n/sv-SE/components/navigation/index.ts +7 -0
- package/i18n/sv-SE/components/navigation/user_upload.ts +3 -0
- package/i18n/sv-SE/components/settings/clickable_icon.ts +10 -0
- package/i18n/sv-SE/components/settings/image.ts +1 -0
- package/i18n/sv-SE/components/settings/index.ts +13 -0
- package/i18n/sv-SE/components/settings/text_editor.ts +7 -0
- package/i18n/sv-SE/components/settings/user_upload.ts +11 -0
- package/i18n/sv-SE/components/settings/video.ts +13 -0
- package/i18n/sv-SE/components/utils/index.ts +5 -0
- package/i18n/sv-SE/components/utils/tiny_mce_wrapper.ts +18 -0
- package/i18n/sv-SE/index.ts +16 -0
- package/i18n/sv-SE/modules/index.ts +5 -0
- package/i18n/sv-SE/pages/glossary.ts +7 -0
- package/i18n/sv-SE/pages/index.ts +7 -0
- package/i18n/sv-SE/pages/user_upload.ts +3 -0
- package/{lib/i18n/en-US/shared/content_blocks.js → i18n/sv-SE/shared/content_blocks.ts} +8 -9
- package/i18n/sv-SE/shared/index.ts +11 -0
- package/i18n/sv-SE/shared/menu.ts +3 -0
- package/i18n/sv-SE/shared/permission.ts +15 -0
- package/i18n/sv-SE/shared/settings.ts +15 -0
- package/package.json +1 -1
- package/pages/glossary.vue +2 -2
- package/pages/userUpload.vue +1 -1
- package/plugin.js +28 -3
- package/.idea/codeStyles/Project.xml +0 -58
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/php-docker-settings.xml +0 -24
- package/.idea/php.xml +0 -19
- package/.idea/vcs.xml +0 -6
- package/.idea/watcherTasks.xml +0 -4
- package/.idea/windward-ui-plugin-core.iml +0 -8
- package/coverage/clover.xml +0 -223
- package/coverage/coverage-final.json +0 -16
- package/coverage/lcov-report/base.css +0 -224
- package/coverage/lcov-report/block-navigation.js +0 -87
- package/coverage/lcov-report/components/Content/Blocks/Accordion.vue.html +0 -430
- package/coverage/lcov-report/components/Content/Blocks/Image.vue.html +0 -394
- package/coverage/lcov-report/components/Content/Blocks/Math.vue.html +0 -262
- package/coverage/lcov-report/components/Content/Blocks/RichText.vue.html +0 -295
- package/coverage/lcov-report/components/Content/Blocks/Tab.vue.html +0 -415
- package/coverage/lcov-report/components/Content/Blocks/Table.vue.html +0 -667
- package/coverage/lcov-report/components/Content/Blocks/Video.vue.html +0 -2275
- package/coverage/lcov-report/components/Content/Blocks/index.html +0 -206
- package/coverage/lcov-report/components/utils/ContentViewer.vue.html +0 -199
- package/coverage/lcov-report/components/utils/MathExpressionEditor.vue.html +0 -919
- package/coverage/lcov-report/components/utils/MathLiveWrapper.vue.html +0 -343
- package/coverage/lcov-report/components/utils/TinyMCEWrapper.vue.html +0 -271
- package/coverage/lcov-report/components/utils/index.html +0 -161
- package/coverage/lcov-report/config/index.html +0 -116
- package/coverage/lcov-report/config/tinymce.config.js.html +0 -493
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/helpers/MathHelper.ts.html +0 -793
- package/coverage/lcov-report/helpers/index.html +0 -116
- package/coverage/lcov-report/helpers/tinymce/index.html +0 -116
- package/coverage/lcov-report/helpers/tinymce/plugin.ts.html +0 -334
- package/coverage/lcov-report/index.html +0 -191
- package/coverage/lcov-report/prettify.css +0 -1
- package/coverage/lcov-report/prettify.js +0 -2
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +0 -196
- package/coverage/lcov-report/test/index.html +0 -116
- package/coverage/lcov-report/test/mocks.js.html +0 -457
- package/coverage/lcov.info +0 -403
- package/lib/helpers/GlossaryHelper.d.ts +0 -9
- package/lib/helpers/GlossaryHelper.js +0 -118
- package/lib/helpers/GlossaryTerm.d.ts +0 -10
- package/lib/helpers/GlossaryTerm.js +0 -22
- package/lib/helpers/MathHelper.d.ts +0 -99
- package/lib/helpers/MathHelper.js +0 -194
- package/lib/helpers/tinymce/plugin.d.ts +0 -2
- package/lib/helpers/tinymce/plugin.js +0 -86
- package/lib/i18n/en-US/components/content/blocks/image.d.ts +0 -6
- package/lib/i18n/en-US/components/content/blocks/image.js +0 -7
- package/lib/i18n/en-US/components/content/blocks/index.d.ts +0 -75
- package/lib/i18n/en-US/components/content/blocks/index.js +0 -14
- package/lib/i18n/en-US/components/content/blocks/tab.d.ts +0 -5
- package/lib/i18n/en-US/components/content/blocks/tab.js +0 -6
- package/lib/i18n/en-US/components/content/blocks/table.d.ts +0 -5
- package/lib/i18n/en-US/components/content/blocks/table.js +0 -6
- package/lib/i18n/en-US/components/content/blocks/user_upload.d.ts +0 -13
- package/lib/i18n/en-US/components/content/blocks/user_upload.js +0 -14
- package/lib/i18n/en-US/components/content/blocks/video.d.ts +0 -48
- package/lib/i18n/en-US/components/content/blocks/video.js +0 -49
- package/lib/i18n/en-US/components/content/index.d.ts +0 -77
- package/lib/i18n/en-US/components/content/index.js +0 -6
- package/lib/i18n/en-US/components/index.d.ts +0 -140
- package/lib/i18n/en-US/components/index.js +0 -12
- package/lib/i18n/en-US/components/navigation/image.d.ts +0 -5
- package/lib/i18n/en-US/components/navigation/image.js +0 -6
- package/lib/i18n/en-US/components/navigation/index.d.ts +0 -10
- package/lib/i18n/en-US/components/navigation/index.js +0 -8
- package/lib/i18n/en-US/components/navigation/user_upload.d.ts +0 -4
- package/lib/i18n/en-US/components/navigation/user_upload.js +0 -5
- package/lib/i18n/en-US/components/settings/clickable_icon.d.ts +0 -6
- package/lib/i18n/en-US/components/settings/clickable_icon.js +0 -7
- package/lib/i18n/en-US/components/settings/image.d.ts +0 -2
- package/lib/i18n/en-US/components/settings/image.js +0 -3
- package/lib/i18n/en-US/components/settings/index.d.ts +0 -39
- package/lib/i18n/en-US/components/settings/index.js +0 -14
- package/lib/i18n/en-US/components/settings/text_editor.d.ts +0 -8
- package/lib/i18n/en-US/components/settings/text_editor.js +0 -9
- package/lib/i18n/en-US/components/settings/user_upload.d.ts +0 -12
- package/lib/i18n/en-US/components/settings/user_upload.js +0 -13
- package/lib/i18n/en-US/components/settings/video.d.ts +0 -13
- package/lib/i18n/en-US/components/settings/video.js +0 -14
- package/lib/i18n/en-US/components/utils/index.d.ts +0 -15
- package/lib/i18n/en-US/components/utils/index.js +0 -6
- package/lib/i18n/en-US/components/utils/tiny_mce_wrapper.d.ts +0 -13
- package/lib/i18n/en-US/components/utils/tiny_mce_wrapper.js +0 -14
- package/lib/i18n/en-US/index.d.ts +0 -197
- package/lib/i18n/en-US/index.js +0 -16
- package/lib/i18n/en-US/modules/index.d.ts +0 -2
- package/lib/i18n/en-US/modules/index.js +0 -6
- package/lib/i18n/en-US/pages/glossary.d.ts +0 -8
- package/lib/i18n/en-US/pages/glossary.js +0 -9
- package/lib/i18n/en-US/pages/index.d.ts +0 -13
- package/lib/i18n/en-US/pages/index.js +0 -8
- package/lib/i18n/en-US/pages/user_upload.d.ts +0 -4
- package/lib/i18n/en-US/pages/user_upload.js +0 -5
- package/lib/i18n/en-US/shared/content_blocks.d.ts +0 -20
- package/lib/i18n/en-US/shared/index.d.ts +0 -39
- package/lib/i18n/en-US/shared/index.js +0 -10
- package/lib/i18n/en-US/shared/menu.d.ts +0 -4
- package/lib/i18n/en-US/shared/menu.js +0 -5
- package/lib/i18n/en-US/shared/settings.d.ts +0 -15
- package/lib/i18n/en-US/shared/settings.js +0 -16
- package/lib/i18n/en-US.d.ts +0 -197
- package/lib/i18n/en-US.js +0 -15
- package/lib/models/UserFileAsset.d.ts +0 -5
- package/lib/models/UserFileAsset.js +0 -37
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
feedback: 'Respons',
|
|
3
|
+
course: 'Kurs',
|
|
4
|
+
module: 'Modul',
|
|
5
|
+
preset: 'Förinställningar',
|
|
6
|
+
likert: 'Lägg till standard likert-frågor',
|
|
7
|
+
contact_mindedge: 'Kontakta Mindedge fråga',
|
|
8
|
+
open_response: 'Öppet svar',
|
|
9
|
+
response_prompt: 'Ge kursfeedback nedan',
|
|
10
|
+
no_response_entered: 'Inget svar inmatat',
|
|
11
|
+
required: 'Du måste välja ett alternativ för att skicka',
|
|
12
|
+
save: 'Skicka synpunkter',
|
|
13
|
+
reset: 'Återställa',
|
|
14
|
+
fill_out: 'Vänligen fyll i alla fält',
|
|
15
|
+
yes: 'Ja',
|
|
16
|
+
no: 'Nej',
|
|
17
|
+
enter: 'Skriv text',
|
|
18
|
+
description:
|
|
19
|
+
'Detta feedbackformulär är valfritt. Vi skulle dock gärna vilja höra dina tankar om denna inlärningsupplevelse. Vi tar din feedback på största allvar, läser och granskar varje inlägg varje dag, och vi försöker alltid förbättra oss. Tack för alla kommentarer du vill dela',
|
|
20
|
+
sent_feedback:
|
|
21
|
+
'Tack för att du skickade feedback. Din input är mycket viktig och värdefull för oss. Om du föreslog förbättringar i dina kommentarer kommer vi att överväga dessa förslag på allvar. Kurskvalitet och användbarhet är våra högsta prioriteringar.',
|
|
22
|
+
scale: {
|
|
23
|
+
strongly_agree: 'Håller starkt med',
|
|
24
|
+
agree: 'Hålla med',
|
|
25
|
+
neutral: 'Neutral',
|
|
26
|
+
disagree: 'Instämmer inte alls',
|
|
27
|
+
strongly_disagree: 'Håller inte med starkt',
|
|
28
|
+
},
|
|
29
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import user_upload from './user_upload'
|
|
2
|
+
import image from './image'
|
|
3
|
+
import video from './video'
|
|
4
|
+
import table from './table'
|
|
5
|
+
import tab from './tab'
|
|
6
|
+
import feedback from './feedback'
|
|
7
|
+
|
|
8
|
+
export default {
|
|
9
|
+
user_upload,
|
|
10
|
+
image,
|
|
11
|
+
video,
|
|
12
|
+
table,
|
|
13
|
+
tab,
|
|
14
|
+
feedback,
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
user_uploads: 'Användaruppladdningar',
|
|
3
|
+
dialog_view: 'Visa uppladdningar',
|
|
4
|
+
instructions: 'Instruktioner:',
|
|
5
|
+
instructions_none: 'Ingen',
|
|
6
|
+
instructions_title: 'Elev instruktioner:',
|
|
7
|
+
must_save:
|
|
8
|
+
'Du måste spara detta block innan användare kan göra uppladdningar',
|
|
9
|
+
uploaded: 'Uppladdat',
|
|
10
|
+
name: 'Namn',
|
|
11
|
+
size: 'Storlek',
|
|
12
|
+
download: 'Ladda ner',
|
|
13
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
tabs: {
|
|
3
|
+
video: 'Video',
|
|
4
|
+
poster: 'Poster',
|
|
5
|
+
preroll: 'Preroll',
|
|
6
|
+
postroll: 'Postroll',
|
|
7
|
+
},
|
|
8
|
+
forms: {
|
|
9
|
+
unsaved: 'Du har osparade ändringar. Vill du spara dem?',
|
|
10
|
+
cancel: 'Avbryt',
|
|
11
|
+
confirm: 'Bekräfta',
|
|
12
|
+
},
|
|
13
|
+
video: {
|
|
14
|
+
title: 'Videofil',
|
|
15
|
+
configure_blurb:
|
|
16
|
+
'Ladda upp en videofil (.mp4 eller .webm), välj en från filhanteraren eller lägg till via den offentliga webbadressen',
|
|
17
|
+
not_configured_title: 'Video inte konfigurerad',
|
|
18
|
+
edit_prompt: 'Redigera detta block för att komma igång',
|
|
19
|
+
autoplay: 'Autoplay on load',
|
|
20
|
+
controls: 'Visa kontroller',
|
|
21
|
+
loop: 'Loop video',
|
|
22
|
+
muted: 'Starta tyst',
|
|
23
|
+
disablepictureinpicture: 'Inaktivera bild-i-bild-knapp',
|
|
24
|
+
poster: 'Videoposter',
|
|
25
|
+
playback_rates: 'Uppspelningshastigheter',
|
|
26
|
+
rewind: 'Tillåt 10 sekunders spola tillbaka',
|
|
27
|
+
playsinline: 'Inaktivera helskärm och tvinga inline-visning',
|
|
28
|
+
captionsmenu: 'Visa det interaktiva bildtextmeny',
|
|
29
|
+
playlistmenu:
|
|
30
|
+
'Visa spellistameny (kräver mer än 1 video vald för att visa)',
|
|
31
|
+
playlistautoadvance: 'Avancera spellistan automatiskt på mediaänden',
|
|
32
|
+
},
|
|
33
|
+
caption: {
|
|
34
|
+
title: 'Captions File',
|
|
35
|
+
configure_blurb:
|
|
36
|
+
'Ladda upp en bildtextfil (.vtt eller .xml), välj en från filhanteraren eller lägg till via den offentliga webbadressen',
|
|
37
|
+
},
|
|
38
|
+
poster: {
|
|
39
|
+
title: 'Affischbildfil',
|
|
40
|
+
configure_blurb:
|
|
41
|
+
'Ladda upp en affischfil (.png eller .jpg), välj en från filhanteraren eller lägg till via den offentliga webbadressen. Det här är bilden som visas innan videon spelas upp.',
|
|
42
|
+
},
|
|
43
|
+
preroll: {
|
|
44
|
+
title: 'Preroll Video File',
|
|
45
|
+
configure_blurb:
|
|
46
|
+
'Ladda upp en preroll-videofil (.mp4 eller .webm), välj en från filhanteraren eller lägg till via den offentliga webbadressen',
|
|
47
|
+
},
|
|
48
|
+
postroll: {
|
|
49
|
+
title: 'Postroll Video File',
|
|
50
|
+
configure_blurb:
|
|
51
|
+
'Ladda upp en postroll-videofil (.mp4 eller .webm), välj en från filhanteraren eller lägg till via den offentliga webbadressen',
|
|
52
|
+
},
|
|
53
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
ask_expert: 'Fråga experten',
|
|
3
|
+
config: 'Konfiguration',
|
|
4
|
+
recipient_email: 'Mottagarens e-post',
|
|
5
|
+
course_info: 'Kurs och sidnamn',
|
|
6
|
+
student_section: 'Student Section',
|
|
7
|
+
subject: 'Ämne',
|
|
8
|
+
question: 'Fråga',
|
|
9
|
+
description:
|
|
10
|
+
'Ställ en fråga till en expert som är specifik för kursinnehållet',
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
title: 'Titel',
|
|
3
|
+
description: 'Description',
|
|
4
|
+
information:
|
|
5
|
+
'Klicka på vart och ett av listobjekten nedan för mer information.',
|
|
6
|
+
item_icon: 'Artikel {0} icon',
|
|
7
|
+
item_title: 'Artikeltitel',
|
|
8
|
+
item_color: 'Artikelfärg',
|
|
9
|
+
item_text: 'Artikeltext',
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default {}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import image from './image'
|
|
2
|
+
import user_upload from './user_upload'
|
|
3
|
+
import text_editor from './text_editor'
|
|
4
|
+
import video from './video'
|
|
5
|
+
import clickable_icon from './clickable_icon'
|
|
6
|
+
|
|
7
|
+
export default {
|
|
8
|
+
image,
|
|
9
|
+
user_upload,
|
|
10
|
+
text_editor,
|
|
11
|
+
video,
|
|
12
|
+
clickable_icon
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
accept_multiple: 'Flera filer',
|
|
3
|
+
accept_types: 'Tillåtna filtyper ',
|
|
4
|
+
types: {
|
|
5
|
+
all: 'Alla filtyper',
|
|
6
|
+
all_image: 'Bilder - .jpg, .png, .gif',
|
|
7
|
+
all_word: 'Dokument - .doc och .docx',
|
|
8
|
+
all_excel: 'Kalkylblad - .xls och .xlsx',
|
|
9
|
+
all_zip: 'Komprimerad - .zip',
|
|
10
|
+
},
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
title: 'Videotitel',
|
|
3
|
+
sources: 'Källor',
|
|
4
|
+
playback: 'Uppspelning',
|
|
5
|
+
no_sources: 'Inga källor konfigurerade',
|
|
6
|
+
default_filename: 'Video',
|
|
7
|
+
playlist: 'Videos in Playlist',
|
|
8
|
+
playlist_name: 'Namn i spellista',
|
|
9
|
+
playlist_name_source_required:
|
|
10
|
+
'Välj en källa innan du namnger detta spellistaobjekt',
|
|
11
|
+
playlist_add: 'Lägg till en spellista Artikel',
|
|
12
|
+
playlist_remove: 'Ta bort detta spellistobjekt',
|
|
13
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
glossary: 'Ordlista',
|
|
3
|
+
term: 'Ordlista Term',
|
|
4
|
+
alternate_forms: 'Alternativa formulär',
|
|
5
|
+
definition: 'definition',
|
|
6
|
+
related_terms: 'relaterade termer',
|
|
7
|
+
table: {
|
|
8
|
+
default: 'Standardtabell',
|
|
9
|
+
default_white_line: 'Standard tabell vita linjer',
|
|
10
|
+
excel: 'Excel-tabell',
|
|
11
|
+
ledger: 'Ledger Table',
|
|
12
|
+
ledger_right: 'Right Aligned Ledger Tabell',
|
|
13
|
+
ledger_left: 'Vänsterjusterad reskontratabell',
|
|
14
|
+
project_management: 'Project Management',
|
|
15
|
+
t_chart: 'T Chart',
|
|
16
|
+
subject_report: 'Ämnesrapport',
|
|
17
|
+
},
|
|
18
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import pages from './pages/index'
|
|
2
|
+
import components from './components/index'
|
|
3
|
+
import shared from './shared/index'
|
|
4
|
+
import modules from './modules/index'
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
windward: {
|
|
8
|
+
core: {
|
|
9
|
+
name: 'Windward Core',
|
|
10
|
+
pages,
|
|
11
|
+
components,
|
|
12
|
+
shared,
|
|
13
|
+
modules,
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
|
+
}
|
|
@@ -1,21 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.default = {
|
|
1
|
+
export default {
|
|
4
2
|
title: {
|
|
5
|
-
assessment: '
|
|
3
|
+
assessment: 'Bedömning',
|
|
6
4
|
video: 'Video / Audio',
|
|
7
|
-
default_table: '
|
|
5
|
+
default_table: 'Standardtabell',
|
|
8
6
|
tab: 'Tab',
|
|
9
7
|
rich_text: 'Rich Text',
|
|
10
8
|
math: 'Math',
|
|
11
9
|
accordion: 'Accordion',
|
|
12
|
-
image: '
|
|
10
|
+
image: 'Bild',
|
|
13
11
|
user_upload: 'User Upload',
|
|
14
|
-
clickable_icons: '
|
|
12
|
+
clickable_icons: 'Klickbara ikoner',
|
|
13
|
+
feedback: 'Feedback',
|
|
15
14
|
},
|
|
16
15
|
grouping: {
|
|
17
16
|
basic: 'Basic Components',
|
|
18
17
|
multimedia: 'Multimedia Files',
|
|
19
|
-
placeholder: '
|
|
18
|
+
placeholder: 'Skriv in text här',
|
|
20
19
|
},
|
|
21
|
-
}
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
type_title: {
|
|
3
|
+
'plugin->windward->core->organization->course->user->feedback':
|
|
4
|
+
'Feedback access for the current user',
|
|
5
|
+
'plugin->windward->core->organization->course->user->userUpload':
|
|
6
|
+
'User upload block access for the current user',
|
|
7
|
+
},
|
|
8
|
+
|
|
9
|
+
type_description: {
|
|
10
|
+
'plugin->windward->core->organization->course->user->feedback':
|
|
11
|
+
'The current users access to the feedback block',
|
|
12
|
+
'plugin->windward->core->organization->course->user->userUpload':
|
|
13
|
+
'The current users access to the user upload block',
|
|
14
|
+
},
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
title: {
|
|
3
|
+
assessment: 'Bedömningsinställningar',
|
|
4
|
+
image: 'Bildinställningar',
|
|
5
|
+
user_upload: 'User Upload Settings',
|
|
6
|
+
tab_settings: 'Flikinställningar',
|
|
7
|
+
text_editor: 'Textredigeringsinställningar',
|
|
8
|
+
clickable_icons: 'Inställningar för klickbara ikoner',
|
|
9
|
+
accordion: 'Accordion Settings',
|
|
10
|
+
video: 'Videoinställningar',
|
|
11
|
+
table: 'Tabellinställningar',
|
|
12
|
+
math: 'Matematiska inställningar',
|
|
13
|
+
feedback: 'Feedback-inställningar',
|
|
14
|
+
},
|
|
15
|
+
}
|
package/package.json
CHANGED
package/pages/glossary.vue
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
<v-row justify="center" align="center">
|
|
3
3
|
<v-col cols="10">
|
|
4
4
|
<div class="d-flex mb-5">
|
|
5
|
-
<
|
|
5
|
+
<h2 class="mr-auto flex-grow-1">
|
|
6
6
|
{{ $t('windward.core.pages.glossary.title') }}
|
|
7
|
-
</
|
|
7
|
+
</h2>
|
|
8
8
|
</div>
|
|
9
9
|
|
|
10
10
|
<v-spacer class="mt-5 mb-5" />
|
package/pages/userUpload.vue
CHANGED
package/plugin.js
CHANGED
|
@@ -17,6 +17,7 @@ import UserUpload from './components/Content/Blocks/UserUpload'
|
|
|
17
17
|
import GlossaryPage from './pages/glossary.vue'
|
|
18
18
|
import CourseGlossaryToolNav from './components/Navigation/Items/CourseGlossaryToolNav.vue'
|
|
19
19
|
import GlossaryNav from './components/Navigation/Items/GlossaryNav.vue'
|
|
20
|
+
import AskTheExpert from './components/Navigation/Items/AskTheExpert.vue'
|
|
20
21
|
// Entrypoint for npm
|
|
21
22
|
import ImageSettings from './components/Settings/ImageSettings.vue'
|
|
22
23
|
import UserUploadSettings from './components/Settings/UserUploadSettings.vue'
|
|
@@ -30,6 +31,8 @@ import UserUploadPage from './pages/userUpload.vue'
|
|
|
30
31
|
import GlossaryToolTip from './components/utils/glossary/GlossaryToolTip.vue'
|
|
31
32
|
import TextEditorSettings from './components/Settings/TextEditorSettings.vue'
|
|
32
33
|
import MathSettings from './components/Settings/MathSettings.vue'
|
|
34
|
+
import FillInTheBlanks from './components/utils/FillInBlank/FillInTheBlanksManager.vue'
|
|
35
|
+
import FillInBlankInput from './components/utils/FillInBlank/FillInBlankInput.vue'
|
|
33
36
|
|
|
34
37
|
export default {
|
|
35
38
|
name: 'windward.core.name',
|
|
@@ -75,6 +78,14 @@ export default {
|
|
|
75
78
|
tag: 'core-math-expression-editor',
|
|
76
79
|
template: MathExpressionEditor,
|
|
77
80
|
},
|
|
81
|
+
{
|
|
82
|
+
tag: 'core-fill-blanks-tool',
|
|
83
|
+
template: FillInTheBlanks,
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
tag: 'core-fill-in-blank-input',
|
|
87
|
+
template: FillInBlankInput,
|
|
88
|
+
},
|
|
78
89
|
],
|
|
79
90
|
menu: [
|
|
80
91
|
{
|
|
@@ -99,6 +110,20 @@ export default {
|
|
|
99
110
|
},
|
|
100
111
|
},
|
|
101
112
|
},
|
|
113
|
+
{
|
|
114
|
+
tag: 'core-ask-the-expert',
|
|
115
|
+
i18n: 'windward.core.shared.menu.ask_the_expert',
|
|
116
|
+
template: AskTheExpert,
|
|
117
|
+
icon: 'mdi-head-question-outline',
|
|
118
|
+
path: '/course/{course.id}',
|
|
119
|
+
context: ['course'],
|
|
120
|
+
display: ['course_tools'],
|
|
121
|
+
permissions: {
|
|
122
|
+
'windward.organization.course.content': {
|
|
123
|
+
readable: true,
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
},
|
|
102
127
|
{
|
|
103
128
|
tag: 'core-course-glossary-tool-nav',
|
|
104
129
|
page: 'course glossary',
|
|
@@ -186,9 +211,9 @@ export default {
|
|
|
186
211
|
template: Feedback,
|
|
187
212
|
metadata: {
|
|
188
213
|
icon: 'mdi-message',
|
|
189
|
-
name: '
|
|
214
|
+
name: 'windward.core.shared.content_blocks.title.feedback',
|
|
190
215
|
grouping:
|
|
191
|
-
'
|
|
216
|
+
'windward.core.shared.content_blocks.grouping.basic',
|
|
192
217
|
},
|
|
193
218
|
},
|
|
194
219
|
],
|
|
@@ -280,7 +305,7 @@ export default {
|
|
|
280
305
|
context: ['block.core-feedback'],
|
|
281
306
|
metadata: {
|
|
282
307
|
icon: 'mdi-notebook-outline',
|
|
283
|
-
name: '
|
|
308
|
+
name: 'windward.core.shared.settings.title.feedback',
|
|
284
309
|
},
|
|
285
310
|
},
|
|
286
311
|
],
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
<component name="ProjectCodeStyleConfiguration">
|
|
2
|
-
<code_scheme name="Project" version="173">
|
|
3
|
-
<HTMLCodeStyleSettings>
|
|
4
|
-
<option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
|
|
5
|
-
<option name="HTML_ENFORCE_QUOTES" value="true" />
|
|
6
|
-
</HTMLCodeStyleSettings>
|
|
7
|
-
<JSCodeStyleSettings version="0">
|
|
8
|
-
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
9
|
-
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
10
|
-
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
11
|
-
<option name="ENFORCE_TRAILING_COMMA" value="Remove" />
|
|
12
|
-
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
13
|
-
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
14
|
-
</JSCodeStyleSettings>
|
|
15
|
-
<TypeScriptCodeStyleSettings version="0">
|
|
16
|
-
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
17
|
-
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
18
|
-
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
19
|
-
<option name="ENFORCE_TRAILING_COMMA" value="Remove" />
|
|
20
|
-
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
21
|
-
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
22
|
-
</TypeScriptCodeStyleSettings>
|
|
23
|
-
<VueCodeStyleSettings>
|
|
24
|
-
<option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" />
|
|
25
|
-
<option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" />
|
|
26
|
-
</VueCodeStyleSettings>
|
|
27
|
-
<codeStyleSettings language="HTML">
|
|
28
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
29
|
-
<indentOptions>
|
|
30
|
-
<option name="INDENT_SIZE" value="2" />
|
|
31
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
32
|
-
<option name="TAB_SIZE" value="2" />
|
|
33
|
-
</indentOptions>
|
|
34
|
-
</codeStyleSettings>
|
|
35
|
-
<codeStyleSettings language="JavaScript">
|
|
36
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
37
|
-
<indentOptions>
|
|
38
|
-
<option name="INDENT_SIZE" value="2" />
|
|
39
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
40
|
-
<option name="TAB_SIZE" value="2" />
|
|
41
|
-
</indentOptions>
|
|
42
|
-
</codeStyleSettings>
|
|
43
|
-
<codeStyleSettings language="TypeScript">
|
|
44
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
45
|
-
<indentOptions>
|
|
46
|
-
<option name="INDENT_SIZE" value="2" />
|
|
47
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
48
|
-
<option name="TAB_SIZE" value="2" />
|
|
49
|
-
</indentOptions>
|
|
50
|
-
</codeStyleSettings>
|
|
51
|
-
<codeStyleSettings language="Vue">
|
|
52
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
53
|
-
<indentOptions>
|
|
54
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
55
|
-
</indentOptions>
|
|
56
|
-
</codeStyleSettings>
|
|
57
|
-
</code_scheme>
|
|
58
|
-
</component>
|
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/windward-ui-plugin-core.iml" filepath="$PROJECT_DIR$/.idea/windward-ui-plugin-core.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="PhpDockerContainerSettings">
|
|
4
|
-
<list>
|
|
5
|
-
<map>
|
|
6
|
-
<entry key="79d59a8f-c56c-4789-b96c-e55a326ab125">
|
|
7
|
-
<value>
|
|
8
|
-
<DockerContainerSettings>
|
|
9
|
-
<option name="version" value="1" />
|
|
10
|
-
<option name="volumeBindings">
|
|
11
|
-
<list>
|
|
12
|
-
<DockerVolumeBindingImpl>
|
|
13
|
-
<option name="containerPath" value="/opt/project" />
|
|
14
|
-
<option name="hostPath" value="$PROJECT_DIR$" />
|
|
15
|
-
</DockerVolumeBindingImpl>
|
|
16
|
-
</list>
|
|
17
|
-
</option>
|
|
18
|
-
</DockerContainerSettings>
|
|
19
|
-
</value>
|
|
20
|
-
</entry>
|
|
21
|
-
</map>
|
|
22
|
-
</list>
|
|
23
|
-
</component>
|
|
24
|
-
</project>
|
package/.idea/php.xml
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="MessDetectorOptionsConfiguration">
|
|
4
|
-
<option name="transferred" value="true" />
|
|
5
|
-
</component>
|
|
6
|
-
<component name="PHPCSFixerOptionsConfiguration">
|
|
7
|
-
<option name="transferred" value="true" />
|
|
8
|
-
</component>
|
|
9
|
-
<component name="PHPCodeSnifferOptionsConfiguration">
|
|
10
|
-
<option name="highlightLevel" value="WARNING" />
|
|
11
|
-
<option name="transferred" value="true" />
|
|
12
|
-
</component>
|
|
13
|
-
<component name="PhpStanOptionsConfiguration">
|
|
14
|
-
<option name="transferred" value="true" />
|
|
15
|
-
</component>
|
|
16
|
-
<component name="PsalmOptionsConfiguration">
|
|
17
|
-
<option name="transferred" value="true" />
|
|
18
|
-
</component>
|
|
19
|
-
</project>
|