Skip to content
Merged
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
13 changes: 7 additions & 6 deletions lung_cancer_screening/questions/jinja2/start.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<div class="nhsuk-grid-column-two-thirds">
<h1 class="nhsuk-heading-l">Help us test a new online service</h1>

<p>We are testing a new online questionnaire that helps you check if you need a lung scan. This service will ask you some questions about your medical history and lifestyle.</p>
<p>We are testing a new online questionnaire for lung cancer screening. This service will ask you some questions about your medical history and lifestyle.</p>

<p>This online service cannot currently calculate your level of risk. Once you have completed the questionnaire you will need to call us to repeat the questionnaire by phone.</p>
<p>This online service cannot currently recommend if you need a lung scan. Once you have completed the online service you will need to call us to repeat the questionnaire by phone.</p>

<p>As a thank you we will be offering you a £10 voucher for testing the online service.</p>

Expand All @@ -28,7 +28,7 @@
<section>
<h2 class="nhsuk-heading-m">What to expect in the online service</h2>

<p>To understand your level of risk we will ask you questions about:</p>
<p>We will ask you questions about:</p>

<ul>
<li>your height and weight</li>
Expand All @@ -47,9 +47,10 @@
"href": url("questions:have_you_ever_smoked")
}) }}

<section>
<h2 class="nhsuk-heading-s">If you do not want to test the online service</h2>
<p>You should call us on <a href="tel:02000000000">020 0000 0000</a> to complete your NHS lung cancer risk check by phone.</p>
<p>
<strong>If you do not want to test the online service</strong>
<br />
You should call us on <a href="tel:02000000000">020 0000 0000</a> to complete your NHS lung cancer risk check by phone.
</section>
</div>
</div>
Expand Down