How Do I Export Rosters to a Third-Party Gradebook?
Schoolmaster for Windows/Macintosh systems that have licensed the Classroom Module can export class rosters and associated biographical information to third-party electronic gradebooks that can import tab delimited text files in the format described below.
The Schoolmaster export program (Utility, Import/Export, Export Classroom Rosters) creates several ASCII text files that contain teacher, roster, report card, and comment information. The third-party gradebook may import some or all of the information outlined in the file formats below, depending on the scope of the product. Consult your gradebook documentation or contact the manufacturer's technical support department for details about the steps required for the actual import of the data into the third-party gradebook.
Before Exporting
- Acquire the Schoolmaster Classroom Module licensed for an appropriate number of teacher/users.
- In the Schoolmaster User File, identify appropriate teachers as Classroom Users (Setup, General, Users, select name, choose Task, Toggle Classroom User).
- Establish courses, sections, and student schedules in Schoolmaster.
After Exporting
Ensure that teachers do not edit Schoolmaster course, section, instructor, and student identification numbers while using their Gradebooks; this information is crucial to importing marks back into Schoolmaster.
Export File Formats
Teachers (TEACHERS.RXP)
- Instructor ID
- Last Name
- Middle Name
- First Name
- Grade Level
Classes/Sections (CLASSES.RXP)
- E = Elementary Class
S = Secondary Course-Section
- Instructor ID
- Class Code or Course-Section ID
- Class or Section Title
- Period
- Term Code (if a course-section)
- Elementary Report Card Layout Code (if an elementary class)
- Standards Report Card Layout Code
Rosters (ROSTER###.RXP where ### is the Instructor ID)
- Class Code or Course-Section ID
- Student ID
- Last Name
- Middle Name
- First Name
- Gender
- Grade Level
- Birthdate
- Home Phone
- Street Address
- Street Address Line 2
- Zip Code
- Parent/Guardian Name
Elementary Report Card Layouts (ELAYOUT.RXP)
- Code
- Title
Elementary Report Card Subjects (ESUBJECT.RXP)
- Subject ID
- Elementary Report Card Layout Code
- Title -- Subject Titles containing tabs, line feeds (lf), and carriage returns (cr) would compromise the integrity of the tab delimited file format. If these characters are encountered, they are exported as the following: tab = ASCII character 167; lf (line feed) = ASCII character 176; cr (carriage return) = ASCII character 177.
- A = Alpha
N = Numeric C = for Comment N = Narrative
Standards Report Card Layouts (SLAYOUT.RXP)
- Code
- Title
Standards Report Card Subjects (SSUBJECT.RXP)
- Subject ID
- Standards Report Card Layout Code
- Standards Code (blank if this a comment, narrative, or non-standard mark)
- Title -- Subject Titles containing tabs, line feeds (lf), and carriage returns (cr) would compromise the integrity of the tab delimited file format. If these characters are encountered, they are exported as the following: tab = ASCII character 167; lf (line feed) = ASCII character 176; cr (carriage return) = ASCII character 177.
- A = Alpha
N = Numeric C = Comment N = Narrative
Comments (COMMENTS.RXP)
- Code
- Text
|