Plural vs Possessive Worksheet

[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/07/plural-vs-possessive.docx”,”Download the worksheet”,”docx”,”91kb”),
array(“https://www.theteacherslibrary.com/wp-content/uploads/2016/07/plural-vs-possessive.pdf”,”Download the worksheet”,”pdf”,”166kb”)
);
insertDownloads($downloads);
[/insert_php]