|
|
@@ -1 +1,24 @@ |
|
|
|
<p>end works!</p> |
|
|
|
<section class="page-container full-bg" color="ash-black"> |
|
|
|
|
|
|
|
<div class="container"> |
|
|
|
<svg-icon [applyClass]="true" class="icon" src="assets/custom-icons/checkmark.svg"></svg-icon> |
|
|
|
|
|
|
|
<h2> You have completed the question paper </h2> |
|
|
|
|
|
|
|
|
|
|
|
<div class="count-holder"> |
|
|
|
<div class="count"> <span> 20 </span> / 25 </div> |
|
|
|
|
|
|
|
<svg width="100" height="100" viewBox="0 0 100 100"> |
|
|
|
<circle cx="50" cy="50" r="48.5" fill="none" stroke="#cecece" stroke-width="3" /> |
|
|
|
<circle cx="50" cy="50" r="48.5" fill="none" stroke-width="3" |
|
|
|
stroke-dasharray="307" stroke-dashoffset="30.7" id="progress"/> |
|
|
|
</svg> |
|
|
|
</div> |
|
|
|
|
|
|
|
<p> Questions attended </p> |
|
|
|
</div> |
|
|
|
|
|
|
|
<button class="home-button" (click)="back()"> DONE </button> |
|
|
|
|
|
|
|
</section> |