Skip to content
Open
Show file tree
Hide file tree
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
18 changes: 8 additions & 10 deletions app/views/design-system/patterns/get-to-an-answer.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
<span class="govuk-caption-xl govuk-!-margin-top-1">Patterns</span>
<h1 class="govuk-heading-xl">{{title}}</h1>

<p class="govuk-body">{{description}}</p>
<p class="govuk-body">Ask users questions to determine what information they need.</p>

<p class="govuk-body">Users are guided to relevant content based on how they respond to a short series of questions.</p>

<h2 class="govuk-heading-l">When to use this pattern</h2>

Expand All @@ -59,6 +61,8 @@ <h2 class="govuk-heading-l">When to use this pattern</h2>
<li>what they can get (such as support, advice or benefits)</li>
<li>what actions to take, if that depends on their situation</li>
</ul>

<p class="govuk-body">If you have different user groups who need different information and you’re able to present your content as a flow chart, it’s likely to be suitable for this format.</p>

<h2 class="govuk-heading-l">When not to use this pattern</h2>

Expand All @@ -85,14 +89,6 @@ <h2 class="govuk-heading-l">How it works</h2>

<p class="govuk-body">The user is asked a question and based on their answer they are then:</p>

<ul class="govuk-list govuk-list--bullet">
<li>asked another question
<li>shown a results page that you create
<li>linked to another page on your website or elsewhere
</ul>

<p class="govuk-body">The user is asked a question and based on their answer they are then:</p>

<ul class="govuk-list govuk-list--bullet">
<li>asked another question</li>
<li>shown a results page that you create</li>
Expand Down Expand Up @@ -120,6 +116,8 @@ <h2 class="govuk-heading-l">How it works</h2>

<h3 class="govuk-heading-m">How to add to your service</h3>

<p class="govuk-body">This pattern can be added to your service in different ways depending on your requirements, including: </p>

<ul class="govuk-list govuk-list--bullet">
<li>as a link</li>
<li>embedding an iframe</li>
Expand Down Expand Up @@ -147,7 +145,7 @@ <h2 class="govuk-heading-l">Get started</h2>

<p class="govuk-body">To create a questionnaire, sign in to <a class="govuk-link" href="https://admin.get-to-an-answer.education.gov.uk/">‘Get to an answer’</a>.</p>

<p class="govuk-body">For more detail on how to set up your questionnaire <a class="govuk-link" target="_blank" href="https://admin.get-to-an-answer.education.gov.uk/support">read the guidance in the ‘Support’ section</a>.</p>
<p class="govuk-body">For more detail on how to set up your questionnaire <a class="govuk-link" href="https://admin.get-to-an-answer.education.gov.uk/support">read the guidance in the ‘Support’ section</a>.</p>

<p class="govuk-body">Before a questionnaire can be made live you will need to complete all the steps in the ‘Prepare to publish questionnaire’ section.</p>

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
"concurrently": "^9.1.2",
"nodemon": "^3.1.9"
}
}
}