Update choice docs
This commit is contained in:
parent
a9bffdcd6c
commit
8808526d6f
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ Example 3:
|
|||
(question \"Which social media platforms do you use regularly?\" \"age\" (:multiple \"Facebook\" \"Twitter\" \"Instagram\"))
|
||||
|
||||
Example 4:
|
||||
(question \"Which social media platforms do you use regularly?\" \"age\" (:multiple \"Facebook\" \"Twitter\" \"Instagram\" :text \"Others\"))"
|
||||
(question \"Which social media platforms do you use regularly?\" \"age\" (:multiple \"Facebook\" \"Twitter\" \"Instagram\" (:text \"Others\")))"
|
||||
`(spinneret:with-html
|
||||
(:fieldset (:legend ,ask)
|
||||
(:ol ,@(loop for choice in body
|
||||
|
|
Loading…
Add table
Reference in a new issue