Added my contributions to community-contributions

This commit is contained in:
Mark Venn
2025-05-08 21:07:24 +01:00
parent 7820337d3f
commit e4e5602e1a

View File

@@ -2,7 +2,7 @@
"cells": [ "cells": [
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 1, "execution_count": null,
"id": "82b3f7d7-a628-4824-b0b5-26c78b833b7f", "id": "82b3f7d7-a628-4824-b0b5-26c78b833b7f",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@@ -21,18 +21,10 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 2, "execution_count": null,
"id": "7bb45eea-2ae0-4550-a9c8-fb42ff6a5f55", "id": "7bb45eea-2ae0-4550-a9c8-fb42ff6a5f55",
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [],
{
"name": "stdout",
"output_type": "stream",
"text": [
"API key looks good!\n"
]
}
],
"source": [ "source": [
"# Load environment variables in a file called .env\n", "# Load environment variables in a file called .env\n",
"\n", "\n",
@@ -53,7 +45,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 3, "execution_count": null,
"id": "a10c24ce-c334-4424-8a2d-ae79ad3eb393", "id": "a10c24ce-c334-4424-8a2d-ae79ad3eb393",
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
@@ -65,38 +57,10 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 5, "execution_count": null,
"id": "d9dff1ca-4e0a-44ca-acd6-0bc4004ffc3c", "id": "d9dff1ca-4e0a-44ca-acd6-0bc4004ffc3c",
"metadata": {}, "metadata": {},
"outputs": [ "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": [
"<IPython.core.display.Markdown object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [ "source": [
"# Step 1: Create your prompts\n", "# 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", "# 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",