| Οι μαθητές αναπτύσσουν μια εφαρμογή για την τήρηση του σκορ σε διαγωνισμούς με βάση τους πόντους. |
| Δημιουργοί | Jan Pawlowski, Martin Idzik |
| Γνωστικό Αντικείμενο | Πληροφορική, αθλητισμός |
| Διάρκεια | 90 λεπτά |
| Παιδαγωγική προσέγγιση | Μάθηση αξιοποιώντας ψηφιακά μέσα |
| Δεξιότητες | Αλγόριθμοι, προγραμματισμός, δεδομένα, νέες τεχνολογίες, δομές ελέγχου |
| Ηλικιακή Ομάδα | Από την Δ’ τάξη δημοτικού |
| Tεχνολογία | MIT App Inventor |
| Εκπαιδευτικές Δραστηριότητες | Εισαγωγή: Ο δάσκαλος εισάγει το θέμα με ένα παράδειγμα (ποδόσφαιρο). Μαζί, οι μαθητές μπορούν να σκεφτούν ποια παιχνίδι, αθλήματα μπορούν να υποστηριχθούν από την εφαρμογή. Ανάπτυξη: Οι μαθητές αναπτύσσουν μαζί την εφαρμογή. Τα επιμέρους βήματα δίνονται στο φύλλο εργασίας. Αναστοχασμός: Οι μαθητές δοκιμάζουν την εφαρμογή παίζοντας παιχνίδια και κρατώντας σκορ με τη βοήθεια της εφαρμογής. |
| Φύλλα Εργασίας |
Worksheet: Step by step to the digital scoreboard
Dear children,
the following worksheet will guide you through the development of your scoreboard app.
To do this, first open the App Inventor.
- Now open a new project “Scoreboard”
The scoreboard should be able to do the following:
- For team A and team B should capture a display of goals scored / points in a match.
- There should be a button to increase the goals scored
- There should be a key to reset the counter to 0
- A text field is to be used, with which the number of points is displayed
To arrange several elements among themselves, use the “Arrangement -> Vertical alignment” element
Have fun!
And this is what your screen could look like:
Now the blocks must be designed in such a way that you have a counter available for each team. To do this, use one variable each with the starting value 0.
Now you use the already known block “If key.click”: For key 1 the variable is increased by 1, for key 2 it is set to 0. Then set the value of the text field to this number.
And this is how it might look:
A small extension:
Uses another key to display the final result. The final result should be displayed below the count. The name of the winning team and the result should be displayed. A draw is also possible. After the display, use another key to return to the scoreboard (back to 0).
This is what your blocks and the app should look like….
