|
|
@@ -97,7 +97,8 @@ function quizApp() {
|
|
|
type="radio"
|
|
|
name="q1"
|
|
|
class="mr-2"
|
|
|
- :value="option"
|
|
|
+ :value="index"
|
|
|
+ Xvalue="option"
|
|
|
>
|
|
|
<span x-text="option"></span>
|
|
|
</label>
|
|
|
@@ -105,6 +106,19 @@ function quizApp() {
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="flex justify-between mt-10">
|
|
|
+ <table>
|
|
|
+ <tr>
|
|
|
+ <td> ResponseIndex: </td>
|
|
|
+ <td x-text="q1"></td>
|
|
|
+ <td> Komu: </td>
|
|
|
+ <td x-text="SvobodovaBody"></td>
|
|
|
+ <td> Svobodová : </td>
|
|
|
+ <td x-text="SvobodovaBody"></td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+
|
|
|
<div class="flex justify-between mt-10">
|
|
|
<button class="px-6 py-2 bg-gray-200 text-gray-700 rounded font-bold hover:bg-gray-300 transition" x-on:click="CurrentOtazka = Math.max(CurrentOtazka - 1, 0)" x-bind:disabled="CurrentOtazka === 0">
|
|
|
Předchozí
|