-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
323 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
85 changes: 85 additions & 0 deletions
85
app/naprrql/reporting_templates/writing_extract/itemWritingPrinting.gql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
query NAPItemResults($acaraIDs: [String]) { | ||
writing_item_for_marking_report_by_school(acaraIDs: $acaraIDs) { | ||
Test { | ||
TestContent { | ||
LocalId | ||
TestName | ||
TestLevel | ||
TestDomain | ||
TestYear | ||
TestType | ||
} | ||
} | ||
Testlet { | ||
TestletContent { | ||
LocalId | ||
Node | ||
LocationInStage | ||
TestletName | ||
LocalId | ||
} | ||
} | ||
TestItem { | ||
ItemID | ||
TestItemContent { | ||
NAPTestItemLocalId | ||
ItemName | ||
ItemType | ||
Subdomain | ||
WritingGenre | ||
ItemSubstitutedForList { | ||
SubstituteItem { | ||
SubstituteItemRefId | ||
LocalId | ||
} | ||
} | ||
NAPWritingRubricList { | ||
NAPWritingRubric { | ||
RubricType | ||
} | ||
} | ||
} | ||
} | ||
Student { | ||
LocalId | ||
BirthDate | ||
Sex | ||
YearLevel | ||
ASLSchoolId | ||
OtherIdList { | ||
OtherId { | ||
Type | ||
Value | ||
} | ||
} | ||
} | ||
ParticipationCode | ||
Response { | ||
PathTakenForDomain | ||
ParallelTest | ||
PSI | ||
TestletList { | ||
Testlet { | ||
NapTestletLocalId | ||
TestletScore | ||
ItemResponseList { | ||
ItemResponse { | ||
LocalID | ||
Response | ||
ResponseCorrectness | ||
Score | ||
LapsedTimeItem | ||
SequenceNumber | ||
SubscoreList { | ||
Subscore { | ||
SubscoreType | ||
SubscoreValue | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
2 changes: 2 additions & 0 deletions
2
app/naprrql/reporting_templates/writing_extract/itemWritingPrinting_map.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Test Year,Test level,Jurisdiction Id,ACARA ID,PSI,Local school student ID,TAA student ID,Participation Code,Item Response,Anonymised Id | ||
Test.TestContent.TestYear,Test.TestContent.TestLevel,Student.OtherIdList.OtherId.#[Type==JurisdictionId].Value,Student.ASLSchoolId,Response.PSI,Student.LocalId,Student.OtherIdList.OtherId.#[Type==TAAId].Value,ParticipationCode,Response.TestletList.Testlet.0.ItemResponseList.ItemResponse.0.Response,Student.OtherIdList.OtherId.#[Type==AnonymisedId].Value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.