зеркало из https://github.com/nextcloud/forms.git
update forms_support
This commit is contained in:
Родитель
910bc13ec3
Коммит
b9a7631319
|
@ -5,12 +5,12 @@
|
|||
|
||||
|
||||
![
|
||||
](https://lh3.googleusercontent.com/ZDPA-zgCSDdiTbBtbQ8AsohxjJV7ZsdQEfreVne_SC2LeDEvaX1tsnFuZ9frjgOY0wLIfHLhFu9P "home")
|
||||
](https://lh3.googleusercontent.com/Bt9Pe6tda9tOXQdkTkwvbD__y9GzbatkD6iTq5Yq6Gfi5fdwUp6ysnTAUJyflwYT37POGztL2KUo "home")
|
||||
|
||||
|
||||
- From this page the user can:
|
||||
|
||||
1. Click on the title of an active form to respond to it.
|
||||
1. Click on the title of an active form to respond to it.
|
||||
2. Click on the trashcan to remove a form (can only be done by the creator).
|
||||
3. Click on the clipboard icon to copy the link to the form, this can now be sent to others.
|
||||
4. Click on the "View Results" button to view the results of the form.
|
||||
|
@ -30,39 +30,44 @@
|
|||
- Click on the ‘+’ button in the top left corner of the Forms homepage to navigate to the Create Form screen.
|
||||
|
||||
![
|
||||
](https://lh3.googleusercontent.com/gBN8PrtyBvReih1up9lPTLDToYcZY_NC_mx3CoZQSc8kLLtxgSNFhM-nZKcBUDfk5JhksVfDJocJ "creation")
|
||||
](https://lh3.googleusercontent.com/FwoyqLk7QSJvrbIYnCUdf0vxr9aR63_hVimetPemQInBp-0OZwtuMgdJI-hwhDWjOWsLqRU9aB02 "creation")
|
||||
|
||||
1. Enter a title and description in the respective boxes on the left side.
|
||||
- To create a form:
|
||||
|
||||
- Title is required, description is not.
|
||||
1. Enter a title and description in the respective boxes on the left side.
|
||||
|
||||
2. Add a question by selecting an answer type from the drop down menu, entering question text in the add question box, and then pressing the enter key or the “Add Question” button.
|
||||
- Title is required, description is not.
|
||||
|
||||
- Available question types include radio buttons, checkboxes, write-in, and drop-down menu.
|
||||
2. Add a question by selecting an answer type from the drop down menu, entering question text in the add question box, and then pressing the enter key or the “Add Question” button.
|
||||
|
||||
3. Once a question is added, an answer box will appear (for all question types except for write-in) where answers can be entered. Press the enter key to add the answer.
|
||||
- Available question types include radio buttons, checkboxes, write-in, and drop-down menu.
|
||||
|
||||
- Multiple answers can be added, a new answer box will appear after an answer is added (except for write-in questions).
|
||||
3. Once a question is added, an answer box will appear (for all question types except for write-in) where answers can be entered. Press the enter key to add the answer.
|
||||
|
||||
4. Questions or individual answers can be deleted by clicking on the trashcan.
|
||||
- Multiple answers can be added, a new answer box will appear after an answer is added (except for write-in questions).
|
||||
|
||||
5. Various configuration and sharing settings can be selected on the configuration bar.
|
||||
4. Questions or individual answers can be deleted by clicking on the trashcan.
|
||||
|
||||
- The configuration bar can be toggled with the gear icon.
|
||||
- A Public form can be responded to by anyone with the link, including those without a NextCloud account.
|
||||
- A Registered Users Only form can only be responded to once if the respondent has been authenticated by NextCloud.
|
||||
- An Only Shared form can only be responded to by NextCloud users that the form has been explicitly shared with. Selecting this option reveals a box to enter the names of users or groups to share the form with.
|
||||
5. Various configuration and sharing settings can be selected on the configuration bar.
|
||||
|
||||
6. Once questions have been added, the form can be created with the “Create Form” button on the top right.
|
||||
- The configuration bar can be toggled with the gear icon.
|
||||
- A Public form can be responded to by anyone with the link, including those without a NextCloud account.
|
||||
- A Registered Users Only form can only be responded to once if the respondent has been authenticated by NextCloud.
|
||||
- An Only Shared form can only be responded to by NextCloud users that the form has been explicitly shared with. Selecting this option reveals a box to enter the names of users or groups to share the form with.
|
||||
|
||||
- At least one question must be added to create a form.
|
||||
6. Once questions have been added, the form can be created with the “Done” button on the top right.
|
||||
|
||||
- At least one question must be added to create a form.
|
||||
|
||||
## **Responding to a Form**
|
||||
|
||||
- Select a form on the Forms App homepage to be redirected to the response page.
|
||||
|
||||
![
|
||||
](https://lh3.googleusercontent.com/W7h1TQc7A_jdJAebk7egsAcrtvjwnFZ4qOX8jzJxBGP2CAPs37dj64h7bbe9ilA8Xmp23dToLLiG "response")
|
||||
](https://lh3.googleusercontent.com/jjQV23Zehyq2eZPhx7-JX3nxyEBQHC2-6RzSMnugyKmGwZ-oBEI5YrQ0VSLHp1UDEwhsC-YmicAZ "response1")
|
||||
|
||||
![
|
||||
](https://lh3.googleusercontent.com/e0-dCDSzb3v2Ro6tZJsCnwyUz-YJ51Tnf9RdGsAZVnnkNONC6fCLEYl3glrhaJVTOdu9QR-dfO8S "response2")
|
||||
|
||||
- Answer questions
|
||||
|
||||
|
@ -70,7 +75,13 @@
|
|||
|
||||
2. For checkbox questions, multiple answers can be selected.
|
||||
|
||||
3. Click the Complete button at the bottom to submit the form.
|
||||
3. This shows short response questions.
|
||||
|
||||
4. This shows long response questions.
|
||||
|
||||
5. This shows drop down questions.
|
||||
|
||||
6. Click the Complete button at the bottom to submit the form.
|
||||
|
||||
- All questions must be answered to submit the form.
|
||||
|
||||
|
@ -81,9 +92,12 @@
|
|||
- To view results for a form, locate the row for that form on the initial forms screen, and click on the "View Results" button.
|
||||
|
||||
![
|
||||
](https://lh3.googleusercontent.com/GUB4UvDrWqm8ogJ4XlxqdWY814k9oyg5xoH-VnLbfa7kjz9a1HHSzU8bOEOWxck_Fj4NkoyoHVL5 "results")
|
||||
](https://lh3.googleusercontent.com/pLwMS3FK2Qv0iSQO8YiEaTViobeaRrszxC2FVdZlYesHfEIn7hEug64tG9yzcQz_lY0_eS7pGrkr "results")
|
||||
|
||||
1. The results will be displayed in a list, with the respondent, the question number, the question text, and their response.
|
||||
|
||||
2. To export to CSV, click on the Export to CSV button in the top left.
|
||||
|
||||
- This will automatically start the download of the .csv file.
|
||||
- This will automatically start the download of the .csv file.
|
||||
|
||||
3. Statistics are displayed for radio button and drop down questions.
|
||||
|
|
Загрузка…
Ссылка в новой задаче