Skip to content

Commit

Permalink
updated test end to submit page
Browse files Browse the repository at this point in the history
  • Loading branch information
harveyf2801 committed Apr 27, 2024
1 parent c16b045 commit e17c430
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/apa_listening_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ <h4 style="text-align: center;">G</h4>
<br>

<input type="hidden" name="_autoresponse" value="Thank you for participating in this listening test!">
<input type="hidden" name="_next" value="{{ site.url }}/index.html">
<input type="hidden" name="_next" value="{{ site.url }}/apa_listening_test_submit.html">
<button type="submit" class="button">Send</button>
</form>

Expand Down
15 changes: 15 additions & 0 deletions _pages/apa_listening_test_submit.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: hero
permalink: /apa_listening_test_submit.html
title: Listening Test Submit | Harvey Fretwell
name: listening_test_submit
---

<main class="flex column">
<section class="banner">
<div>
<h1>Thank you for completing the test!</h1>
<p>Your results have been submitted.</p>
</div>
</section>
</main>

0 comments on commit e17c430

Please sign in to comment.