Fix typos
Some checks failed
Test / test (push) Failing after 11s
Deploy to Pages / deploy (push) Successful in 14s
Build and Publish Docker Image / build-and-push (push) Successful in 25s

This commit is contained in:
Andras Schmelczer 2026-06-06 21:49:44 +01:00
parent d65b7b6260
commit b6d3ec940b
2 changed files with 10 additions and 11 deletions

View file

@ -86,7 +86,7 @@
adatbázisból</b
>
viszi véghez, melyet az előző <b>majdnem 20 év</b> érettségijeinek
feladatai alkotnak. Ebben a menüpontban nem csak témakör, hanem év
feladatai alkotnak. Ebben a menüpontban nemcsak témakör, hanem év
alapján is <b>rákereshetsz a feladatokra</b>.
</p>
<p>
@ -241,8 +241,8 @@
Válaszd ki, melyik feladatsort/feladatot szeretnéd betölteni. Ha
valamelyik opciót <b>összes</b> álláson hagyod, akkor
értelemszerűen úgy veszi a rendszer, mintha az adott listából az
összes elemet kiválasztottad volna. Egyes évekhez több, mint 2
féle feladatlap is tartozhat, ezeket az aktuális éveket
összes elemet kiválasztottad volna. Egyes évekhez több mint
kétféle feladatlap is tartozhat, ezeket az aktuális éveket
kiválasztva könnyű megtalálni.
</p>
</div>
@ -252,7 +252,7 @@
<!-- Years will be populated dynamically from question data -->
</select>
<select id="honap">
<option value="all">Összes feladatsora</option>
<option value="all">Összes feladatsor</option>
<!-- Months will be populated dynamically based on selected year -->
</select>
<select id="feladat">

View file

@ -106,14 +106,13 @@ const loadQuestions = async (
<input type="radio" id="rad3" name="group">
<label id="label${qid}" class="rad3">${sanitizeQuestionHtml(c)}</label>
<br>
${
d
? `
${d
? `
<input type="radio" id="rad4" name="group">
<label id="label${qid}" class="rad4">${sanitizeQuestionHtml(d)}</label>
<br>`
: ""
}
: ""
}
</form>
</div>
`;
@ -179,8 +178,8 @@ const initializeMonthDropdown = (selectedYear) => {
const monthDropdown = document.getElementById("honap");
if (!monthDropdown) return;
// Always include "Összes feladatsora" option
let monthOptions = '<option value="all">Összes feladatsora</option>';
// Always include "Összes feladatsor" option
let monthOptions = '<option value="all">Összes feladatsor</option>';
if (selectedYear === "all/") {
// Show all possible month patterns