UFR: {{UFR}}
ANNEE UNIVERSITAIRE: {{get_annee}}
NIVEAU: {{get_niveau}}
SEMESTRE 1 & 2
STATISTIQUES SEMESTRE 1 & 2
Statistiques par Genre
|
|
Filles |
Garçons |
Générale |
| Effectifs |
{{fille}} |
{{garcon}} |
{{etudiants|length}} |
| Moyennes |
{{MFe|stringformat:".2f"}} |
{{MGn|stringformat:".2f"}} |
{{MoyGen|stringformat:".2f"}} |
| Ecart-types |
{{Ecart_Type_Fille|stringformat:".2f"}} |
{{Ecart_Type_Gar|stringformat:".2f"}} |
{{EcartGen|stringformat:".2f"}} |
|
|
|
Filles |
Garçons |
Total |
| Admis |
{{F_admis}} ({{taux_Fil_admis|stringformat:".2f"}}%) |
{{G_admis}} ({{taux_Gar_admis|stringformat:".2f"}}%) |
{{admis}} ({{taux_admis|stringformat:".2f"}}%) |
| Autorisés |
{{F_autorise}} ({{taux_Fil_autrorise|stringformat:".2f"}}%) |
{{G_autorise}} ({{taux_Gar_autrorise|stringformat:".2f"}}%) |
{{autorises}} ({{taux_autorise|stringformat:".2f"}}%) |
| Refusés |
{{F_refuse}} ({{taux_Fil_refuse|stringformat:".2f"}}%) |
{{G_refuse}} ({{taux_Gar_refuse|stringformat:".2f"}}%) |
{{refuses}} ({{taux_refuse|stringformat:".2f"}}%) |
|
|
Statistiques par UE
|
{% for ue in ues_semestre %}
{{ue.code}} |
{% endfor %}
Générale |
| Moyennes |
{% for moy in stat_moy_list %}
{{moy|stringformat:".2f"}} |
{% endfor %}
{{MoyGen|stringformat:".2f"}} |
| Ecart-Types |
{% for ec in stat_ecart_ue_list %}
{{ec|stringformat:".2f"}} |
{% endfor %}
{{EcartGen|stringformat:".2f"}} |
| % de Validation |
{% for tx in taux_valid_ue_list %}
{{tx|stringformat:".2f"}}% |
{% endfor %}
|