start of citizenship quiz
This commit is contained in:
commit
881e949ed5
11
citizenship.l
Normal file
11
citizenship.l
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/local/bin/picolisp /usr/local/lib/picolisp/lib.l
|
||||||
|
|
||||||
|
(setq *Questions
|
||||||
|
(("How old do citizens have to be to vote for President?"
|
||||||
|
"18" )
|
||||||
|
("What happened at the Constitutional Convention?"
|
||||||
|
"The Constitution was written" )
|
||||||
|
("Where is the Statue of Liberty?"
|
||||||
|
"New York Harbor")
|
||||||
|
))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user