@windward/core 0.25.1 → 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.
Files changed (110) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/components/Content/Blocks/Accordion.vue +8 -14
  3. package/components/Content/Blocks/BlockQuote.vue +29 -4
  4. package/components/Content/Blocks/ClickableIcons.vue +18 -6
  5. package/components/Content/Blocks/Email.vue +10 -3
  6. package/components/Content/Blocks/Feedback/FeedbackAnalytics.vue +179 -0
  7. package/components/Content/Blocks/Feedback.vue +115 -111
  8. package/components/Content/Blocks/Image.vue +4 -0
  9. package/components/Content/Blocks/OpenResponse.vue +0 -9
  10. package/components/Content/Blocks/OpenResponseCollate.vue +27 -0
  11. package/components/Content/Blocks/ScenarioChoice.vue +10 -1
  12. package/components/Content/Blocks/Tab.vue +15 -28
  13. package/components/Content/Blocks/UserUpload.vue +65 -37
  14. package/components/Content/Blocks/Video.vue +17 -7
  15. package/components/Settings/AccordionSettings.vue +3 -15
  16. package/components/Settings/BlockQuoteSettings.vue +6 -4
  17. package/components/Settings/ClickableIconsSettings.vue +21 -7
  18. package/components/Settings/EmailSettings.vue +3 -11
  19. package/components/Settings/FileDownloadSettings.vue +8 -2
  20. package/components/Settings/OpenResponseCollateSettings.vue +19 -1
  21. package/components/Settings/OpenResponseSettings.vue +8 -7
  22. package/components/Settings/ScenarioChoiceSettings.vue +11 -5
  23. package/components/Settings/TabSettings.vue +3 -18
  24. package/components/Settings/UserUploadSettings.vue +16 -8
  25. package/components/Settings/VideoSettings/SourcePicker.vue +34 -8
  26. package/components/Settings/VideoSettings.vue +18 -2
  27. package/components/utils/glossary/GlossaryToolTip.vue +4 -23
  28. package/helpers/GlossaryHelper.ts +4 -7
  29. package/i18n/en-US/components/content/blocks/accordion.ts +3 -0
  30. package/i18n/en-US/components/content/blocks/block_quote.ts +3 -1
  31. package/i18n/en-US/components/content/blocks/feedback.ts +2 -0
  32. package/i18n/en-US/components/content/blocks/file_download.ts +2 -1
  33. package/i18n/en-US/components/content/blocks/index.ts +2 -0
  34. package/i18n/en-US/components/content/blocks/open_response.ts +1 -1
  35. package/i18n/en-US/components/content/blocks/open_response_collate.ts +1 -1
  36. package/i18n/en-US/components/content/blocks/scenario_choice.ts +2 -0
  37. package/i18n/en-US/components/content/blocks/user_upload.ts +2 -1
  38. package/i18n/en-US/components/settings/accordion.ts +2 -1
  39. package/i18n/en-US/components/settings/block_quote.ts +1 -1
  40. package/i18n/en-US/components/settings/clickable_icon.ts +5 -0
  41. package/i18n/en-US/components/settings/email.ts +2 -1
  42. package/i18n/en-US/components/settings/file_download.ts +2 -2
  43. package/i18n/en-US/components/settings/image.ts +1 -0
  44. package/i18n/en-US/components/settings/open_response.ts +3 -0
  45. package/i18n/en-US/components/settings/open_response_collate.ts +3 -0
  46. package/i18n/en-US/components/settings/scenario_choice.ts +3 -1
  47. package/i18n/en-US/components/settings/tab.ts +4 -3
  48. package/i18n/en-US/components/settings/user_upload.ts +1 -0
  49. package/i18n/en-US/components/settings/video.ts +3 -1
  50. package/i18n/en-US/shared/content_blocks.ts +1 -1
  51. package/i18n/en-US/shared/settings.ts +1 -18
  52. package/i18n/es-ES/components/content/blocks/accordion.ts +3 -0
  53. package/i18n/es-ES/components/content/blocks/block_quote.ts +3 -1
  54. package/i18n/es-ES/components/content/blocks/feedback.ts +2 -0
  55. package/i18n/es-ES/components/content/blocks/file_download.ts +2 -1
  56. package/i18n/es-ES/components/content/blocks/index.ts +2 -0
  57. package/i18n/es-ES/components/content/blocks/open_response.ts +1 -2
  58. package/i18n/es-ES/components/content/blocks/open_response_collate.ts +1 -1
  59. package/i18n/es-ES/components/content/blocks/scenario_choice.ts +2 -0
  60. package/i18n/es-ES/components/content/blocks/user_upload.ts +2 -1
  61. package/i18n/es-ES/components/settings/accordion.ts +4 -2
  62. package/i18n/es-ES/components/settings/block_quote.ts +1 -1
  63. package/i18n/es-ES/components/settings/clickable_icon.ts +7 -0
  64. package/i18n/es-ES/components/settings/email.ts +2 -1
  65. package/i18n/es-ES/components/settings/image.ts +1 -0
  66. package/i18n/es-ES/components/settings/open_response.ts +3 -0
  67. package/i18n/es-ES/components/settings/open_response_collate.ts +3 -0
  68. package/i18n/es-ES/components/settings/scenario_choice.ts +3 -1
  69. package/i18n/es-ES/components/settings/tab.ts +3 -2
  70. package/i18n/es-ES/components/settings/user_upload.ts +1 -0
  71. package/i18n/es-ES/components/settings/video.ts +3 -1
  72. package/i18n/es-ES/shared/content_blocks.ts +1 -1
  73. package/i18n/es-ES/shared/settings.ts +1 -19
  74. package/i18n/sv-SE/components/content/blocks/accordion.ts +3 -0
  75. package/i18n/sv-SE/components/content/blocks/block_quote.ts +3 -1
  76. package/i18n/sv-SE/components/content/blocks/feedback.ts +2 -0
  77. package/i18n/sv-SE/components/content/blocks/file_download.ts +2 -1
  78. package/i18n/sv-SE/components/content/blocks/index.ts +2 -0
  79. package/i18n/sv-SE/components/content/blocks/open_response.ts +1 -2
  80. package/i18n/sv-SE/components/content/blocks/open_response_collate.ts +1 -1
  81. package/i18n/sv-SE/components/content/blocks/scenario_choice.ts +2 -0
  82. package/i18n/sv-SE/components/content/blocks/user_upload.ts +2 -1
  83. package/i18n/sv-SE/components/settings/accordion.ts +2 -1
  84. package/i18n/sv-SE/components/settings/block_quote.ts +1 -1
  85. package/i18n/sv-SE/components/settings/clickable_icon.ts +6 -0
  86. package/i18n/sv-SE/components/settings/email.ts +2 -1
  87. package/i18n/sv-SE/components/settings/image.ts +1 -0
  88. package/i18n/sv-SE/components/settings/open_response.ts +3 -0
  89. package/i18n/sv-SE/components/settings/open_response_collate.ts +3 -0
  90. package/i18n/sv-SE/components/settings/scenario_choice.ts +3 -1
  91. package/i18n/sv-SE/components/settings/tab.ts +5 -3
  92. package/i18n/sv-SE/components/settings/user_upload.ts +1 -0
  93. package/i18n/sv-SE/components/settings/video.ts +3 -1
  94. package/i18n/sv-SE/shared/content_blocks.ts +1 -1
  95. package/i18n/sv-SE/shared/settings.ts +1 -18
  96. package/models/SurveyResultMetric.ts +8 -0
  97. package/package.json +1 -1
  98. package/plugin.js +27 -19
  99. package/test/Components/Content/Blocks/Feedback/FeedbackTemplates/FeedbackAnalytics.spec.js +23 -0
  100. package/test/Components/Content/Blocks/{FeedbackTemplates → Feedback/FeedbackTemplates}/FeedbackQuestionLikert.spec.js +1 -1
  101. package/test/Components/Content/Blocks/{FeedbackTemplates → Feedback/FeedbackTemplates}/FeedbackQuestionOpenResponse.spec.js +1 -1
  102. package/test/Components/Content/Blocks/{FeedbackTemplates → Feedback/FeedbackTemplates}/FeedbackQuestionTrueFalse.spec.js +1 -1
  103. package/test/Components/Settings/AccordionSettings.spec.js +0 -13
  104. package/test/Components/Settings/ClickableIconsSettings.spec.js +0 -11
  105. package/test/Components/Settings/EmailSettings.spec.js +0 -9
  106. package/test/Components/Settings/TabSettings.spec.js +0 -13
  107. package/test/helpers/GlossaryHelper.spec.js +8 -8
  108. package/components/Content/Blocks/{FeedbackTemplates → Feedback/FeedbackTemplates}/FeedbackQuestionLikert.vue +1 -1
  109. package/components/Content/Blocks/{FeedbackTemplates → Feedback/FeedbackTemplates}/FeedbackQuestionOpenResponse.vue +1 -1
  110. /package/components/Content/Blocks/{FeedbackTemplates → Feedback/FeedbackTemplates}/FeedbackQuestionTrueFalse.vue +0 -0
@@ -5,14 +5,20 @@
5
5
  v-model="block.metadata.config"
6
6
  :disabled="render"
7
7
  ></BaseContentBlockSettings>
8
- <p>
9
- {{
10
- $t(
11
- 'windward.core.components.settings.user_upload.max_file_size'
12
- )
13
- }}
14
- </p>
15
8
  </v-container>
9
+ <v-divider class="my-4 primary"></v-divider>
10
+ <p>
11
+ {{
12
+ $t('windward.core.components.settings.user_upload.files_header')
13
+ }}
14
+ </p>
15
+ <p>
16
+ {{
17
+ $t(
18
+ 'windward.core.components.settings.user_upload.max_file_size'
19
+ )
20
+ }}
21
+ </p>
16
22
  <v-switch
17
23
  v-model="block.metadata.config.uploadSettings.multiple"
18
24
  :label="
@@ -161,7 +167,9 @@ export default {
161
167
  this.block.metadata.config = {}
162
168
  }
163
169
  if (_.isEmpty(this.block.metadata.config.title)) {
164
- this.block.metadata.config.title = ''
170
+ this.block.metadata.config.title = this.$t(
171
+ 'windward.core.components.content.blocks.user_upload.title'
172
+ )
165
173
  }
166
174
  if (!_.isBoolean(this.block.metadata.config.display_title)) {
167
175
  this.$set(this.block.metadata.config, 'display_title', true)
@@ -196,7 +196,26 @@ export default {
196
196
  return false
197
197
  },
198
198
  },
