diff --git a/kolibri/plugins/bloompub_viewer/frontend/views/BloomPubRendererIndex.vue b/kolibri/plugins/bloompub_viewer/frontend/views/BloomPubRendererIndex.vue index 4e5c7cf9927..76c173abb29 100644 --- a/kolibri/plugins/bloompub_viewer/frontend/views/BloomPubRendererIndex.vue +++ b/kolibri/plugins/bloompub_viewer/frontend/views/BloomPubRendererIndex.vue @@ -39,6 +39,7 @@ :style="{ backgroundColor: $themePalette.grey.v_200 }" frameBorder="0" :src="rooturl" + :title="$tr('contentFrameTitle')" allow="fullscreen" > @@ -173,6 +174,10 @@ context: 'Learners can use the full screen button in the upper right corner to open an html5 app in fullscreen view.\n', }, + contentFrameTitle: { + message: 'Content viewer', + context: 'Accessible title for the iframe that displays the content', + }, }, }; diff --git a/kolibri/plugins/coach/frontend/views/CoachPrompts/index.vue b/kolibri/plugins/coach/frontend/views/CoachPrompts/index.vue index 18e143ee77f..e1513102c29 100644 --- a/kolibri/plugins/coach/frontend/views/CoachPrompts/index.vue +++ b/kolibri/plugins/coach/frontend/views/CoachPrompts/index.vue @@ -122,14 +122,24 @@

Station 1

Kolibri learning

- + + +

Station 2

Guided practice

- + + + @@ -146,21 +156,36 @@

Station 1

Kolibri learning

- + + +

Station 2

Guided practice

- + + +

Station 3

Independent activity

- + + + @@ -364,14 +389,24 @@

Option 1

Next to each other

- + + +

Option 2

In a triangle

- + + + @@ -400,28 +435,48 @@

Option 1

In a square

- + + +

Option 2

In a rectangle

- + + +

Option 2

In a circle

- + + +

Option 2

In a horseshoe

- + + + @@ -448,14 +503,24 @@

Option 2

In a circle

- + + +

Option 2

In a horseshoe

- + + + diff --git a/kolibri/plugins/coach/frontend/views/common/QuestionDetailLearnerList.vue b/kolibri/plugins/coach/frontend/views/common/QuestionDetailLearnerList.vue index 083e4dd8272..e1c2a9ca5e0 100644 --- a/kolibri/plugins/coach/frontend/views/common/QuestionDetailLearnerList.vue +++ b/kolibri/plugins/coach/frontend/views/common/QuestionDetailLearnerList.vue @@ -8,16 +8,28 @@