Skip to content

Instantly share code, notes, and snippets.

@kevinrobinson
Created October 6, 2017 18:39
Show Gist options
  • Save kevinrobinson/e933340eec282c674a253966694e4b81 to your computer and use it in GitHub Desktop.
Save kevinrobinson/e933340eec282c674a253966694e4b81 to your computer and use it in GitHub Desktop.
importers = [
X2::StudentsImporter.new(mods: [
SomervilleHouseMod.new(),
])
X2::X2AssessmentImporter.new(),
X2::BehaviorImporter.new(),
X2::EducatorsImporter.new(),
X2::AttendanceImporter.new(),
X2::CoursesSectionsImporter.new(),
X2::StudentSectionAssignmentsImporter.new(),
X2::StudentSectionGradesImporter.new(),
X2::EducatorSectionAssignmentsImporter.new(),
STAR::MathImporter.new(),
STAR::ReadingImporter.new(),
EasyIEP::IEPs.new(),
Somerville::Photos.new()
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment