Uses of Class
models.ConceptQuiz
-
Packages that use ConceptQuiz Package Description controllers models views -
-
Uses of ConceptQuiz in controllers
Methods in controllers that return ConceptQuiz Modifier and Type Method Description ConceptQuizScore. getConceptScore()L'accés à l'attribut conceptScoreMethods in controllers with parameters of type ConceptQuiz Modifier and Type Method Description voidProfesor. deleteConceptFromLangage(Langage langage, ConceptQuiz conceptQuiz)Supprimer le concept d'un langagevoidScore. setConceptScore(ConceptQuiz conceptScore)change le contenu de l'attribut conceptScoreConstructors in controllers with parameters of type ConceptQuiz Constructor Description Score(ConceptQuiz conceptQuiz)Constructeur de la classe Score -
Uses of ConceptQuiz in models
Methods in models that return types with arguments of type ConceptQuiz Modifier and Type Method Description java.util.Set<ConceptQuiz>Langage. getConceptQuiz()Retourne la liste de concepts du langageMethods in models with parameters of type ConceptQuiz Modifier and Type Method Description voidLangage. addConceptQuiz(ConceptQuiz c)Ajoute des nouveaux conceptesvoidLangage. removeConceptQuiz(ConceptQuiz conceptQuiz)Permet de supprimer des conceptMethod parameters in models with type arguments of type ConceptQuiz Modifier and Type Method Description voidLangage. setConceptQuiz(java.util.Set<ConceptQuiz> conceptQuiz)Fixe la liste de concepts du langage -
Uses of ConceptQuiz in views
Methods in views that return ConceptQuiz Modifier and Type Method Description ConceptQuizMenu. chooseConceptQuizFromConceptQuizCollections(Langage chosenLangage)Affiche la liste des concepts créés par le profeseur pour un langage choisir un concept donneMethods in views with parameters of type ConceptQuiz Modifier and Type Method Description voidMenu. displayStudentAnswers(ConceptQuiz chosenQuiz, Score score)Affiche le resultat du test de l'etudiant avec le score
-