199
- watch: {},
199
+ watch: {
200
+ // If the underlying assets change (e.g., new transcript linked),
201
+ // recompute the linked captions so the UI chip reflects the latest VTT.
202
+ assets: {
203
+ deep: true,
204
+ handler() {
205
+ if (this.source) {
206
+ this.linkedCaptions = this.getLinkedCaptions(this.source)
207
+ }
208
+ },
209
+ },
210
+ source: {
211
+ deep: true,
212
+ handler(newSource) {
213
+ if (newSource) {
214
+ this.linkedCaptions = this.getLinkedCaptions(newSource)
215
+ }
216
+ },
217
+ },
218
+ },
200
219
  beforeMount() {},
201
220
  mounted() {
202
221
  this.linkedCaptions = this.getLinkedCaptions(this.source)
@@ -223,13 +242,20 @@ export default {
223
242
  if (!file) {
224
243
  return null
225
244
  }
226
- // Check to see if the video source has a linked asset and it's a vtt file
227
- const linkedCaption = _.find(
228
- _.get(file, 'asset.linked_assets', []),
229
- function (f) {
230
- return _.get(f, 'asset.metadata.extension', '') === 'vtt'
231
- }
232
- )
245
+ // Check to see if the video source has a linked asset and it's a vtt file.
246
+ // Prefer the most recently linked VTT (last match).
247
+ const linkedAssets = _.get(file, 'asset.linked_assets', [])
248
+ const linkedCaption = _.findLast(linkedAssets, function (f) {
249
+ const ext = _.get(f, 'asset.metadata.extension', '').toLowerCase()
250
+ const mime = _.get(f, 'asset.metadata.mime', '').toLowerCase()
251
+ const name = _.get(f, 'asset.name', '').toLowerCase()
252
+
253
+ return (
254
+ ext === 'vtt' ||
255
+ mime === 'text/vtt' ||
256
+ name.endsWith('.vtt')
257
+ )
258
+ })
233
259
 
234
260
  return linkedCaption || null
235
261
  },
@@ -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 class="text-capitalize">
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 class="text-capitalize">
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
  )
