-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfremdbezug.html
More file actions
146 lines (127 loc) · 7.26 KB
/
fremdbezug.html
File metadata and controls
146 lines (127 loc) · 7.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- === SEO Core === -->
<title>Eigenfertigung oder Fremdbezug – Make-or-Buy BwR | meinbwr.de</title>
<meta name="description" content="Kostenloses BwR-Tool: Generiere zufällige Aufgaben zur Entscheidung Eigenfertigung oder Fremdbezug (Make-or-Buy). Drei Problemtypen, automatische Berechnung, Kostenvergleich und Diagramm (ApexCharts). Ideal für BwR Realschule Bayern (meist Klasse 9/10), Beschaffungs- & Fertigungsplanung, Prüfungsvorbereitung. Mit KI-Prompt für lernfördernden Chatbot.">
<link rel="canonical" href="https://www.meinbwr.de/fremdbezug.html">
<meta name="robots" content="index, follow">
<meta name="author" content="meinbwr.de – BwR Unterrichtsmaterial Realschule Bayern">
<!-- === Open Graph === -->
<meta property="og:title" content="Eigenfertigung oder Fremdbezug – Make-or-Buy Generator BwR">
<meta property="og:description" content="Zufällige Aufgaben Eigenfertigung vs. Fremdbezug: Berechne Kosten, vergleiche Varianten und sieh das Diagramm. Drei Problemtypen wählbar. Perfekt für BwR Klasse 9/10 Realschule Bayern – Beschaffung, Fertigung, Kostenrechnung, Abschlussprüfung. Inkl. Export & KI-Prompt.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.meinbwr.de/fremdbezug.html">
<meta property="og:image" content="https://www.meinbwr.de/images/fremdbezug-tool-vorschau.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:image:alt" content="Screenshot: Make-or-Buy Aufgabe mit Kostenvergleich und Diagramm (ApexCharts) BwR">
<meta property="og:site_name" content="meinbwr.de – BwR Realschule">
<meta property="og:locale" content="de_DE">
<!-- === Twitter / X Cards === -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Make-or-Buy Generator BwR – Eigenfertigung vs. Fremdbezug">
<meta name="twitter:description" content="Zufällige Aufgaben zur Eigenfertigung/Fremdbezug-Entscheidung mit Berechnung, Kostenvergleich und Diagramm. Ideal für BwR Realschule Bayern (Klasse 9/10).">
<meta name="twitter:image" content="https://www.meinbwr.de/images/fremdbezug-tool-vorschau.jpg">
<meta name="twitter:image:alt" content="BwR Tool: Fremdbezug / Eigenfertigung Diagramm Vorschau">
<!-- === Keywords – prüfungs- & lehrplanrelevant === -->
<meta name="keywords" content="Eigenfertigung Fremdbezug BwR, Make or Buy Entscheidung, Eigenfertigung oder Fremdbezug, BwR Realschule Bayern, Beschaffungsplanung Klasse 9 10, Kostenvergleich Eigenfertigung, Fremdbezug Aufgabe, BwR Prüfung Eigenfertigung, Fertigungs- oder Einkaufsentscheidung, ApexCharts BwR">
<link rel="stylesheet" href="css/style.css" />
<script src="js/apexcharts.min.js"></script>
<script src="js/menu.js"></script>
<script src="js/html2canvas.min.js"></script>
<script src="js/clipboard.min.js"></script>
<title>Eigenfertigung oder Fremdbezug | meinbwr.de BwR</title>
</head>
<body>
<main>
<div w3-include-html="navigation.html"></div>
<h2>Fremdbezug oder Eigenfertigung</h2>
<div class="box">
<p>Es wird eine zufällige Aufgabe zur Entscheidung Eigenfertigung oder Fremdbezug erstellt. Es gibt drei
mögliche Fälle:
<ol>
<li>Es muss der Fremdbezug berechnet werden.
<li>Es muss die Eigenfertigung berechnet werden.</li>
<li>Es beides berechnet werden.</li>
</ol>
</p>
<label for="problemType">Problem-Typ:</label>
<select id="problemType" onchange="generateProblem()">
<option value="1">Typ 1</option>
<option value="2">Typ 2</option>
<option value="3">Typ 3</option>
</select>
<button onclick="generateProblem()">Neue Aufgabe erstellen</button>
</div>
<div id="Container" style="min-width: 480px" contenteditable="true"></div>
<div w3-include-html="downloads.html"></div>
<div>
<div id="fremdbezugDiagrammContainer" style="min-width: 600px;min-height:300px;width:100%">
<div id="fremdbezugChart"></div>
</div>
<!-- ══════════════════════════════════════════════════════════════
KI-ASSISTENT PROMPT
══════════════════════════════════════════════════════════════ -->
<div class="ki-assistent-box">
<div class="ki-assistent-header">
<span class="ki-icon">🤖</span>
<div>
<h3>KI-Assistent – System-Prompt</h3>
<p>Prompt für einen lernfördernden Chatbot (z. B. KI-Persona in ByCS, telli...)</p>
</div>
</div>
<div class="ki-assistent-body">
<div class="ki-hinweis">
<span class="hinweis-icon">💡</span>
<span>
Kopieren Sie den Prompt und fügen Sie ihn als <strong>System-Prompt</strong> in einen KI-Chatbot ein.
Der Bot hilft Schülerinnen und Schülern mit gezielten Hinweisen – ohne Lösungen vorwegzunehmen.
</span>
</div>
<div class="ki-chips">
<span class="ki-chip">📚 BwR Realschule</span>
<span class="ki-chip">🧾 Eigenfertigung oder Fremdbezug</span>
<span class="ki-chip">✅ Sokrat. Methode</span>
<span class="ki-chip">🔒 Keine direkten Lösungen</span>
</div>
<div class="ki-actions" style="margin-top: 14px;">
<button
class="ki-prompt-btn ki-prompt-btn--primary"
id="kiPromptKopierenBtn"
onclick="kopiereKiPrompt()"
title="Prompt in die Zwischenablage kopieren"
>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect>
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
</svg>
Prompt kopieren
</button>
<button
class="ki-prompt-btn ki-prompt-btn--ghost"
id="kiPromptToggleBtn"
onclick="toggleKiPromptVorschau()"
title="Prompt-Text ein- oder ausblenden"
>
Prompt anzeigen ▼
</button>
</div>
<div class="ki-prompt-vorschau-wrapper">
<textarea id="kiPromptVorschau" readonly spellcheck="false" aria-label="KI-Assistent System-Prompt Vorschau"></textarea>
</div>
</div>
</div>
<!-- Ende KI-Assistent -->
</main>
<div w3-include-html="footer.html"></div>
<script>
includeHTML();
</script>
<script src="js/fremdbezug.js"></script>
<script src="js/download.js"></script>
</body>
</html>