Skip to content
Snippets Groups Projects

Fix in results for old curriculum

+ 6
0
@@ -58,7 +58,13 @@ namespace Cornelius.Criteria
{
get
{
if(this.Name== "Mérnökinformatikus BSc 2014-től" || this.Name == "Villamosmérnöki BSc 2014-től"){
return this.Credit == 0.0 ? 0.0 : this.Points / this.Credit;
} else
{
return this.Credit == 0.0 ? 0.0 : this.Points / 88;
}
}
}
Loading