/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
common/test/data/uploads/simple-question.html
18 строк
565 B
Yusuf Musleh
feat: Handle JSInput extra files when copying/pasting (#32847)
31 июл 2023, 21:12
Не верифицирован
31 июл 2023, 21:12
b97007e
Код
Авторство
О чём код?
<!-- Original Source: https://files.edx.org/custom-js-example/jsinput_example.html --> <!DOCTYPE html> <html lang="en"> <head> <title>Simple Question</title> <link rel="stylesheet" type="text/css" href="simple-question.css"> </head> <body> <script src="jschannel.js"></script> <script src="simple-question.js" defer></script> <img src="image.jpg" /> <label class="directions">Here is a list below, please select: <select class="choices"></select> </label> <p aria-live="polite" class="feedback"></p> </body> </html>