From e4e5602e1af974094e9d7f39a4c6f2ddd8adbfa4 Mon Sep 17 00:00:00 2001 From: Mark Venn Date: Thu, 8 May 2025 21:07:24 +0100 Subject: [PATCH] Added my contributions to community-contributions --- .../day1 email checker.ipynb | 48 +++---------------- 1 file changed, 6 insertions(+), 42 deletions(-) diff --git a/week1/community-contributions/day1 email checker.ipynb b/week1/community-contributions/day1 email checker.ipynb index db9db5c..d44c708 100644 --- a/week1/community-contributions/day1 email checker.ipynb +++ b/week1/community-contributions/day1 email checker.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "82b3f7d7-a628-4824-b0b5-26c78b833b7f", "metadata": {}, "outputs": [], @@ -21,18 +21,10 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "7bb45eea-2ae0-4550-a9c8-fb42ff6a5f55", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "API key looks good!\n" - ] - } - ], + "outputs": [], "source": [ "# Load environment variables in a file called .env\n", "\n", @@ -53,7 +45,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "a10c24ce-c334-4424-8a2d-ae79ad3eb393", "metadata": {}, "outputs": [], @@ -65,38 +57,10 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "d9dff1ca-4e0a-44ca-acd6-0bc4004ffc3c", "metadata": {}, - "outputs": [ - { - "data": { - "text/markdown": [ - "**Subject:** Feedback on Your Recent Assessment\n", - "\n", - "Dear John,\n", - "\n", - "Thank you for reaching out regarding your recent assessment marks. I have reviewed your submission and would like to provide you with some feedback.\n", - "\n", - "It is important to remember that you are one of over 350 students in the cohort. While I understand your desire for a swift response, I must express my concern regarding the quality of your work. Unfortunately, your submission did not meet the standards expected for this assessment. \n", - "\n", - "You had the opportunity to seek feedback prior to submission, but it appears this was not utilised, which may have contributed to the overall quality of your work. Additionally, your attendance in classes was noted and may have impacted your understanding of the course material, leading to fundamental errors in your submission that could have been avoided with more engagement.\n", - "\n", - "I encourage you to take the feedback from this assessment as a catalyst for improvement in your future submissions. Should you wish to discuss this further or seek additional guidance on how to enhance your academic performance, please do not hesitate to reach out.\n", - "\n", - "Best regards, \n", - "Dr Doe\n", - "\n", - "**Tone:** Professional, constructive, encouraging" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], + "outputs": [], "source": [ "# Step 1: Create your prompts\n", "# As you can probably tell I am a University lecturer who deals with some dreadful assessment submissions and have to email students telling them why they got the marks they did.\n",