Diferencia entre revisiones de «MediaWiki:Guidedtour-tour-mallahipertexto.js»
Ir a la navegación
Ir a la búsqueda
Busca en cnbGuatemala con Google
(No se muestran 33 ediciones intermedias de 2 usuarios) | |||
Línea 1: | Línea 1: | ||
− | ( function ( window, document, $, mw, gt ) { | + | ( function (window, document, $, mw, gt) { |
− | |||
− | if (mw.cookie.get('mallahipertexto_tour')){ | + | tour = new gt.TourBuilder({ |
− | + | name: 'mallahipertexto' | |
+ | }); | ||
+ | |||
+ | if (mw.cookie.get('mallahipertexto_tour')) { | ||
+ | return; | ||
} | } | ||
− | mw.cookie.set('mallahipertexto_tour','done'); | + | mw.cookie.set('mallahipertexto_tour', 'done'); |
− | var | + | var recursosUrl = window.location.toString(); |
− | + | recursosUrl = recursosUrl .replace("title=", 'title=Recursos:'); | |
− | + | recursosUrl = recursosUrl .replace("&tour=mallahipertexto", '&tour=mallahipertextorecursos'); | |
− | + | $("#ca-Recursos span a").prop("href", recursosUrl ); | |
− | |||
− | tour.firstStep( { | + | tour.firstStep({ |
name: 'mallahipertexto', | name: 'mallahipertexto', | ||
− | title: '¡Esta malla curricular tiene recursos educativos alineados a las competencias y los saberes (contenidos) | + | title: '¡Esta malla curricular tiene recursos educativos alineados!', |
− | + | description: 'Esto significa que hay recursos educativos vinculados a las competencias y los saberes (contenidos).', | |
position: 'topLeft', | position: 'topLeft', | ||
closeOnClickOutside: false, | closeOnClickOutside: false, | ||
− | overlay: | + | overlay: true |
− | } ) | + | }) |
− | .next( 'mallahipertexto1' ); | + | .next('mallahipertexto1'); |
− | tour.step( { | + | tour.step({ |
name: 'mallahipertexto1', | name: 'mallahipertexto1', | ||
title: 'Además de identificar los aprendizajes deseados, podrás encontrar materiales que te ayudarán a lograrlos.', | title: 'Además de identificar los aprendizajes deseados, podrás encontrar materiales que te ayudarán a lograrlos.', | ||
Línea 33: | Línea 35: | ||
closeOnClickOutside: false, | closeOnClickOutside: false, | ||
overlay: false | overlay: false | ||
− | } ) | + | }) |
− | .next( 'mallahipertexto2' ) | + | .next('mallahipertexto2') |
− | .back( 'mallahipertexto' ); | + | .back('mallahipertexto'); |
− | + | tour.step({ | |
name: 'mallahipertexto2', | name: 'mallahipertexto2', | ||
title: 'Observa los colores del texto. Todo lo que está en azul es un hipervínculo.', | title: 'Observa los colores del texto. Todo lo que está en azul es un hipervínculo.', | ||
− | description: ' | + | description: '', |
− | attachTo: 'table.wikitable th: | + | attachTo: 'table.wikitable th:first-child', |
− | position: ' | + | position: 'topRight', |
closeOnClickOutside: false, | closeOnClickOutside: false, | ||
overlay: false | overlay: false | ||
− | } ) | + | }) |
− | .next( 'mallahipertexto3' ) | + | .next('mallahipertexto3') |
− | .back( 'mallahipertexto1' ); | + | .back('mallahipertexto1'); |
− | tour.step( { | + | tour.step({ |
name: 'mallahipertexto3', | name: 'mallahipertexto3', | ||
title: 'También puedes ver todos los recursos asociados a la malla desde la pestaña "Recursos".', | title: 'También puedes ver todos los recursos asociados a la malla desde la pestaña "Recursos".', | ||
− | description: 'Pruébalo ahora y ¡aprovéchalos! | + | description: 'Pruébalo ahora y ¡aprovéchalos! Hay videos, animaciones y sitios web informativos.', |
− | + | attachTo: '#ca-Recursos', | |
− | + | position: 'bottomRight', | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | attachTo: ' | ||
− | position: ' | ||
closeOnClickOutside: false, | closeOnClickOutside: false, | ||
− | overlay: false | + | overlay: false, |
− | |||
− | |||
− | |||
− | |||
+ | buttons: [{ | ||
+ | name: 'Muéstrame cómo', | ||
+ | onclick: function () { | ||
+ | //mw.guidedTour.launcher.launchTour('mallahipertexto','gt-mallahipertexto-4'); | ||
+ | //mw.guidedTour.launcher.launchTour('mallahipertexto'); | ||
+ | var url = window.location.toString(); | ||
+ | url = url.replace("title=", 'title=Recursos:'); | ||
+ | url = url.replace("&tour=mallahipertexto", '&tour=mallahipertextorecursos'); | ||
+ | window.location = url ; | ||
+ | //mw.libs.guiders.next(); | ||
+ | } | ||
+ | }], | ||
− | + | }) | |
− | + | .back('mallahipertexto2'); | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } ) | ||
− | .back( ' | ||
− | } ( window, document, jQuery, mediaWiki, mediaWiki.guidedTour ) ); | + | }(window, document, jQuery, mediaWiki, mediaWiki.guidedTour) ); |
Revisión actual del 01:44 5 ago 2017
( function (window, document, $, mw, gt) {
tour = new gt.TourBuilder({
name: 'mallahipertexto'
});
if (mw.cookie.get('mallahipertexto_tour')) {
return;
}
mw.cookie.set('mallahipertexto_tour', 'done');
var recursosUrl = window.location.toString();
recursosUrl = recursosUrl .replace("title=", 'title=Recursos:');
recursosUrl = recursosUrl .replace("&tour=mallahipertexto", '&tour=mallahipertextorecursos');
$("#ca-Recursos span a").prop("href", recursosUrl );
tour.firstStep({
name: 'mallahipertexto',
title: '¡Esta malla curricular tiene recursos educativos alineados!',
description: 'Esto significa que hay recursos educativos vinculados a las competencias y los saberes (contenidos).',
position: 'topLeft',
closeOnClickOutside: false,
overlay: true
})
.next('mallahipertexto1');
tour.step({
name: 'mallahipertexto1',
title: 'Además de identificar los aprendizajes deseados, podrás encontrar materiales que te ayudarán a lograrlos.',
description: '',
attachTo: 'table.wikitable',
position: 'top',
closeOnClickOutside: false,
overlay: false
})
.next('mallahipertexto2')
.back('mallahipertexto');
tour.step({
name: 'mallahipertexto2',
title: 'Observa los colores del texto. Todo lo que está en azul es un hipervínculo.',
description: '',
attachTo: 'table.wikitable th:first-child',
position: 'topRight',
closeOnClickOutside: false,
overlay: false
})
.next('mallahipertexto3')
.back('mallahipertexto1');
tour.step({
name: 'mallahipertexto3',
title: 'También puedes ver todos los recursos asociados a la malla desde la pestaña "Recursos".',
description: 'Pruébalo ahora y ¡aprovéchalos! Hay videos, animaciones y sitios web informativos.',
attachTo: '#ca-Recursos',
position: 'bottomRight',
closeOnClickOutside: false,
overlay: false,
buttons: [{
name: 'Muéstrame cómo',
onclick: function () {
//mw.guidedTour.launcher.launchTour('mallahipertexto','gt-mallahipertexto-4');
//mw.guidedTour.launcher.launchTour('mallahipertexto');
var url = window.location.toString();
url = url.replace("title=", 'title=Recursos:');
url = url.replace("&tour=mallahipertexto", '&tour=mallahipertextorecursos');
window.location = url ;
//mw.libs.guiders.next();
}
}],
})
.back('mallahipertexto2');
}(window, document, jQuery, mediaWiki, mediaWiki.guidedTour) );
Término introducido por Le Boterf, entendido como los conocimientos, procedimientos y actitudes que es preciso emplear para resolver una situación. Unos son recursos internos, que posee la persona, tales como conocimientos, procedimientos y actitudes