Update org docs

This commit is contained in:
Marcus Kammer 2023-09-05 17:48:17 +02:00
parent 38c4f17057
commit 34571f383b

View file

@ -38,6 +38,6 @@ This org file demonstrate the creation of a questionnaire.
:choices (:multiple "Desktop" "Laptop" "Tablet" "Smartphone"))
(:ask "Which social media platforms do you use regularly? (Select all that apply)"
:group "socialmedia"
:choices (:multiple "Facebook" "Twitter" "Instagram" "LinkedIn" "TikTok" "Snapchat" "Pinterest" "Youtube")))))))
:choices (:multiple "Facebook" "Twitter" "Instagram" "LinkedIn" "TikTok" "Snapchat" "Pinterest" "Youtube" :text "Others")))))))
#+end_src