Αναρτήσεις

Προβολή αναρτήσεων από 2015

Με αφορμή ερώτηση σχετικά με τα ΕΠΑΛ.

Με αφορμή την ερώτηση σχετική με τα ΕΠΑΛ: Ερώτηση Έχουν τμήματα με ομάδες προσανατολισμού στην Α τάξη.... ειδικότητες με θεωρητικά και εργαστηριακά μαθήματα στη Β και Γ τάξη.  Όλα αυτά πέρα από τα μαθήματα γενικής παιδείας...   Απάντηση Κάθε μαθητής μπορεί να ανήκει έως και σε 5 είδη τμημάτων.  Ένα είδος τμήματος μπορεί να είναι το ΓΕΝΙΚΗΣ ΠΑΙΔΕΙΑΣ, ένα άλλο το ΠΡΟΣΑΝΑΤΟΛΙΣΜΟΥ,  ένα άλλο το ΕΡΓΑΣΤΗΡΙΑΚΟ κλπ.    Από την οθόνη ΤΑ ΤΜΗΜΑΤΑ ΜΟΥ επιλέξτε ΡΥΘΜΙΣΕΙΣ και επιλέξτε το πλήθος που σας καλύπτει. Επιπλέον,  ορίστε την περιγραφή που σας ταιριάζει (οι αρχικές καταχωρήσεις αντιστοιχούν σε ΓΕΝΙΚΟ ΛΥΚΕΙΟ, εσείς  ορίστε όποια περιγραφη για τύπο τμήματος θέλετε).   Μετά, κατά το διάλογο εισαγωγής νέου τμήματος (ΝΕΟ ΤΜΗΜΑ) θα εμφανίζεται δυνατότητα επιλογής  του τύπου του τμήματος.    Επιπλέον, αν ορίσετε δύο ή παραπάνω είδη τμημάτων τότε στο διάλογο εισαγωγής νέου μαθητή στην οθόνη ΟΙ ΜΑΘΗΤΕΣ ΜΟΥ  (ΝΕΟΣ ΜΑΘΗΤΗΣ) θα εμφανίζεται επιλογή τμήματος για το κάθε έναν από αυτού

Διάθεση της Εκπαιδευτικής Διφθέρας σε νέα τιμή 7,9 ευρώ.

Η αρχική τιμή των 10 ευρώ κρίθηκε εκ του αποτελέσματος λανθασμένη επιλογή, ωστόσο αυτό που ο μέσος επισκέπτης του Google Play δεν γνωρίζει είναι πως από την τιμή πώλησης μίας εφαρμογής περίπου το 50% φτάνει στον προγραμματιστή της εφαρμογής καθώς μεσολαβεί 1. η άμεση αφαίρεση του ΦΠΑ (23% για την Ελλάδα και ανάλογα για τις άλλες ευρωπαϊκές χώρες, ενώ ενδιαφέρον είναι πως δεν υπάρχει φόρος στις ΗΠΑ και την Ιαπωνία) και 2. ο έμμεσος φόρος εισοδήματος μετά την κατάθεση της φορολογικής δήλωσης (δηλαδή 40% επί του ποσού που απομένει). Έτσι, από τα αρχικά 10 ευρώ απομένει για τον προγραμματιστή 10*(1 - 0.23)*(1 - 0.4) = 4,62 ευρώ. Επίσης καθώς εκ των πραγμάτων μία τέτοια εφαρμογή δεν απευθύνεται σε ευρύ κοινό, είναι μία δύσκολη απόφαση η τιμολόγηση της έτσι ώστε σε βάθος χρόνου να υπάρχει μη τετριμμένη ανταπόδοση. Με βάση τα παραπάνω και παίρνοντας υπόψη την ελληνική πραγματικότητα όπου οι περισσότεροι χρήστες νέων τεχνολογιών έχουν την τάση να αποφεύγουν να πληρώσουν για έργα λο

Educational Difthera free for all at Amazon Underground

