#How to add a quiz to page?

8 messages · Page 1 of 1 (latest)

errant lynx
white oracleBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

stoic heath
#

you can do it via a client component. But you have still 2 options:

  1. Render the full quiz as client component (easy)
  2. Create a client component around the rendered answers. The rendering is full serverside and the functionality is full clientside (harder)

Maybe there is also a third option or even a fourth... @errant lynx

errant lynx
stoic heath
errant lynx
#

the easy way is alwasy good 🙂

stoic heath