Teacher’s feedback for students
Craft Hooks and Introduction
Instructions: Step 1: Write HooksPlease write 2–3 hook sentences for the prompt you selected (e.g., Personal Growth, Leadership, Belief, etc.). We will compare them together and choose the most engaging one as the opening of your essay. Step 2: Write the Introduction with BackgroundNow, using the strongest hook, write your introduction paragraph, including: The hook […]
Discovering the Power of Reflection through Narrative
Instructions: Choose any two themes that you connect with (Themes and Prompts are shared in the Day 1 sections). For each, write a short paragraph (about 200 words) describing a real-life moment or reflection related to the theme. Options to Submit Assignment : Use the answer form Write in Google Docs and upload here (NO […]
Test Student Strip
Test wpform
https://forms.gle/2TuMAYK4vvSPZhWa9
Practice Set
Purpose: Develop algorithms to solve problems, enhancing your algorithmic thinking skills.Focus: Write only the step-by-step logic, boosting problem-solving confidence. Print Multiplication Table (e.g., for 5)➤ Input: A number➤ Output: Table of that number Sum of First N Numbers➤ Input: N➤ Output: Sum from 1 to N Countdown Timer➤ Input: Start number➤ Output: Print countdown to […]
Try-it-Activity 1.2
Instructions: There are three programs to complete. Please write the code in one of the following: Python editor (VS Code or PyCharm) Online Python editor Once you have successfully run the code, save it to your local machine and upload the file with the correct code. 1. Problem Statement: Design a program to check if […]
Try-it-Activity 1.1
Note: Please save the code to the local machine or copy the code and save it in a Word document. Upload the file using “choose file” to upload. Task 1: Declare Variables Create variables for the following: Your name (string). Your age (integer). Your height in meters (float). Whether you are a student (boolean). Task […]