Skip to content

Commit

Permalink
Expanded ISR reports
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Mar 9, 2018
1 parent 66a97c6 commit 30195e1
Showing 1 changed file with 71 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
query ISRPrinting($acaraID: String, $yrLevel: String) {
reportItemsExpanded(schoolAcaraID: $acaraID, testYrLevel: $yrLevel) {
Student {
LocalId
StateProvinceId
OtherIdList
FamilyName
GivenName
MiddleName
PreferredName
IndigenousStatus
Sex
BirthDate
CountryOfBirth
StudentLOTE
VisaCode
LBOTE
AddressLine1
AddressLine2
Locality
StateTerritory
Postcode
SchoolLocalId
YearLevel
FTE
Parent1LOTE
Parent2LOTE
Parent1Occupation
Parent2Occupation
Parent1SchoolEducation
Parent2SchoolEducation
Parent1NonSchoolEducation
Parent2NonSchoolEducation
LocalCampusId
ASLSchoolId
TestLevel
Homegroup
ClassGroup
MainSchoolFlag
FFPOS
ReportingSchoolId
OtherSchoolId
EducationSupport
HomeSchooledStudent
Sensitive
OfflineDelivery
}
SchoolID
SchoolName
R_Score
R_Mean
R_Comment
R_Participation
W_Score
W_Mean
W_Comment
W_Participation
S_Score
S_Mean
S_Comment
S_Participation
G_Score
G_Mean
G_Comment
G_Participation
N_Score
N_Mean
N_Comment
N_Participation
}
}

0 comments on commit 30195e1

Please sign in to comment.