@windward/core 0.26.0 → 0.27.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.
- package/CHANGELOG.md +29 -0
- package/components/Content/Blocks/Accordion.vue +8 -14
- package/components/Content/Blocks/BlockQuote.vue +29 -4
- package/components/Content/Blocks/ClickableIcons.vue +18 -6
- package/components/Content/Blocks/Email.vue +10 -3
- package/components/Content/Blocks/Feedback/FeedbackAnalytics.vue +179 -0
- package/components/Content/Blocks/Feedback.vue +115 -111
- package/components/Content/Blocks/Image.vue +4 -0
- package/components/Content/Blocks/ScenarioChoice.vue +10 -1
- package/components/Content/Blocks/Tab.vue +15 -28
- package/components/Content/Blocks/UserUpload.vue +65 -37
- package/components/Content/Blocks/Video.vue +17 -7
- package/components/Settings/AccordionSettings.vue +3 -15
- package/components/Settings/BlockQuoteSettings.vue +6 -4
- package/components/Settings/ClickableIconsSettings.vue +21 -7
- package/components/Settings/EmailSettings.vue +3 -11
- package/components/Settings/FileDownloadSettings.vue +8 -2
- package/components/Settings/OpenResponseCollateSettings.vue +10 -0
- package/components/Settings/OpenResponseSettings.vue +8 -7
- package/components/Settings/ScenarioChoiceSettings.vue +11 -5
- package/components/Settings/TabSettings.vue +3 -18
- package/components/Settings/UserUploadSettings.vue +16 -8
- package/components/Settings/VideoSettings/SourcePicker.vue +34 -8
- package/components/Settings/VideoSettings.vue +18 -2
- package/components/utils/glossary/GlossaryToolTip.vue +4 -23
- package/helpers/GlossaryHelper.ts +4 -7
- package/i18n/en-US/components/content/blocks/accordion.ts +3 -0
- package/i18n/en-US/components/content/blocks/block_quote.ts +3 -1
- package/i18n/en-US/components/content/blocks/feedback.ts +2 -0
- package/i18n/en-US/components/content/blocks/file_download.ts +2 -1
- package/i18n/en-US/components/content/blocks/index.ts +2 -0
- package/i18n/en-US/components/content/blocks/open_response.ts +1 -1
- package/i18n/en-US/components/content/blocks/open_response_collate.ts +1 -1
- package/i18n/en-US/components/content/blocks/scenario_choice.ts +2 -0
- package/i18n/en-US/components/content/blocks/user_upload.ts +2 -1
- package/i18n/en-US/components/settings/accordion.ts +2 -1
- package/i18n/en-US/components/settings/block_quote.ts +1 -1
- package/i18n/en-US/components/settings/clickable_icon.ts +5 -0
- package/i18n/en-US/components/settings/email.ts +2 -1
- package/i18n/en-US/components/settings/file_download.ts +2 -2
- package/i18n/en-US/components/settings/image.ts +1 -0
- package/i18n/en-US/components/settings/open_response.ts +3 -0
- package/i18n/en-US/components/settings/open_response_collate.ts +3 -0
- package/i18n/en-US/components/settings/scenario_choice.ts +3 -1
- package/i18n/en-US/components/settings/tab.ts +4 -3
- package/i18n/en-US/components/settings/user_upload.ts +1 -0
- package/i18n/en-US/components/settings/video.ts +3 -1
- package/i18n/en-US/shared/content_blocks.ts +1 -1
- package/i18n/es-ES/components/content/blocks/accordion.ts +3 -0
- package/i18n/es-ES/components/content/blocks/block_quote.ts +3 -1
- package/i18n/es-ES/components/content/blocks/feedback.ts +2 -0
- package/i18n/es-ES/components/content/blocks/file_download.ts +2 -1
- package/i18n/es-ES/components/content/blocks/index.ts +2 -0
- package/i18n/es-ES/components/content/blocks/open_response.ts +1 -2
- package/i18n/es-ES/components/content/blocks/open_response_collate.ts +1 -1
- package/i18n/es-ES/components/content/blocks/scenario_choice.ts +2 -0
- package/i18n/es-ES/components/content/blocks/user_upload.ts +2 -1
- package/i18n/es-ES/components/settings/accordion.ts +4 -2
- package/i18n/es-ES/components/settings/block_quote.ts +1 -1
- package/i18n/es-ES/components/settings/clickable_icon.ts +7 -0
- package/i18n/es-ES/components/settings/email.ts +2 -1
- package/i18n/es-ES/components/settings/image.ts +1 -0
- package/i18n/es-ES/components/settings/open_response.ts +3 -0
- package/i18n/es-ES/components/settings/open_response_collate.ts +3 -0
- package/i18n/es-ES/components/settings/scenario_choice.ts +3 -1
- package/i18n/es-ES/components/settings/tab.ts +3 -2
- package/i18n/es-ES/components/settings/user_upload.ts +1 -0
- package/i18n/es-ES/components/settings/video.ts +3 -1
- package/i18n/es-ES/shared/content_blocks.ts +1 -1
- package/i18n/sv-SE/components/content/blocks/accordion.ts +3 -0
- package/i18n/sv-SE/components/content/blocks/block_quote.ts +3 -1
- package/i18n/sv-SE/components/content/blocks/feedback.ts +2 -0
- package/i18n/sv-SE/components/content/blocks/file_download.ts +2 -1
- package/i18n/sv-SE/components/content/blocks/index.ts +2 -0
- package/i18n/sv-SE/components/content/blocks/open_response.ts +1 -2
- package/i18n/sv-SE/components/content/blocks/open_response_collate.ts +1 -1
- package/i18n/sv-SE/components/content/blocks/scenario_choice.ts +2 -0
- package/i18n/sv-SE/components/content/blocks/user_upload.ts +2 -1
- package/i18n/sv-SE/components/settings/accordion.ts +2 -1
- package/i18n/sv-SE/components/settings/block_quote.ts +1 -1
- package/i18n/sv-SE/components/settings/clickable_icon.ts +6 -0
- package/i18n/sv-SE/components/settings/email.ts +2 -1
- package/i18n/sv-SE/components/settings/image.ts +1 -0
- package/i18n/sv-SE/components/settings/open_response.ts +3 -0
- package/i18n/sv-SE/components/settings/open_response_collate.ts +3 -0
- package/i18n/sv-SE/components/settings/scenario_choice.ts +3 -1
- package/i18n/sv-SE/components/settings/tab.ts +5 -3
- package/i18n/sv-SE/components/settings/user_upload.ts +1 -0
- package/i18n/sv-SE/components/settings/video.ts +3 -1
- package/i18n/sv-SE/shared/content_blocks.ts +1 -1
- package/models/SurveyResultMetric.ts +8 -0
- package/package.json +1 -1
- package/plugin.js +8 -0
- package/test/Components/Content/Blocks/Feedback/FeedbackTemplates/FeedbackAnalytics.spec.js +23 -0
- package/test/Components/Content/Blocks/{FeedbackTemplates → Feedback/FeedbackTemplates}/FeedbackQuestionLikert.spec.js +1 -1
- package/test/Components/Content/Blocks/{FeedbackTemplates → Feedback/FeedbackTemplates}/FeedbackQuestionOpenResponse.spec.js +1 -1
- package/test/Components/Content/Blocks/{FeedbackTemplates → Feedback/FeedbackTemplates}/FeedbackQuestionTrueFalse.spec.js +1 -1
- package/test/Components/Settings/AccordionSettings.spec.js +0 -13
- package/test/Components/Settings/ClickableIconsSettings.spec.js +0 -11
- package/test/Components/Settings/EmailSettings.spec.js +0 -9
- package/test/Components/Settings/TabSettings.spec.js +0 -13
- package/test/helpers/GlossaryHelper.spec.js +8 -8
- package/components/Content/Blocks/{FeedbackTemplates → Feedback/FeedbackTemplates}/FeedbackQuestionLikert.vue +1 -1
- package/components/Content/Blocks/{FeedbackTemplates → Feedback/FeedbackTemplates}/FeedbackQuestionOpenResponse.vue +1 -1
- /package/components/Content/Blocks/{FeedbackTemplates → Feedback/FeedbackTemplates}/FeedbackQuestionTrueFalse.vue +0 -0
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
)
|
|
15
15
|
"
|
|
16
16
|
></BaseContentBlockSettings>
|
|
17
|
-
|
|
17
|
+
<v-divider class="my-4 primary"></v-divider>
|
|
18
18
|
<h4 class="mb-3">
|
|
19
19
|
{{ $t('windward.core.components.settings.video.sources') }}
|
|
20
20
|
</h4>
|
|
@@ -423,7 +423,18 @@ export default {
|
|
|
423
423
|
return this.playlistPaginator - 1
|
|
424
424
|
},
|
|
425
425
|
},
|
|
426
|
-
watch: {
|
|
426
|
+
watch: {
|
|
427
|
+
// When the underlying block assets change (for example, when a new
|
|
428
|
+
// transcript VTT is linked to the source video), rebuild the local
|
|
429
|
+
// media model so the settings sidebar immediately reflects the
|
|
430
|
+
// latest captions without requiring a save or reload.
|
|
431
|
+
'block.assets': {
|
|
432
|
+
deep: true,
|
|
433
|
+
handler(newAssets) {
|
|
434
|
+
this.reloadMedia()
|
|
435
|
+
},
|
|
436
|
+
},
|
|
437
|
+
},
|
|
427
438
|
beforeMount() {
|
|
428
439
|
// Create structure for first playlist source
|
|
429
440
|
if (_.isEmpty(_.get(this.block.metadata.config, `playlist`, null))) {
|
|
@@ -433,6 +444,11 @@ export default {
|
|
|
433
444
|
if (!_.isBoolean(this.block.metadata.config.display_title)) {
|
|
434
445
|
this.$set(this.block.metadata.config, 'display_title', true)
|
|
435
446
|
}
|
|
447
|
+
if (_.isEmpty(this.block.metadata.config.title)) {
|
|
448
|
+
this.block.metadata.config.title = this.$t(
|
|
449
|
+
'windward.core.components.settings.video.prebuilt_title'
|
|
450
|
+
)
|
|
451
|
+
}
|
|
436
452
|
},
|
|
437
453
|
mounted() {
|
|
438
454
|
this.reloadMedia()
|
|
@@ -16,40 +16,21 @@
|
|
|
16
16
|
<v-card>
|
|
17
17
|
<v-card-text>
|
|
18
18
|
<div v-if="$slots['definition']">
|
|
19
|
-
<h6
|
|
20
|
-
<slot name="term"></slot
|
|
21
|
-
{{
|
|
22
|
-
$t(
|
|
23
|
-
'windward.core.components.utils.tiny_mce_wrapper.definition'
|
|
24
|
-
)
|
|
25
|
-
}}
|
|
26
|
-
:
|
|
19
|
+
<h6>
|
|
20
|
+
<slot name="term"></slot>:
|
|
27
21
|
</h6>
|
|
28
22
|
<p>
|
|
29
23
|
<slot name="definition"></slot>
|
|
30
24
|
</p>
|
|
31
25
|
</div>
|
|
32
|
-
<div v-if="$slots['alternate_forms']">
|
|
33
|
-
<h6 class="text-capitalize">
|
|
34
|
-
<slot name="term"></slot>
|
|
35
|
-
{{
|
|
36
|
-
$t(
|
|
37
|
-
'windward.core.components.utils.tiny_mce_wrapper.alternate_forms'
|
|
38
|
-
)
|
|
39
|
-
}}
|
|
40
|
-
:
|
|
41
|
-
</h6>
|
|
42
|
-
<p><slot name="alternate_forms"></slot></p>
|
|
43
|
-
</div>
|
|
44
26
|
|
|
45
27
|
<div v-if="$slots['related_terms']">
|
|
46
|
-
<h6
|
|
28
|
+
<h6>
|
|
47
29
|
{{
|
|
48
30
|
$t(
|
|
49
31
|
'windward.core.components.utils.tiny_mce_wrapper.related_terms'
|
|
50
32
|
)
|
|
51
|
-
}}
|
|
52
|
-
:
|
|
33
|
+
}}:
|
|
53
34
|
</h6>
|
|
54
35
|
<p><slot name="related_terms"></slot></p>
|
|
55
36
|
</div>
|
|
@@ -10,15 +10,12 @@ export default class GlossaryHelper {
|
|
|
10
10
|
const word = _.isString(term.term)
|
|
11
11
|
? '<template v-slot:term>' + text + '</template>'
|
|
12
12
|
: ''
|
|
13
|
+
const main_term = _.isString(term.term)
|
|
14
|
+
? '<template v-slot:main_term>' + term.term + '</template>'
|
|
15
|
+
: ''
|
|
13
16
|
const definition = _.isString(term.definition)
|
|
14
17
|
? '<template v-slot:definition>' + term.definition + '</template>'
|
|
15
18
|
: ''
|
|
16
|
-
const alternate_forms =
|
|
17
|
-
_.isArray(term.alternate_forms) && term.alternate_forms.length > 0
|
|
18
|
-
? '<template v-slot:alternate_forms>' +
|
|
19
|
-
term.alternate_forms.join(',') +
|
|
20
|
-
'</template>'
|
|
21
|
-
: ''
|
|
22
19
|
const related_terms =
|
|
23
20
|
_.isArray(term.related_terms) && term.related_terms.length > 0
|
|
24
21
|
? '<template v-slot:related_terms>' +
|
|
@@ -28,8 +25,8 @@ export default class GlossaryHelper {
|
|
|
28
25
|
return (
|
|
29
26
|
'<plugin-core-glossary-tool-tip>' +
|
|
30
27
|
word +
|
|
28
|
+
main_term +
|
|
31
29
|
definition +
|
|
32
|
-
alternate_forms +
|
|
33
30
|
related_terms +
|
|
34
31
|
'</plugin-core-glossary-tool-tip>'
|
|
35
32
|
)
|
|
@@ -10,6 +10,7 @@ import email from './email'
|
|
|
10
10
|
import block_quote from './block_quote'
|
|
11
11
|
import generate_questions from './generate_questions'
|
|
12
12
|
import file_download from './file_download'
|
|
13
|
+
import accordion from './accordion'
|
|
13
14
|
|
|
14
15
|
export default {
|
|
15
16
|
user_upload,
|
|
@@ -24,4 +25,5 @@ export default {
|
|
|
24
25
|
block_quote,
|
|
25
26
|
generate_questions,
|
|
26
27
|
file_download,
|
|
28
|
+
accordion,
|
|
27
29
|
}
|
|
@@ -2,6 +2,6 @@ export default {
|
|
|
2
2
|
download_document: 'Download Word Document',
|
|
3
3
|
no_response: '[no response]',
|
|
4
4
|
initial_setup:
|
|
5
|
-
'
|
|
5
|
+
'Select open response questions throughout the course to include on this download to get started.',
|
|
6
6
|
generate_error: 'Failed to generate the document',
|
|
7
7
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
title: 'File Submission',
|
|
2
3
|
user_uploads: 'User Uploads',
|
|
3
4
|
dialog_view: 'View Uploads',
|
|
4
5
|
instructions_none: 'None',
|
|
5
|
-
must_save: 'You must save this block before users can make uploads',
|
|
6
|
+
must_save: 'You must save this block before users can make uploads.',
|
|
6
7
|
uploaded: 'Uploaded',
|
|
7
8
|
name: 'Name',
|
|
8
9
|
size: 'Size',
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
items: 'Accordion Items',
|
|
3
|
-
add: 'Add
|
|
3
|
+
add: 'Add Item',
|
|
4
4
|
accordion: 'Accordion',
|
|
5
5
|
label: 'Accordion body text',
|
|
6
6
|
instructions: 'Click on each of the headings below for more information.',
|
|
7
|
+
no_accordion_items: 'Add an accordion item to get started.',
|
|
7
8
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
title: 'Title',
|
|
3
|
+
clickable_icon_title: 'Clickable Icon',
|
|
4
|
+
item_header: 'Clickable Icon Items',
|
|
3
5
|
description: 'Description',
|
|
4
6
|
information: 'Click on each of the list items below for more information.',
|
|
5
7
|
no_icon: 'No Icon',
|
|
@@ -16,4 +18,7 @@ export default {
|
|
|
16
18
|
italic_icon: 'Italic Icons',
|
|
17
19
|
large_icon: 'Large Icons',
|
|
18
20
|
},
|
|
21
|
+
add_item: 'Add Item',
|
|
22
|
+
no_clickable_items: 'Add a clickable icon item to get started.',
|
|
23
|
+
instructions: 'Click on each of the list items below for more information.',
|
|
19
24
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
items: 'Email Items',
|
|
3
|
-
add: 'Add
|
|
3
|
+
add: 'Add Item',
|
|
4
4
|
subject: 'Subject',
|
|
5
5
|
from: 'From',
|
|
6
6
|
to: 'To',
|
|
@@ -10,4 +10,5 @@ export default {
|
|
|
10
10
|
from_required: 'From field is required',
|
|
11
11
|
to_required: 'To field is required',
|
|
12
12
|
subject_required: 'Subject field is required',
|
|
13
|
+
no_emails: 'Add email items to get started.',
|
|
13
14
|
}
|
|
@@ -2,7 +2,7 @@ export default {
|
|
|
2
2
|
file_download: 'File Download',
|
|
3
3
|
no_file_selected: 'No file selected',
|
|
4
4
|
add: 'Add File',
|
|
5
|
-
filename_optional: '
|
|
6
|
-
place_file: '
|
|
5
|
+
filename_optional: 'File Name (Optional)',
|
|
6
|
+
place_file: 'Add File',
|
|
7
7
|
display_detailed: 'Display in detailed view',
|
|
8
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
title: 'Open Response Download',
|
|
3
|
+
block_instructions:
|
|
4
|
+
'Click on the button below to download a copy of your response.',
|
|
2
5
|
instructions: 'Check off open response items to collate into a document.',
|
|
3
6
|
include_prompts: 'Include Prompts',
|
|
4
7
|
filename: 'Filename (Blank for current page name)',
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
title: 'Title',
|
|
3
|
+
scenario_title: 'Scenario Choice',
|
|
3
4
|
description: 'Description',
|
|
4
5
|
over_item_limit: 'Cannot add more items',
|
|
5
6
|
no_title: 'No Title',
|
|
@@ -16,7 +17,8 @@ export default {
|
|
|
16
17
|
letter: 'Letters',
|
|
17
18
|
number: 'Numbers',
|
|
18
19
|
},
|
|
19
|
-
add_choice: 'Add
|
|
20
|
+
add_choice: 'Add Item',
|
|
20
21
|
generated_successfully: 'Scenarios generated successfully',
|
|
21
22
|
invalid_response: 'Invalid response from scenario generation',
|
|
23
|
+
choices: 'Choices',
|
|
22
24
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
tab: 'Tab',
|
|
3
|
-
tabs: '
|
|
3
|
+
tabs: 'Tab Items',
|
|
4
4
|
header: 'Tab Header',
|
|
5
|
-
add_tab: 'Add
|
|
5
|
+
add_tab: 'Add Item',
|
|
6
6
|
delete_tab: 'Delete Tab',
|
|
7
|
-
instructions: 'Click on each of the headings below for more information.'
|
|
7
|
+
instructions: 'Click on each of the headings below for more information.',
|
|
8
|
+
no_tabs: 'Add a tab item to get started.',
|
|
8
9
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
title: '
|
|
2
|
+
title: 'Title',
|
|
3
|
+
prebuilt_title: 'Video/Audio',
|
|
3
4
|
sources: 'Sources',
|
|
4
5
|
place_source: 'Place Video or Audio',
|
|
5
6
|
playback: 'Playback',
|
|
@@ -65,4 +66,5 @@ export default {
|
|
|
65
66
|
configure_blurb:
|
|
66
67
|
'Upload a postroll video file (.mp4 or .webm), pick one from the file manager, or add via the public URL',
|
|
67
68
|
},
|
|
69
|
+
no_video_alert: 'Place a video or audio file to get started.',
|
|
68
70
|
}
|
|
@@ -10,7 +10,7 @@ export default {
|
|
|
10
10
|
open_response: 'Open Response',
|
|
11
11
|
open_response_collate: 'Open Response Download',
|
|
12
12
|
image: 'Image',
|
|
13
|
-
user_upload: '
|
|
13
|
+
user_upload: 'File Submission',
|
|
14
14
|
clickable_icons: 'Clickable Icons',
|
|
15
15
|
scenario_choice: 'Scenario Choice',
|
|
16
16
|
feedback: 'Feedback',
|
|
@@ -10,6 +10,7 @@ import email from './email'
|
|
|
10
10
|
import block_quote from './block_quote'
|
|
11
11
|
import file_download from './file_download'
|
|
12
12
|
import generate_questions from './generate_questions'
|
|
13
|
+
import accordion from './accordion'
|
|
13
14
|
|
|
14
15
|
export default {
|
|
15
16
|
user_upload,
|
|
@@ -24,4 +25,5 @@ export default {
|
|
|
24
25
|
block_quote,
|
|
25
26
|
file_download,
|
|
26
27
|
generate_questions,
|
|
28
|
+
accordion,
|
|
27
29
|
}
|
|
@@ -2,6 +2,6 @@ export default {
|
|
|
2
2
|
download_document: 'Descargar documento de Word',
|
|
3
3
|
no_response: '[sin respuesta]',
|
|
4
4
|
initial_setup:
|
|
5
|
-
'
|
|
5
|
+
'Seleccione preguntas de respuesta abierta a lo largo del curso para incluirlas en esta descarga para comenzar.',
|
|
6
6
|
generate_error: 'No se pudo generar el documento',
|
|
7
7
|
}
|
|
@@ -3,4 +3,6 @@ export default {
|
|
|
3
3
|
'Haga clic en uno de los elementos siguientes para tomar una decisión.',
|
|
4
4
|
try_again: 'Inténtalo de nuevo',
|
|
5
5
|
selected_choice: 'Tu elección',
|
|
6
|
+
no_scenario:
|
|
7
|
+
'Añade el texto del escenario para empezar. Luego, añade opciones en respuesta al escenario.',
|
|
6
8
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
title: 'Envío de archivos',
|
|
2
3
|
user_uploads: 'Cargas de usuarios',
|
|
3
4
|
dialog_view: 'Ver cargas',
|
|
4
5
|
instructions_none: 'Ninguno',
|
|
5
6
|
must_save:
|
|
6
|
-
'Debes guardar este bloque antes de que los usuarios puedan realizar cargas',
|
|
7
|
+
'Debes guardar este bloque antes de que los usuarios puedan realizar cargas.',
|
|
7
8
|
uploaded: 'Subido',
|
|
8
9
|
name: 'Nombre',
|
|
9
10
|
size: 'Tamaño',
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
items: 'Artículos de acordeón',
|
|
3
|
-
add: '
|
|
3
|
+
add: 'Agregar artículo',
|
|
4
4
|
accordion: 'Acordeón',
|
|
5
5
|
label: 'Texto del cuerpo del acordeón',
|
|
6
|
-
instructions:
|
|
6
|
+
instructions:
|
|
7
|
+
'Haga clic en cada uno de los títulos a continuación para obtener más información.',
|
|
8
|
+
no_accordion_items: 'Añade un elemento de acordeón para comenzar.',
|
|
7
9
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
title: 'Título',
|
|
3
|
+
clickable_icon_title: 'Icono en el que se puede hacer clic',
|
|
4
|
+
item_header: 'Elementos de icono en los que se puede hacer clic',
|
|
3
5
|
description: 'Descripción',
|
|
4
6
|
information:
|
|
5
7
|
'Haga clic en cada uno de los elementos de la lista a continuación para obtener más información.',
|
|
@@ -17,4 +19,9 @@ export default {
|
|
|
17
19
|
italic_icon: 'Iconos en cursiva',
|
|
18
20
|
large_icon: 'Iconos grandes',
|
|
19
21
|
},
|
|
22
|
+
add_item: 'Agregar artículo',
|
|
23
|
+
no_clickable_items:
|
|
24
|
+
'Agregue un elemento de ícono en el que se pueda hacer clic para comenzar.',
|
|
25
|
+
instructions:
|
|
26
|
+
'Haga clic en cada uno de los elementos de la lista a continuación para obtener más información.',
|
|
20
27
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
items: 'Elementos de correo electrónico',
|
|
3
|
-
add: 'Agregar
|
|
3
|
+
add: 'Agregar artículo',
|
|
4
4
|
subject: 'Asunto',
|
|
5
5
|
from: 'De',
|
|
6
6
|
to: 'Para',
|
|
@@ -10,4 +10,5 @@ export default {
|
|
|
10
10
|
from_required: 'El campo De es obligatorio',
|
|
11
11
|
to_required: 'El campo Para es obligatorio',
|
|
12
12
|
subject_required: 'El campo Asunto es obligatorio',
|
|
13
|
+
no_emails: 'Agregue elementos de correo electrónico para comenzar.',
|
|
13
14
|
}
|
|
@@ -2,4 +2,7 @@ export default {
|
|
|
2
2
|
question: 'Pregunta',
|
|
3
3
|
sample_response: 'Respuesta sugerida/de muestra',
|
|
4
4
|
starting_text: 'Texto inicial',
|
|
5
|
+
title: 'Respuesta abierta',
|
|
6
|
+
instructions:
|
|
7
|
+
'Escriba su respuesta en el cuadro de texto y haga clic en "Enviar" para guardar su respuesta.',
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export default {
|
|
2
|
+
title: 'Abrir respuesta Descargar',
|
|
3
|
+
block_instructions:
|
|
4
|
+
'Haga clic en el botón a continuación para descargar una copia de su respuesta.',
|
|
2
5
|
instructions:
|
|
3
6
|
'Marque los elementos de respuesta abiertos para recopilarlos en un documento.',
|
|
4
7
|
include_prompts: 'Incluir mensajes',
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
title: 'Título',
|
|
3
|
+
scenario_title: 'Elección de escenario',
|
|
3
4
|
description: 'Descripción',
|
|
4
5
|
over_item_limit: 'No se pueden agregar más elementos',
|
|
5
6
|
no_title: 'Sin título',
|
|
@@ -16,7 +17,8 @@ export default {
|
|
|
16
17
|
letter: 'Letras',
|
|
17
18
|
number: 'Números',
|
|
18
19
|
},
|
|
19
|
-
add_choice: 'Agregar
|
|
20
|
+
add_choice: 'Agregar artículo',
|
|
20
21
|
generated_successfully: 'Escenarios generados con éxito',
|
|
21
22
|
invalid_response: 'Respuesta inválida de la generación de escenarios',
|
|
23
|
+
choices: 'Opciones',
|
|
22
24
|
}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
tab: 'Pestaña',
|
|
3
|
-
tabs: '
|
|
3
|
+
tabs: 'Elementos de pestaña',
|
|
4
4
|
header: 'Encabezado de Pestaña',
|
|
5
|
-
add_tab: '
|
|
5
|
+
add_tab: 'Agregar artículo',
|
|
6
6
|
delete_tab: 'Borrar pestaña',
|
|
7
7
|
instructions:
|
|
8
8
|
'Haga clic en cada uno de los títulos a continuación para obtener más información.',
|
|
9
|
+
no_tabs: 'Añade un elemento de pestaña para comenzar.',
|
|
9
10
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
title: 'Título
|
|
2
|
+
title: 'Título',
|
|
3
|
+
prebuilt_title: 'Vídeo/Audio',
|
|
3
4
|
sources: 'Fuentes',
|
|
4
5
|
place_source: 'Colocar video o audio',
|
|
5
6
|
playback: 'Reproducción',
|
|
@@ -67,4 +68,5 @@ export default {
|
|
|
67
68
|
configure_blurb:
|
|
68
69
|
'Cargue un archivo de video post-roll (.mp4 o .webm), elija uno del administrador de archivos o agréguelo a través de la URL pública',
|
|
69
70
|
},
|
|
71
|
+
no_video_alert: 'Coloque un archivo de vídeo o audio para comenzar.',
|
|
70
72
|
}
|
|
@@ -10,7 +10,7 @@ export default {
|
|
|
10
10
|
open_response: 'Respuesta abierta',
|
|
11
11
|
open_response_collate: 'Módulo de descarga de respuestas',
|
|
12
12
|
image: 'Imagen',
|
|
13
|
-
user_upload: '
|
|
13
|
+
user_upload: 'Envío de archivos',
|
|
14
14
|
clickable_icons: 'Iconos en los que se puede hacer clic',
|
|
15
15
|
scenario_choice: 'Elección de escenario',
|
|
16
16
|
feedback: 'Comentarios',
|
|
@@ -10,6 +10,7 @@ import block_quote from './block_quote'
|
|
|
10
10
|
import file_download from './file_download'
|
|
11
11
|
import email from './email'
|
|
12
12
|
import generate_questions from './generate_questions'
|
|
13
|
+
import accordion from './accordion'
|
|
13
14
|
|
|
14
15
|
export default {
|
|
15
16
|
user_upload,
|
|
@@ -24,4 +25,5 @@ export default {
|
|
|
24
25
|
file_download,
|
|
25
26
|
email,
|
|
26
27
|
generate_questions,
|
|
28
|
+
accordion,
|
|
27
29
|
}
|