Uses of Class
controllers.Score
-
Packages that use Score Package Description controllers views -
-
Uses of Score in controllers
Methods in controllers that return types with arguments of type Score Modifier and Type Method Description java.util.ArrayList<Score>Student. getStudentScores()retourne la liste du score d'un étudiantMethod parameters in controllers with type arguments of type Score Modifier and Type Method Description voidStudent. setStudentScores(java.util.ArrayList<Score> studentScores)modifie le score d'un étudiant -
Uses of Score in views
Methods in views with parameters of type Score Modifier and Type Method Description voidMenu. displayStudentAnswers(ConceptQuiz chosenQuiz, Score score)Affiche le resultat du test de l'etudiant avec le score
-