mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-02 16:09:08 +02:00
📝 Update Documentation (#881)
This commit is contained in:
parent
fc34858f86
commit
7ca9bd5a82
28 changed files with 239 additions and 212 deletions
56
apps/docs/guide/participant-guide.mdx
Normal file
56
apps/docs/guide/participant-guide.mdx
Normal file
|
@ -0,0 +1,56 @@
|
|||
---
|
||||
icon: user
|
||||
title: "Participant Guide"
|
||||
description: "How to respond to a Rallly poll"
|
||||
---
|
||||
|
||||
<Steps>
|
||||
<Step title="Select your preferred dates">
|
||||
Click the button under each date to toggle through the answers:
|
||||
|
||||
1. Yes
|
||||
2. If need be
|
||||
3. No
|
||||
|
||||
<Note>If you leave an option unselected, it will be counted as a **No** vote.</Note>
|
||||
|
||||
<Frame></Frame>
|
||||
|
||||
When you're done, click **Continue**.
|
||||
|
||||
</Step>
|
||||
<Step title="Enter your details">
|
||||
Enter your name and email address, then click **Submit**.
|
||||
|
||||
<Tip>To ensure you don't lose the ability to edit your response, enter your email address to receive a confirmation email with a magic link that identifies you .</Tip>
|
||||
|
||||
<Frame></Frame>
|
||||
|
||||
</Step>
|
||||
<Step title="Done!">
|
||||
|
||||
If you need to make changes, you can use the dropdown menu next to your name.
|
||||
|
||||
<Frame></Frame>
|
||||
|
||||
</Step>
|
||||
</Steps>
|
||||
|
||||
### Frequently Asked Questions
|
||||
|
||||
<AccordionGroup>
|
||||
<Accordion title="Why can't I edit my response?">
|
||||
Rallly uses cookies in your browser to recognize you as the creator of a
|
||||
response. If your cookies have been deleted or you are using a different
|
||||
device/browser, you may no longer be recognized as the user who created the response.
|
||||
|
||||
In this case you should ask the administrator of the poll to either delete your
|
||||
response so that you can create a new one or to edit your response for you.
|
||||
|
||||
</Accordion>
|
||||
<Accordion title="How can I avoid losing access to my own response?">
|
||||
If you enter your email address when you submit your response, you will
|
||||
receive a confirmation email with a link that allows you to edit your response from
|
||||
anywhere.
|
||||
</Accordion>
|
||||
</AccordionGroup>
|
Loading…
Add table
Add a link
Reference in a new issue