Textbook Groups (textbook associations)
If you manage your class textbooks by uploading a Textbook Associations XML file, an optional Group element was added to the XML file. A district textbook manager can create groups and add or remove textbooks accordingly.
To upload an XML file of textbook associations
- Create an XML file of records containing either of the following sets of information:
- Class name, Class ID, Action (add or delete), Textbook title, ISBN, Group
- Class name, Class ID, Action (add or delete), State/Textbook ID, Group
example The example code shows the new Group element in bold:
<?xml version="1.0" encoding="UTF-8"?>
<FSC-Destiny-ClassTextbookAssociationImport>
<Class>
<ClassName>Algebra 101</ClassName>
<ID>MAT 4053</ID>
<Textbook action="add">
<Title>Beginning Algebra</Title>
<ISBN>987-0-486-43947-1</ISBN>
<Group>Main texts</Group>
</Textbook>
</Class>
</FSC-Destiny-ClassTextbookAssociationImport> - Log in to Destiny as a district manager.
- Select Admin > Update Classes > Upload Changes.
- In Upload changes... section, use the drop-down to select Textbook associations.
- Click Browse.
- Find and select your xml file.
- Click Update.
- To confirm, click Yes. The Job Manager appears. You can view a summary of your changes in the Textbook Association Upload job.