@@ -0,0 +1,3 @@
1
+ export default {
2
+ no_accordion_items: 'Add an accordion item to get started.',
3
+ }
@@ -1,3 +1,5 @@
1
1
  export default {
2
- body: 'Blockquote Body',
2
+ body: 'Quote',
3
+ title: 'Block Quote',
4
+ no_items: 'Add quote text to get started.',
3
5
  }
@@ -28,4 +28,6 @@ export default {
28
28
  disagree: 'Disagree',
29
29
  strongly_disagree: 'Strongly Disagree',
30
30
  },
31
+ no_feedback:
32
+ 'Select a preset option of course feedback or module feedback to get started.',
31
33
  }
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  default_title: 'Download File(s)',
3
3
  default_instructions: 'Click on each link to download the file.',
4
- no_files: 'No files',
4
+ no_files: 'Add a file to get started.',
5
+ items_header: 'File Download Items',
5
6
  }
@@ -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
  }
@@ -1,5 +1,5 @@
1
1
  export default {
2
- initial_setup: 'Enter a prompt for this open response block to get started',
2
+ initial_setup: 'Add question text to get started.',
3
3
  your_response: 'Your Response',
4
4
  sample_response: 'Suggested/Sample Response',
5
5
  }
@@ -2,6 +2,6 @@ export default {
2
2
  download_document: 'Download Word Document',
3
3
  no_response: '[no response]',
4
4
  initial_setup:
5
- 'Open the block settings and select Open Response blocks you want to collate for download',
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
  }
@@ -2,4 +2,6 @@ export default {
2
2
  information: 'Click one of the items below to make a choice.',
3
3
  try_again: 'Try again',
4
4
  selected_choice: 'Your choice',
5
+ no_scenario:
6
+ 'Add scenario text to get started. Then, add choices in response to the scenario.',
5
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 Accordion Item',
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,6 +1,6 @@
1
1
  export default {
2
2
  block_quote: 'Block Quote',
3
- body: 'Blockquote Body',
3
+ body: 'Quote',
4
4
  name: 'Name',
5
5
  title: 'Title',
6
6
  org: 'Organization',
@@ -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 Email',
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: 'Filename (Optional)',
6
- place_file: 'Place File',
5
+ filename_optional: 'File Name (Optional)',
6
+ place_file: 'Add File',
7
7
  display_detailed: 'Display in detailed view',
8
8
  }
@@ -16,4 +16,5 @@ export default {
16
16
  inherit: 'Inherit global settings',
17
17
  inherit_no_alt: 'No global alt text available for file',
18
18
  inherit_no_aria: 'No global screen reader text available for file',
19
+ no_image: 'Place an image file to get started.',
19
20
  }
@@ -2,4 +2,7 @@ export default {
2
2
  question: 'Question',
3
3
  sample_response: 'Suggested/Sample Response',
4
4
  starting_text: 'Starting Text',
5
+ title: 'Open Response',
6
+ instructions:
7
+ 'Type your answer in the text box and click "Submit" to save your response.',
5
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 Choice',
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: 'Tabs',
3
+ tabs: 'Tab Items',
4
4
  header: 'Tab Header',
5
- add_tab: 'Add Tab',
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
  }
@@ -11,4 +11,5 @@ export default {
11
11
  },
12
12
  max_file_size: 'Maximum file size: 100MB',
13
13
  instructions: 'Drag or click here to upload files.',
14
+ files_header: 'File Submission Options',
14
15
  }
