filmov
tv
Articulate Storyline: Tutorial trigger JavaScript

Показать описание
Welcome to another tutorial! Today we will learn how to execute JavaScript with us. By the end of this video, you will be able to incorporate a script into the JavaScript trigger in Articulate Storyline. This will allow your learners to print or save the information they type on their screen. This activity is particularly useful if you want to include a reflective journal in your course.
::::::::::::::::::::
Music: Summer - Bensound
License code: PASTE YOUR OWN CODE
::::::::::::::::::::
________JavaScript _________
body, * { visibility: hidden; }
html, body { overflow: hidden; transform: translateZ(0); }
#slide {
transform: scale(0.8) !important;
}
#wrapper {
transform: scale(1) !important;
}
#slide,
#wrapper {
width: 75% !important;
height: 75% !important;
overflow: visible !important;
}
#frame {
overflow: visible !important;
}
.slide-transition-container {
overflow: visible !important;
}
@page {size: letter landscape;max-height:90%; max-width:90%}
.slide-container, .slide-container * {
visibility: visible !important;
margin-top: 0px !important;
margin-left: 0px !important;
}
#outline-panel {
display: none !important;
}
}
}`
::::::::::::::::::::
Music: Summer - Bensound
License code: PASTE YOUR OWN CODE
::::::::::::::::::::
________JavaScript _________
body, * { visibility: hidden; }
html, body { overflow: hidden; transform: translateZ(0); }
#slide {
transform: scale(0.8) !important;
}
#wrapper {
transform: scale(1) !important;
}
#slide,
#wrapper {
width: 75% !important;
height: 75% !important;
overflow: visible !important;
}
#frame {
overflow: visible !important;
}
.slide-transition-container {
overflow: visible !important;
}
@page {size: letter landscape;max-height:90%; max-width:90%}
.slide-container, .slide-container * {
visibility: visible !important;
margin-top: 0px !important;
margin-left: 0px !important;
}
#outline-panel {
display: none !important;
}
}
}`
Комментарии