Answers

Sep 23, 2016 - 12:29 PM
The first option on this is to print Class Rosters and Add a Field to the Print-out. The Extra field would be LF for the Language Fluency. This will give another column on the report for Each student's LF code.
Another option requires that the Administrator of Aeries in your District needs to have given permission for Teachers to be able to run Queries. (There may be other permission that need some adjusting)
Now you can go into Query and run a Statement
LIST STU SEC MST STU.ID STU.NM STU.GR STU.SX STU.LF MST.TN MST.PD BY MST.PD IF TN = 605 AND MST.SM # "S"
- Change the 605 to the Teacher Number of the teahcer running the query.This will result in the Fall Classes printed by period. If you are looking for the Spring classes, change the "S" to a "F" for a different comparison.
Again, it is a permission item to be able to Print the Student Test Scores. This would allow the print of the CELDT.
For the 504 and the IEP, check with the IT department to find where your district is storing that data. They should also be able to provide a query to get that data for your students
Another option requires that the Administrator of Aeries in your District needs to have given permission for Teachers to be able to run Queries. (There may be other permission that need some adjusting)
Now you can go into Query and run a Statement
LIST STU SEC MST STU.ID STU.NM STU.GR STU.SX STU.LF MST.TN MST.PD BY MST.PD IF TN = 605 AND MST.SM # "S"
- Change the 605 to the Teacher Number of the teahcer running the query.This will result in the Fall Classes printed by period. If you are looking for the Spring classes, change the "S" to a "F" for a different comparison.
Again, it is a permission item to be able to Print the Student Test Scores. This would allow the print of the CELDT.
For the 504 and the IEP, check with the IT department to find where your district is storing that data. They should also be able to provide a query to get that data for your students