If you’d like to encourage your students to incorporate more precise, sophisticated or fun vocabulary into their writing, here is a printable resource that they can stick in the front of their binders or folders. Or you could laminate them and stick them on tables for quick and easy reference.
[insert_php]
// INSTRUCTIONS: array(“url”,”title”,”type”,”size”),
// AND only the last array() line does NOT have a comma at the end
$downloads = array(
array(“https://www.theteacherslibrary.com/wp-content/uploads/2016/10/ditch-very-1.docx”,”Download vocabulary handout”,”docx”,”76kb”),
array(“https://www.theteacherslibrary.com/wp-content/uploads/2016/10/ditch-very-1.pdf”,”Download vocabulary handout”,”pdf”,”190kb”)
);
insertDownloads($downloads);
[/insert_php]