Agregar Video
El panel de control contempla las asistencia y comentarios
Se puede tomar en cuenta las siguienets configuraciones para la implementación de PPT en línea:
VERSIÓN 1
Debemos añadir una actividad o recurso en la vista principal del curso

Para un correcto funcionamiento se recomienda usar el siguiente código (iframe):
<iframe class="iframe_video" data-video-id="1qg0n7phk-d5bi5wdVT-K-iHBxTkfk6oR" data-platform="google-drive" data-name="Nuevo Método de Heimlich" frameborder="0" width="100%" height="150px" src="https://aulavirtual.icma.edu.pe/mdl/complement/loading.html">
</iframe>
en data-video-id se debe enviar el codigo del video, por ejemplo en el siguiente enlace de Google Drive:
https://drive.google.com/file/d/1qg0n7phk-d5bi5wdVT-K-iHBxTkfk6oR/preview
El data-video-id sería: 1qg0n7phk-d5bi5wdVT-K-iHBxTkfk6oR
VERSIÓN 2
<div class="iframe_video_2" data-thumbnail="video/thumb/video.jpg" data-video-id="1qg0n7phk-d5bi5wdVT-K-iHBxTkfk6oR" data-platform="google-drive" data-name="Nuevo Método de Heimlich" data-description="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged">
<span class="loader_page2"></span>
</div>

Last updated