2024-10-16 08:40:14 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="pl">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Ocena Zachowania</title>
|
2024-10-16 09:16:38 +00:00
|
|
|
<link rel="stylesheet" href="css/style.css">
|
2024-10-16 08:40:14 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2024-10-16 09:11:17 +00:00
|
|
|
<h1>Ocena Zachowania</h1>
|
|
|
|
|
2024-10-16 08:40:14 +00:00
|
|
|
<div>
|
2024-10-16 09:14:17 +00:00
|
|
|
<button onclick="showTab('criteria')">Ocena z zachowania</button>
|
2024-10-16 09:11:17 +00:00
|
|
|
<button onclick="showTab('stats')">Statystyka</button>
|
2024-10-16 09:14:17 +00:00
|
|
|
<button onclick="showTab('points')">Ustal punkty</button>
|
2024-10-16 09:11:17 +00:00
|
|
|
</div>
|
|
|
|
|
2024-10-16 13:44:17 +00:00
|
|
|
<!-- Zakładka "Ustal punkty" -->
|
2024-10-16 09:14:17 +00:00
|
|
|
<div id="points" class="tab">
|
2024-10-16 09:11:17 +00:00
|
|
|
<h2>Ustal punkty dla kryteriów</h2>
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>Kryterium</th>
|
|
|
|
<th>Punkty</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>Frekwencja 95-100%</td>
|
|
|
|
<td><input type="number" id="frekwencja-punkty" value="30" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Brak godzin nieusprawiedliwionych</td>
|
|
|
|
<td><input type="number" id="brak-godzin-punkty" value="20" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Minimum 85% frekwencja</td>
|
|
|
|
<td><input type="number" id="min-85-punkty" value="20" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
2024-10-17 10:47:01 +00:00
|
|
|
<tr>
|
|
|
|
<td>Etap szkolny</td>
|
|
|
|
<td><input type="number" id="etap-szkolny-punkty" value="5" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Etap rejonowy</td>
|
|
|
|
<td><input type="number" id="etap-rejonowy-punkty" value="10" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Etap wojewódzki</td>
|
|
|
|
<td><input type="number" id="etap-wojewodzki-punkty" value="15" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Etap ogólnopolski</td>
|
|
|
|
<td><input type="number" id="etap-ogolnopolski-punkty" value="20" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Udział w konkursach</td>
|
|
|
|
<td><input type="number" id="udzial-konkurs-punkty" value="5" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Wyróżnienie w konkursie</td>
|
|
|
|
<td><input type="number" id="wyroznienie-konkurs-punkty" value="10" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Reprezentacja indywidualna</td>
|
|
|
|
<td><input type="number" id="reprezentacja-indywidualna-punkty" value="5" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Reprezentacja zespołowa</td>
|
|
|
|
<td><input type="number" id="reprezentacja-zespolowa-punkty" value="10" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Udział w zawodach</td>
|
|
|
|
<td><input type="number" id="udzial-zawody-punkty" value="15" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Organizacja imprez</td>
|
|
|
|
<td><input type="number" id="organizacja-imprez-punkty" value="10" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Funkcje w klasie</td>
|
|
|
|
<td><input type="number" id="funkcja-klasa-punkty" value="10" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Uroczystości okolicznościowe</td>
|
|
|
|
<td><input type="number" id="uroczystosci-punkty" value="10" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Udział w poczcie sztandarowej</td>
|
|
|
|
<td><input type="number" id="poczta-sztandar-punkty" value="20" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Pomoc nauczycielowi</td>
|
|
|
|
<td><input type="number" id="pomoc-nauczyciel-punkty" value="10" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Wolontariat</td>
|
|
|
|
<td><input type="number" id="wolontariat-punkty" value="10" onchange="calculateStats()"></td>
|
|
|
|
</tr>
|
|
|
|
<!-- Dodaj więcej wierszy dla innych punktów, jeśli potrzebne -->
|
2024-10-16 09:11:17 +00:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
2024-10-16 13:44:17 +00:00
|
|
|
<!-- Zakładka "Kryteria oceny zachowania" -->
|
2024-10-16 09:14:17 +00:00
|
|
|
<div id="criteria" class="tab active">
|
2024-10-16 09:11:17 +00:00
|
|
|
<h2>Kryteria oceny zachowania - <span id="current-date"></span></h2>
|
|
|
|
<div>
|
|
|
|
<button onclick="changeDay(-1)">Poprzedni Dzień</button>
|
|
|
|
<button onclick="changeDay(1)">Następny Dzień</button>
|
|
|
|
</div>
|
2024-10-16 13:44:17 +00:00
|
|
|
|
2024-10-17 10:47:01 +00:00
|
|
|
<div class="select-class" id="select-class-container">
|
|
|
|
<p>Wybierz klasę:</p>
|
|
|
|
<div class="category-buttons">
|
|
|
|
<button data-category="frekwencja" onclick="showInnerTab('frekwencja')">Frekwencja</button>
|
|
|
|
<button data-category="olimpiady" onclick="showInnerTab('olimpiady')">Olimpiady</button>
|
|
|
|
<button data-category="konkursy" onclick="showInnerTab('konkursy')">Konkursy Szkolne</button>
|
|
|
|
<button data-category="reprezentacja" onclick="showInnerTab('reprezentacja')">Reprezentacja Szkoły</button>
|
|
|
|
<button data-category="aktywnosc" onclick="showInnerTab('aktywnosc')">Aktywność</button>
|
2024-10-16 13:44:17 +00:00
|
|
|
</div>
|
2024-10-17 10:47:01 +00:00
|
|
|
<select class="select-class" id="select-class-select">
|
|
|
|
<option value="">Wybierz klasę</option>
|
|
|
|
<option value="1A">Klasa 1A</option>
|
|
|
|
<option value="2B">Klasa 2B</option>
|
|
|
|
<option value="3C">Klasa 3C</option>
|
|
|
|
<!-- Dodaj więcej klas według potrzeb -->
|
|
|
|
</select>
|
2024-10-16 10:42:08 +00:00
|
|
|
</div>
|
2024-10-17 10:47:01 +00:00
|
|
|
|
|
|
|
<!-- Przykładowa tabela uczniów -->
|
|
|
|
<table id="student-table">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<!-- Dynamiczne nagłówki będą generowane przez JavaScript -->
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<!-- Dynamiczne wiersze będą generowane przez JavaScript -->
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2024-10-16 09:11:17 +00:00
|
|
|
</div>
|
|
|
|
|
2024-10-16 13:44:17 +00:00
|
|
|
<!-- Zakładka "Statystyka" -->
|
2024-10-16 09:11:17 +00:00
|
|
|
<div id="stats" class="tab">
|
|
|
|
<h2>Statystyka dla wszystkich dni</h2>
|
2024-10-17 10:47:01 +00:00
|
|
|
<div id="stats-output"></div>
|
2024-10-16 08:40:14 +00:00
|
|
|
</div>
|
|
|
|
|
2024-10-16 10:18:43 +00:00
|
|
|
<footer style="margin: 20px">
|
2024-10-17 10:47:01 +00:00
|
|
|
B. Hrynowiecki </br>
|
2024-10-16 13:44:17 +00:00
|
|
|
K. Michalak </br>
|
|
|
|
F. Kowalski </br>
|
2024-10-16 10:47:23 +00:00
|
|
|
Led and Authored by M. Pabiszczak
|
2024-10-16 10:18:43 +00:00
|
|
|
</footer>
|
|
|
|
|
2024-10-17 10:47:01 +00:00
|
|
|
<!-- Przeniesienie skryptu na koniec body -->
|
|
|
|
<script src="js/script.js"></script>
|
2024-10-16 09:11:17 +00:00
|
|
|
|
2024-10-16 08:40:14 +00:00
|
|
|
</body>
|
|
|
|
</html>
|