@@ -1,5 +1,6 @@
1
1
  export default {
2
- title: 'Media 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: 'User Upload',
13
+ user_upload: 'File Submission',
14
14
  clickable_icons: 'Clickable Icons',
15
15
  scenario_choice: 'Scenario Choice',
16
16
  feedback: 'Feedback',
@@ -1,24 +1,7 @@
1
1
  export default {
2
2
  title: {
3
- assessment: 'Assessment Settings',
4
- open_response: 'Open Response Settings',
5
- open_response_collate: 'Open Response Download Settings',
6
- image: 'Image Settings',
7
- user_upload: 'User Upload Settings',
8
- file_download: 'File Download Settings',
9
- tab_settings: 'Tab Settings',
10
- text_editor: 'Text Editor Settings',
11
- clickable_icons: 'Clickable Icons Settings',
12
- scenario_choice: 'Scenario Choice',
13
- accordion: 'Accordion Settings',
14
- video: 'Video / Audio Settings',
15
- table: 'Table Settings',
16
- math: 'Math Settings',
17
- feedback: 'Feedback Settings',
18
- horizontal_line: 'Divider Settings',
19
- email: 'Email Settings',
3
+ block_builder: 'Block Builder',
20
4
  click_to_enter: 'Click here to enter text',
21
- block_quote: 'Block Quote Settings',
22
5
  },
23
6
  errors: {
24
7
  input_limitations: 'Must be less than {0} characters.',
@@ -0,0 +1,3 @@
1
+ export default {
2
+ no_accordion_items: 'Añade un elemento de acordeón para comenzar.',
3
+ }
@@ -1,3 +1,5 @@
1
1
  export default {
2
- body: 'Cuerpo de la cotización en bloque',
2
+ body: 'Cita',
3
+ title: 'Cotización en bloque',
4
+ no_items: 'Añade un texto de cita para comenzar.',
3
5
  }
@@ -28,4 +28,6 @@ export default {
28
28
  disagree: 'Discrepar',
29
29
  strongly_disagree: 'Muy en desacuerdo',
30
30
  },
31
+ no_feedback:
32
+ 'Seleccione una opción preestablecida de retroalimentación del curso o retroalimentación del módulo para comenzar.',
31
33
  }
@@ -1,5 +1,6 @@
1
1
  export default {
2
2
  default_title: 'Descargar archivos',
3
3
  default_instructions: 'Haga clic en cada enlace para descargar el archivo.',
4
- no_files: 'Sin archivos',
4
+ no_files: 'Añade un archivo para comenzar.',
5
+ items_header: 'Elementos de descarga de archivos',
5
6
  }
@@ -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
  }
@@ -1,6 +1,5 @@
1
1
  export default {
2
- initial_setup:
3
- 'Ingrese un mensaje para este bloque de respuesta abierto para comenzar',
2
+ initial_setup: 'Agrega el texto de la pregunta para comenzar.',
4
3
  your_response: 'Tu respuesta',
5
4
  sample_response: 'Respuesta sugerida/de muestra',
6
5
  }
@@ -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
- 'Abra la configuración del bloque y seleccione los bloques de respuesta abierta que desea recopilar para descargar',
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: 'Añadir acordeón',
3
+ add: 'Agregar artículo',
4
4
  accordion: 'Acordeón',
5
5
  label: 'Texto del cuerpo del acordeón',
6
- instructions: 'Haga clic en cada uno de los títulos a continuación para obtener más información.',
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,6 +1,6 @@
1
1
  export default {
2
2
  block_quote: 'Cita en bloque',
3
- body: 'Cuerpo de la cita en bloque',
3
+ body: 'Cita',
4
4
  name: 'Nombre',
5
5
  title: 'Título',
6
6
  org: 'Organización',
@@ -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 correo electrónico',
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
  }
@@ -18,4 +18,5 @@ export default {
18
18
  'No hay texto alternativo global disponible para el archivo',
19
19
  inherit_no_aria:
20
20
  'No hay texto de lector de pantalla global disponible para el archivo',
21
+ no_image: 'Coloque un archivo de imagen para comenzar.',
21
22
  }
@@ -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',