The AR4T Classroom: A Scheme of Work [proto-type:beta]
The AR4T Classroom: A Scheme of Work The AR4T Classroom: A Scheme of Work 1. The Project Concept This document outlines a two-week project-based learning plan for a programming class. It uses the "A Radically-reduced Text" (AR4T) paradigm to empower students to build a feature-rich, self-contained Python application, while abstracting away complex backend services. The goal is to let students focus on UI/UX, application logic, and database fundamentals, using a workflow modelled on the industry-standard GitHub Flow. Students will each build a simple "Report Writer" GUI application within a single Python file. This application will allow them to write, save, load, and even get AI-powered summaries of their reports. The Innovation: The student's mai...