Final
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
$('#inputForm div.group:nth-child(' + q + ')').hide();
|
$('#inputForm div.group:nth-child(' + q + ')').hide();
|
||||||
$('#inputForm div.group:nth-child(' + (q + 1) + ')').show();
|
$('#inputForm div.group:nth-child(' + (q + 1) + ')').show();
|
||||||
if (q == (qMax - 1)) {
|
if (q == (qMax - 1)) {
|
||||||
$('#btnNext').html('Submit Answers');
|
$('#btnNext').html('Eingabe bestätigen');
|
||||||
}
|
}
|
||||||
q++;
|
q++;
|
||||||
} else {
|
} else {
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
<input th:field="*{possibleCandidates[__${itemStat.index}__].name}" />
|
<input th:field="*{possibleCandidates[__${itemStat.index}__].name}" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button class="submitButton" id="btnNext" type="submit">Nächste Frage</button>
|
<button class="submitButton" id="btnNext" type="submit">Nächste Kategorie</button>
|
||||||
<input id="voterName" type="hidden" name="name" th:value="${name}" />
|
<input id="voterName" type="hidden" name="name" th:value="${name}" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user