I share this blog with my thoughts and creations from my daily programming, knowledge, and technology updates.
<!DOCTYPE html> <html> <body> <form onsubmit="return false"> <input type="text"> <button type="submit">button</button> </form> </body> </html>
Googleフォームには回答を判定するクイズモードがあります 今回はそのクイズモードで回答の判定とフィードバックについて書いていきます 「クイズモード」の表記: 日本語の表記は「テストにする」ですが 英語の表記は「Make this a quiz」となっています この記事ではでは...