I teach a "specials" class (library). I want to create classes that are the grade level, but have a sub-class name to include the teachers that I have for the day.
Example:
Monday class ---> First Grade (Mrs. Smith)
Tuesday class ---> First Grade (Mrs. Jones)
If I just create tons of classes and change the day they meet, I can't extend lessons.
I teach a "specials" class (library). I want to create classes that are the grade level, but have a sub-class name to include the teachers that I have for the day.
Example:
Monday class ---> First Grade (Mrs. Smith)
Tuesday class ---> First Grade (Mrs. Jones)
If I just create tons of classes and change the day they meet, I can't extend lessons.