Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update manage-questions.md #170

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/user-manual/civiform-admin-guide/manage-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,25 @@ When you restore an archived question, you can use it in your programs. You can
2. Click **Questions** on the navigation bar and select an archived question.
3. Click **Restore archived**.

### Add a question to a screen

1. Sign in to CiviForm as a CiviForm Admin.
2. Click **Programs** on the navigation bar and select a program.
3. Click **Edit** > **Manage questions**.
4. Add a question to a screen by selecting it from the question bank.\
The question appears within the screen.

**Note**: Enumerator or file upload questions must be the only questions on a screen. These question types cannot coexist with others. For example, if you add one of these questions to an empty screen, you can't add any other question types. If you have a screen that already has a question, you can't add an enumerator or file upload question to the screen.

### Remove a question from a screen

1. Sign in to CiviForm as a CiviForm Admin.
2. Click **Programs** on the navigation bar and select a program.
3. Click **Edit** > **Manage questions**.
4. Find the question within a screen you want to remove and click **Delete**.\
The question is removed from the screen and it returns to the question bank.


### Question types

You can customize your program to include multiple different question types. The table below shows the supported question types, along with the expected data input.
Expand Down