Skip to content

Commit 67fff02

Browse files
committed
iDevices Descubre, Informe de progreso y Relaciona: Nuevas URL de los vídeos de Ayuda
1 parent b3f5354 commit 67fff02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

exe/webui/scripts/idevices/descubre-activity/edition/descubre-activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ var $exeDevice = {
115115
var path = $exeDevice.iDevicePath,
116116
html = '\
117117
<div id="gameQEIdeviceForm">\
118-
<div class="exe-idevice-info">' + _("Create interactive activities in which players will have to discover pairs, trios or card quartets with images, texts and/or sounds.") + ' <a href="https://youtu.be/f0cv7ouY2qc" hreflang="es" rel="lightbox" target="_blank">' + _("Use Instructions") + '</a></div>\
118+
<div class="exe-idevice-info">' + _("Create interactive activities in which players will have to discover pairs, trios or card quartets with images, texts and/or sounds.") + ' <a href="https://youtu.be/ueYnBkByKr4" hreflang="es" rel="lightbox" target="_blank">' + _("Use Instructions") + '</a></div>\
119119
<div class="exe-form-tab" title="' + _('General settings') + '">\
120120
' + $exeAuthoring.iDevice.gamification.instructions.getFieldset(_("Birds of a feather flock together.")) + '\
121121
<fieldset class="exe-fieldset exe-fieldset-closed">\

exe/webui/scripts/idevices/informe-activity/edition/informe-activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ var $exeDevice = {
9393
iDeviceList += ".";
9494
var html = '\
9595
<div id="gameQEIdeviceForm">\
96-
<div class="exe-idevice-info">' + _("It shows the result of the pupils in the activities linked to their average score.") + ' <a href="https://youtu.be/t1tGpTuHN5k" hreflang="es" rel="lightbox" target="_blank">' + _("Use Instructions") + '</a></div>\ <div class="exe-form-tab" title="' + _('General settings') + '">\
96+
<div class="exe-idevice-info">' + _("It shows the result of the pupils in the activities linked to their average score.") + ' <a href="https://youtu.be/2kIJbVEXyvk" hreflang="es" rel="lightbox" target="_blank">' + _("Use Instructions") + '</a></div>\ <div class="exe-form-tab" title="' + _('General settings') + '">\
9797
<fieldset class="exe-fieldset">\
9898
<legend><a href="#">' + _("Options") + '</a></legend>\
9999
<div>\

exe/webui/scripts/idevices/relaciona-activity/edition/relaciona-activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var $exeDevice = {
9494
var path = $exeDevice.iDevicePath,
9595
html = '\
9696
<div id="gameIdeviceForm">\
97-
<div class="exe-idevice-info">' + _("Create matching games with images, sounds and enriched texts.") + ' <a href="https://youtu.be/ADrG4vz2W0Y" hreflang="es" rel="lightbox" target="_blank">' + _("Use Instructions") + '</a></div>\
97+
<div class="exe-idevice-info">' + _("Create matching games with images, sounds and enriched texts.") + ' <a href="https://youtu.be/li3t4HbGyy0" hreflang="es" rel="lightbox" target="_blank">' + _("Use Instructions") + '</a></div>\
9898
<div class="exe-form-tab" title="' + _('General settings') + '">\
9999
' + $exeAuthoring.iDevice.gamification.instructions.getFieldset(_('Match each card with its pair.')) + '\
100100
<fieldset class="exe-fieldset exe-fieldset-closed">\

0 commit comments

Comments
 (0)