DirectionGenerale
PEVR
Description
| MEQ indicators | Description | Data source |
|---|---|---|
| 1.1.1.1 | Taux d’obtention d’un premier diplôme ou d’une première qualification en 7 ans après l’entrée au secondaire. (PEVR) | Charlemagne |
| 1.1.1.2 | Taux de réussite des garçons. (PEVR) | Charlemagne |
| 1.1.1.3 | Taux de réussite des EHDAA. (PEVR) | Charlemagne |
| 1.1.1.4 | Proportion d’élèves qui obtiennent entre 70 % et 100 % à l’épreuve obligatoire de lecture en français, langue d’enseignement, 4e année du primaire (réseau francophone, public) (PEVR) | Local |
| 1.1.1.5 | Proportion d’élèves qui obtiennent entre 70 % et 100 % à l’épreuve obligatoire de mathématique (compétence Résoudre), 6e année du primaire (réseau francophone, public) (PEVR) | Local |
| 1.1.1.6 | Proportion d’élèves qui obtiennent entre 70 % et 100 % à l’épreuve obligatoire d’écriture en français, langue d’enseignement, 2e année du secondaire (réseau francophone, public) (PEVR) | Local |
| 1.2.2.8 | Taux d'obtention d'un diplôme en formation professionnelle après 3 ans. (PEVR) | Charlemagne |
| 1.3.4.11 | Taux de participation des élèves du secondaire du réseau public à un projet pédagogique particulier (PEVR) | Local |
The PEVR dashboard is a project under continuous development. It is therefore incomplete.
Deployment
tag:pevrDatabases
The gpi and jade databases must be linked to the project. Please refer to the linking a database section for more information about how to link a database.
Marts
The following marts must be enabled for the dashboard to work. Please refer to the enabling a mart section for more information about how to enable a mart.
educ_serv
dbt project specification
Update your
cssXX.dashboards_store/dbt_project.ymlfile with the following snippet
# cssXX.dashboards_store/dbt_project.yml
models:
core_dashboards_store:
marts:
educ_serv:
+enabled: True
dashboards:
direction_generale:
pevr:
+enabled: true
interfaces:
gpi:
+enabled: true
jade:
+enabled: true
Configuration
This dashboard requires a few seeds. Make sure to run dbt seed --full-refresh to populate the seeds.
Customizing PEVR indicators
- We strongly advise you to customize your own indicator numbers, if applicable, as well as the targets. You must therefore create the following seeds:
- Add a
.csvfile in yourcssXX.dashboards_store/seeds/dashboards/direction_generale/pevrfolder. The file must be namedcustom_cibles_indicateurs_annuelles_pevr.csv. The file must be populated with the columns described incore.dashboards_store/seeds/dashboards/direction_generale/pevr/schema.yml(refers to thecustom_cibles_indicateurs_annuelles_pevrseed). You can take inspiration from the existing seed incore.dashboards_store/seeds/dashboards/direction_generale/pevr/cibles_indicateurs_annuelles_pevr.csv - Add a
.csvfile in yourcssXX.dashboards_store/seeds/dashboards/direction_generale/pevrfolder. The file must be namedcustom_indicateurs_pevr_meq.csv. The file must be populated with the columns described incore.dashboards_store/seeds/dashboards/direction_generale/pevr/schema.yml(refers to thecustom_indicateurs_pevr_meqseed). You can take inspiration from the existing seed incore.dashboards_store/seeds/dashboards/direction_generale/pevr/indicateurs_pevr_meq.csv - Add a
.csvfile in yourcssXX.dashboards_store/seeds/dashboards/direction_generale/pevrfolder. The file must be namedcustom_indicateurs_pevr_charl.csv. The file must be populated with the columns described incore.dashboards_store/seeds/dashboards/direction_generale/pevr/schema.yml(refers to thecustom_indicateurs_pevr_charlseed). You can take inspiration from the existing seed incore.dashboards_store/seeds/dashboards/direction_generale/pevr/indicateurs_pevr_charl.csv
- Add a
If you are comfortable with overriding, you can also create your own indicators by reusing the core's data.
If the concept of overriding is new to you, please read this page.
dbt seed --full-refresh
Please refer to the seeds section for more information about how to use and populate seeds.

