word/quiz: put-selector library to build html in js
[sheet.git] / word / quiz.plp
index c40a7cd5724cc35379d0460335bcad458b253023..9d4afc8990413eece557226d7943fe47a688ebb6 100644 (file)
@@ -2,8 +2,12 @@
 
 Html({
        raw => <<'EOT',
+<script src="/word/put.js"></script>
 <script src="/word/quiz.js"></script>
 <style>
+img {
+       max-width: 50%;
+}
 .wrong {background: red}
 .good {background: green}
 </style>