Amazon Underground is a new application for Android phones offered by Amazon in order to engage users in using its store. To achieve the users' commitment Amazon offer to them applications for free that otherwise users would pay for to use. It is a great pleasure to announce that Educational Difthera (normally priced 9.9 euro in Google Play ) was accepted in this program and is available for free download through Amazon Underground App. In order to install the application one should first install the Amazon Underground application from https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1003016361 . Then, it suffice to search for the application in the category Education. ( direct link here ) Η εφαρμογή Amazon Underground είναι μία εφαρμογή που διαθέτει η Amazon στην προσπάθειά της να διευρύνει το πλήθος των χρηστών που χρησιμοποιούν την εταιρεία για αγορές προιόντων μέσα από τις φορητές τους συσκευές. Για να πετύχει τη δέσμευση των χρηστών προσφέρει σε αυτούς απολύτως δωρ

Η Εκπαιδευτική Διφθέρα στο Youtube

Ένα σύντομο video για την εφαρμογή έχει δημοσιευθεί στη διεύθυνση https://www.youtube.com/watch?v=yF0cc5BfpCQ . (Ή απλά αναζητήστε Εκπαιδευτική Διφθέρα στο Youtube)

Execution failure report - Αναφορά αδυναμίας εκτέλεσης

[UPDATE Wednesday July 29, 2015]  The problem in the code was at the third line of the MainActivity where I declared that the application should appear in landscape mode... setRequestedOrientation ( ActivityInfo . SCREEN_ORIENTATION_LANDSCAPE );   For a reason I do not understand that line created a memory overflow in some devices and the application was instantly crashed. I manage to find the faulty code by try and error when I created a Nexus 5 API 22 x86 virtual device and reproduce this situation. The solution was to remove the above faulty line and type android : screenOrientation = "landscape"   in the AndroidManifest.xml file. I hope that the 1.0.25 version of Educational Difthera (published July 25) will run normally at all android devices. If this not the case please inform me in order to try to resolve the bad situation.

User guide: Import / export of the database.

Εικόνα
Educational Difthera as an android application relies on SQLite database engine for its data storage needs. SQLite physically is a single file located in the internal memory of the android device. In Educational Difthera this file has the name "tefteri_db" (without any file extension). The application supports easy import and export of its database file. EXPORT To create a backup file of the database it suffice to select Export of database from the SETTINGS screen. By making this choice, a copy of the database file "tefteri_db" is created and saved in the folder MyReports/DbBackup of the external SD card. Then, the user can select either to browse the folder or email this file or upload at his/her Dropbox account or even send this file via bluetooth port at a connected device. IMPORT In order to import a database it suffice to select Import and replace database from the SETTINGS screen. The user will be asked twice to verify that he/she desi

Η Εκπαιδευτική Διφθέρα ως ένα μοντέρνο σύστημα συλλογής και διαλογής των απουσιών.

Εικόνα
Η εφαρμογή μπορεί να χρησιμοποιηθεί για την αυτοματοποίηση της διαδικασίας συλλογής και διαλογής σε ένα σχολείο δευτεροβάθμιας εκπαίδευσης απελευθερώνοντας όλους τους εμπλεκόμενους καθηγητές από τη μη παραγωγική τήρηση του βιβλίου φοίτησης. Στο gif που ακολουθεί περιγράφεται παραστατικά ο τρόπος με τον οποίο μπορεί να γίνει αυτό σε ένα σχολείο δευτεροβάθμιας εκπαίδευσης στην Ελλάδα, σήμερα. Αναλυτικά: Προαπαιτούμενο είναι ο εφοδιασμός κάθε αίθουσας του σχολείου με συσκευές  με το λειτουργικό android στην οποία θα έχει εγκατασταθεί η εφαρμογή ενώ απαιτείται μία ακόμα μητρική συσκευή για την κεντρική συλλογή των απουσιών. Βήμα 1. Η μητρική συσκευή ενημερώνεται (α) με το ωρολόγιο πρόγραμμα του σχολείου, (β) με τους μαθητές των τμημάτων, όπως περιγράφεται στους αντίστοιχους οδηγούς χρήσης. Βήμα 2. Η βάση δεδομένων της μητρικής συσκευής μεταφέρεται μέσω της θύρας Bluetooth σε όλες τις συσκευές - υπηρέτες που βρίσκονται στις αίθουσες και

