{% set current_theme = current_theme() %} {{ current_theme.headertags() }} Agregar Recurso Descargable {{ current_theme.local_style() }} {{ current_theme.navbar() }}
{{ current_theme.notify() }}

Agregar Recurso Descargable al Curso

Suba un archivo descargable para sus estudiantes. Tamaño máximo: {{ max_file_size }}MB.
Tipos permitidos: PDF, Word, Excel, PowerPoint, imágenes, audio, video, archivos comprimidos, etc.

{{ form.hidden_tag() }}
{{ form.nombre(class="form-control", required=true) }}
Por favor, ingrese un nombre para el recurso.
{{ form.descripcion(class="form-control", rows="4", required=true) }}
Por favor, ingrese una descripción para el recurso.
Seleccione un archivo seguro. No se permiten archivos ejecutables (.exe, .bat, .sh, etc.)
Por favor, seleccione un archivo para subir.
{{ form.requerido(class="form-select") }}
Cancelar
{{ current_theme.footer() }} {{ current_theme.local_scripts() }}