chiark
/
gitweb
/
~ijackson
/
bcp5-registry.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
430efb6
)
Use <blockquote> for quiz formatting
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 6 Jun 2023 19:49:31 +0000
(20:49 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Tue, 6 Jun 2023 19:52:13 +0000
(20:52 +0100)
quiz.pl
patch
|
blob
|
history
diff --git
a/quiz.pl
b/quiz.pl
index 5a63d49927734f113c562740c69f1959eb71e318..7192ce6de32e57f45a1741c8233d1e6443b10535 100644
(file)
--- a/
quiz.pl
+++ b/
quiz.pl
@@
-9,6
+9,7
@@
sub quiz_check_answer () {
}
$quiz_question_input = <<END;
+<blockquote>
Quiz question vs. stupid robots:
<br>
Q. Which IETF document,
@@
-16,7
+17,7
@@
titled "Address Allocation for Private Internets",
does the G-RIN help implement?
<br>
A. <input type=text name="quiz" length=10>
-<
br
>
+<
/blockquote
>
END
1;