Available color combinations

Εικόνα
Currently, there are 5 dark themes and 4 light color themes. 1. Background Color: #333333, Letters Color:  #F2F1ED 2. Background Color: #003333, Letters Color:  #F0F0F0 3. Background Color: #0C2727, Letters Color:  #F0F0F0 4. Background Color: #483C32, Letters Color:  #FEFEFA 5. Background Color: #1A1A1A, Letters Color:  #FEFEFA 6. Background Color: #FFFFCC, Letters Color:  #2B2B2B 7. Background Color: #FAF0E6, Letters Color:  #2B2B2B 8. Background Color: #FFE4B5, Letters Color:  #2B2B2B 9. Background Color: #F6F6F6, Letters Color:  #2B2B2B In order to change the colours of the application , it suffice to tap on the SETTINGS option from the main panel at the left part of the screen and select the Color combination layout. A restart of the application is necessary in order for the user to see the changes in every screen of the application.

Object hierarchy and basic operations.

Εικόνα
The application manages: (a) Classes. (b) Lessons. (c) Students. (d) Weekly timetable. (e) The courses assignments (eg Final Exams or Short Test). (f) The personal assignments (eg Oral Examination) (g) The courses comments. (h) The personal comments for students. (i) The student's absences. (k) The student's scores on assignments. The following diagram exhibits the relations between the above objects in Educational Difthera . A novelty of this application is that the user has the option to attach images taken by device camera at students and scores of assignments . This gives at the teacher the opportunity to keep a copy of important documents that can not be registered otherwise in the application (such as a copy of a written test or the physical record of the student) . For all objects, the application provides a set of common operations that can be applied on them (Create, Modify, Delete) while there are some special operations for some of

User guide: How to import your students.

Εικόνα
You can import your students by following the next steps. First Step Export the empty appropriate csv file for timetable import either by the first run wizard or after first time run wizard from MY STUDENTS screen by selecting SAVE (phone layout, next image). The user can transfer this csv file either by email or using Bluetooth port (if available in his/her device) or by uploading this file at his/her Dropbox cloud folder. Second Step Open this file with any spreadsheet application (MS Excel, OpenOffice / LibreOffice Calc). For devices where English is the system language, the user should see something like: Third Step Type in your students, one entry per line. Each student can belong up at five classes of different categories. If you already imported your weekly timetable then probably you have also your classes in the database, thus you should type exactly the same class names, or these classes will be added as new. In case that you did not import time

User guide: How to import your weekly timetable.

Εικόνα
You can import your weekly timetable by following the next steps. First Step Export the empty appropriate csv file for timetable import either by the first run wizard (tablet layout, next image).... .... or after first time run wizard from MY TIMETABLE screen by selecting SAVE (phone layout, next image). The user can transfer this csv file either by email or using Bluetooth port (if available in his/her device) or by uploading this file at his/her Dropbox cloud folder. Second Step Open this file with any spreadsheet application (MS Excel, OpenOffice / LibreOffice Calc). For devices where English is the system language, the user should see something like:   ***************************************************************************** Μία σημείωση για τα ελληνικά: Τα δεδομένα εξάγονται σε αρχείο csv με κωδικοποίηση UTF - 8. Δυστυχώς, το Microsoft Excel δεν τα καταφέρνει και τόσο καλά με αυτήν τη γενική κωδικοποίηση και ο χρήστης μπορεί να βρεθεί μπροστά

What is Educational Difthera?

Difthera: ancient writing material thin, suitably treated animal skin. Educational Difthera : Application aiming at the organisation and management of teacher's data. Designed for mobile devices with normal or large screen size (4-7 inches) while it take also advantage of larger screens. Features of the application . A. Supports easy and fast import / export (via a csv file) of: (a) Students and Courses. (b) Weekly timetable. IMPORT To import data to the application (curriculum or students) the user should transfer the appropriate csv file created by the application on his computer, fill in the data and copy it somewhere in the external memory card of the device. EXPORT The application creates html and/or csv reports: (a) For courses with all comments and assignments. (b) For students with all comments, assignments, scores and absences. The report is possible to be send by email at any user defined address, send by Bluetooth port at any connected device or upload