Documentation

Data
in package

Modèle Data

Table of Contents

getAverageGradeOnStudy()  : array<string|int, mixed>
Retourne la moyenne d'une matière en fonction de son id
getAverageStudent()  : array<string|int, mixed>
Retourne la moyenne d'un étudiant en fonction de son id
getGradeStudent()  : array<string|int, mixed>
Retourne les notes d'un étudiant en fonction de son id
getNbNoteStudent()  : int
Retourne le nombre de notes d'un étudiant en fonction de son id
getNbQuestion()  : array<string|int, mixed>
Retourne le nombre de questions
getQuestionsPerSubject()  : array<string|int, mixed>
Retourne les questions par matière

Methods

getAverageGradeOnStudy()

Retourne la moyenne d'une matière en fonction de son id

public getAverageGradeOnStudy( $id) : array<string|int, mixed>
Parameters
$id :
Return values
array<string|int, mixed>

getAverageStudent()

Retourne la moyenne d'un étudiant en fonction de son id

public getAverageStudent( $id) : array<string|int, mixed>
Parameters
$id :
Return values
array<string|int, mixed>

getGradeStudent()

Retourne les notes d'un étudiant en fonction de son id

public getGradeStudent( $id) : array<string|int, mixed>
Parameters
$id :
Return values
array<string|int, mixed>

getNbNoteStudent()

Retourne le nombre de notes d'un étudiant en fonction de son id

public getNbNoteStudent( $id) : int
Parameters
$id :
Return values
int

getNbQuestion()

Retourne le nombre de questions

public getNbQuestion() : array<string|int, mixed>
Return values
array<string|int, mixed>

getQuestionsPerSubject()

Retourne les questions par matière

public getQuestionsPerSubject() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results