-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1911 from alphagov/document-simple-smart-answers
Document Simple Smart Answers
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Simple Smart Answer | ||
|
||
[Simple smart answers](https://docs.publishing.service.gov.uk/document-types/simple_smart_answer.html) work for complex situations with multiple variables and outcomes, where using this format will simplify the user journey. | ||
A simple smart answer is a series of questions that channels a user to a certain outcome based on their responses. They use simple decision tree logic and don’t involve calculations. | ||
They differ from standard [smart answers](https://github.com/alphagov/smart-answers), which generally require a developer to maintain. | ||
|
||
Examples of Simple Smart Answers: | ||
- [Contact DVSA](https://www.gov.uk/contact-dvsa) | ||
- [Find out if you can check someone’s criminal record](https://www.gov.uk/find-out-dbs-check) |