- Demonstrate data persistence and export. - Generate a CSV file (Excel/Google Sheets readable) using the `csv` and `share_plus` packages. - Include at least 10 student attempts with columns like: - _Student, Word, Transcript, Accuracy, Correct?, Date_ - _Emma, cat, cat, 1.0, Y, 2025-10-20_ - _Noah, dog, doc, 0.7, N, 2025-10-20_ - This demonstrates that your storage and export pipeline (likely using csv + share_plus) works correctly.
csvandshare_pluspackages.