List students for teachers as teachers are listed for schools [2022:HPR]

Issue #1166 resolved
Ghislain Hachey created an issue

Requested by FSM.

Comments (4)

  1. Brian Lewis repo owner

    A note on the work herein. I think the original requirement requested here was something more simple. For example, we know from census which students are in which school and which teachers in which school. So we know which teacher (may) teach which student by listing all students of the school where that teacher teaches. This is obviously not as good as the more precise version you describe above.

    The implementation: called ‘Class Explorer’ filters pupils and optionally teachers by class level taught. It allows for selection of school, year and class level, updating the display.

    Access the Class Explorer from Schools list, ‘Survey’ view mode.

    Note on the API: if year is not specified, it will return the most recent year of data

    If class level is not specified, it will return the lowest class level taught at the school in the selected year.

    Similarly, if the selected class level is not taught at the school in the selected year, it will return the lowest class level taught at the school in the selected year.

  2. Log in to comment