Skip to content

Web application for calculating the assessment of final theses

License

Notifications You must be signed in to change notification settings

tigion/htwd-project-grade-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notenrechner

Web application for calculating the assessment of final theses. Optimized for mobile devices.

Screenshot in the webbrowser

Notes

The calculation is performed as an integer, with three decimal places, in the JavaScript classes Calculation and Grade. The interface is implemented with HTML/CSS and Bootstrap (CSS).

Calculation

Partial Grade  Calculation
Schriftliche Arbeit (1. Gutachten + 2. Gutachten) / 2
 Verteidigung   (Vortrag + Diskussion) / 2 
Final Grade  Calculation
 Informatik/Mathematik
(2/3 + 1/3)
(2x Schriftliche Arbeit + Verteidigung) / 3 
Wirtschaftswissenschaften
(3/4 + 1/4)
(3x Schriftliche Arbeit + Verteidigung) / 4
  • For the partial grades (Schriftliche Arbeit, Verteidigung and Gesamtnoten), everything after the first decimal place is cut off in the result. The uncut result is displayed below the grades for control purposes.

About

Web application for calculating the assessment of final theses

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published