|
|
|
@ -18,14 +18,14 @@
|
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
<template> |
|
|
|
|
<div class="help"> |
|
|
|
|
<p>{{ $store.state.questions[$route.params.id].description }}</p> |
|
|
|
|
<div class="button-wrapper"> |
|
|
|
|
<router-link v-bind:to="'/questionnaire/' + $route.params.id"><button>Zurück zur Frage</button></router-link> |
|
|
|
|
<br><br> |
|
|
|
|
<button v-on:click="nextQuestion()" class="alert">Ich möchte diese Frage überspringen</button> |
|
|
|
|
</div> |
|
|
|
|
<div class="help"> |
|
|
|
|
<p>{{ $store.state.questions[$route.params.id].description }}</p> |
|
|
|
|
<div class="button-wrapper"> |
|
|
|
|
<router-link v-bind:to="'/questionnaire/' + $route.params.id"><button>Zurück zur Frage</button></router-link> |
|
|
|
|
<br><br> |
|
|
|
|
<button v-on:click="nextQuestion()" class="alert">Ich möchte diese Frage überspringen</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|