Many children have difficulty calculating change. It is helpful if they learn on an active level first and then add change step by step.
The material is differentiated in three ways:
*Change amounts in ZR 100 (only in Swiss francs)
*Change amounts in ZR 100 (Francs and Rappen)
*Total & change amounts in ZR 100 (Francs and Rappen)
And this is how it works:
If you don't have any laying material yet, you can also find the copy templates for francs and cents in the shop.
<style>
/* Style for the pop-up window */
.pdf-popup {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 70%;
max-width: 640px;
background-color: #333;
padding: 16px;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
border-radius: 6px;
z-index: 1000;
}
.pdf-popup iframe {
width: 100%;
height: 800px;
border: none;
}
.close-popup {
display: block;
text-align: right;
margin-bottom: 10px;
cursor: pointer;
font-size: 18px;
color: #ffff; /* White font color for the close button */
}
</style>
<!-- Link that opens the pop-up -->
<div id="pageChangeFrancs100">
<p>PDF Preview <a id="openPdfLink1_pageChangeFrancs100" href="#">here</a>.</p>
<!-- The pop-up window for PDF 1 -->
<div class="pdf-popup" id="pdfPopup1_pageWechselgeldFranken100">
<span id="closePopup1_pageChangeFrancs100" class="close-popup">× Close</span>
<iframe id="pdfFrame1_pageWechselgeldFranken100"></iframe>
</div>
</div>
<script>
// Opening the first PDF
document.getElementById('openPdfLink1_pageChangeFranken100').addEventListener('click', function(e) {
e.preventDefault();
const viewerUrl = `https://drive.google.com/file/d/1zZGWgXKAaKnfM_OvqcChe8J5w1VGAEY1/preview`;
document.getElementById('pdfFrame1_pageChangeFranken100').src = viewerUrl;
document.getElementById('pdfPopup1_pageWechselgeldFranken100').style.display = 'block';
});
// Close the pop-up
document.getElementById('closePopup1_pageWechselgeldFranken100').addEventListener('click', function() {
document.getElementById('pdfPopup1_pageWechselgeldFranken100').style.display = 'none';
document.getElementById('pdfFrame1_pageChangeFranken100').src = '';
});
// Close the pop-up when the user clicks outside the pop-up
window.addEventListener('click', function(e) {
if (e.target === document.getElementById('pdfPopup1_pageWechselgeldFranken100')) {
document.getElementById('pdfPopup1_pageWechselgeldFranken100').style.display = 'none';
document.getElementById('pdfFrame1_pageChangeFranken100').src = '';
}
});
</script>
Wichtig: Dies ist ein digitaler Download. Es erfolgt kein physischer Versand.