Coder Social home page Coder Social logo

notenberechnung's Introduction

Notenberechnung

Deutsch

Mithilfe dieses kostenlosen Programms können Sie ganz einfach eine Vorlage zur Auswertung einer Schulaufgabe oder Stegreifaufgabe erstellen. Sie benötigen dafür nur die Klassenliste als .txt-Datei auf ihrem Rechner. Ein Beispiel für eine Klassenliste finden Sie weiter unten.

Benutzeroberfläche

Erstelle Vorlage in MS Excel

Beispiel für eine Klassenliste in der Datei DemoKlasse.txt. Vor- und Nachname(n) können durch Kommas oder Tabs getrennt werden.

Adriana C. , Ocampo Uria
Albert, Einstein
Anna K., Behrensmeyer
Blaise, Pascal
Caroline, Herschel
Cecilia, Payne-Gaposchkin

English

Program that creates a template for evaluating a test, e.g. to evaluate a school assignment. All you need is a list of the student names in a .txt-file stored on your device.

notenberechnung's People

Contributors

mjferstl avatar

notenberechnung's Issues

Overrites existing file

If there's an xlsx-file with the same name, the programm overrites ist without telling the user.
It would be great, if the user could choose, weather the file should be overritten or the user wants to save the new file under a different name.

Even better solution: Let the user save the new file under a specific name using a file browser window

Notenstrahl

Ein Notenstrahl (Zahlenstrahl mit den Punkten) mit Markierung der Notenbereiche und Eintragung aller Schüler soll erstellt werden

Editierbare Klassenliste

Die Klassenliste soll nach dem Einlesen noch editiert und mit den Änderungen gespeichert werden können

Bug: Grades not calculated correctly

Bug in v0.3.0:
The formulas grades of the students in column E and their corresponding +(plus) or -(minus) signs are wrong. E.g. for the grade in row 5 the formula uses the total score from row 41...
The grade for every student is caclulated using the total score of row 41.

Durchschnittsnote & Anteil 5er und 6er

Unter der Anzahl der jeweiligen Noten soll noch die Durchschnittsnote der Klasse stehen, sowie der Prozentsatz an mangelhaften und ungenügenden Leistungen

Make all possilbe cells accessible

Currently only the cells in columns A-AC are accessible, because the variable 'columnNames' contains only these String variables.
All cells in the xlsx-file should be accessible, starting at column A and ending at the last possible column.
When inserting many tasks, the current code will throw an exception, if column AD is required

Enhance student name parsing

The student names need to be in the format:
Prename(s),Surname(s)
It would be better, if some spaces are allowed as this may increases readability of the file.
Example
Prename(s)(optional space),(optional space)Surname(s)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.