Skip to content
Permalink
5577e69b55
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
26 lines (23 sloc) 728 Bytes
<article>
<table>
{{#each answert}}
<tr>
<td>{{this.answer}}</td>
</tr>
{{/each}}
</table>
<table>
{{#each questiont}}
<tr>
<td>{{this.question}}</td>
</tr>
{{/each}}
</table>
</article>
DISPLAY DATA !!!
<form action="/secure/quiz" enctype="multipart/form-data" method="post">
<p>
<input type="text" name="answer" placeholder="Type in your answer" value="" required>
</p>
<p><input type="submit" value="Submit Answer"></p>
<p><a href="/secure">Secure Page</a></p>