Skip to content
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
13 changes: 10 additions & 3 deletions app/views/start-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h1 class="heading-xlarge">

<h2 class="heading-medium">Before you start</h2>

<p>You will need a good understanding of your technology project or programme. You can save your evaluation at any point and reload it. Your evaluation will not be sent anywhere until you choose to share it.</p>
<p>You will need a good understanding of your technology project or programme. You can save your evaluation at any point and reload it.</p>

<h2 class="heading-medium">Who will use this tool</h2>

Expand All @@ -66,9 +66,16 @@ <h2 class="heading-medium">Who will use this tool</h2>

<h2 class="heading-medium">How to use this tool</h2>

<p>For each topic you will be asked to select the statements that apply to your project or programme. These are grouped into expected actions, strong actions and exceptional actions.</p>
<p>For each topic you will be asked to select the statements that apply to your project or programme.</p>

<p>Your answers are used to create a report which will summarise the project or programme’s positive actions. The report will also provide recommendations that will help you to align your project or programme further with the Technology Code of Practice.</p>
<p>Your answers generate a report which:</p>

<ul class="list list-bullet">
<li>includes legal requirements</li>
<li>summarises the project or programme’s main strengths</li>
<li>provides recommendations that will help you to align your project or programme further with the Technology Code of Practice</li>
<li>shows common issues which you should avoid</li>
</ul>

<p>
<a class="button button-start" href="/settings" role="button">Start</a>
Expand Down