Skip to content

Commit

Permalink
Update NotesOnSubmissions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstenko authored Sep 6, 2023
1 parent c1d312a commit f299ad9
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions blog/posts/NotesOnSubmissions/NotesOnSubmissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors:
<figcaption> Source: ideogram </figcaption>
</figure>

Here goes my personal opinions, rules and processes that I follow about submissions. I will cover gradings, deadlines, tolerances, and AI-assistant tools usage.
Here are my personal opinions, rules and processes that I follow about submissions. I will cover gradings, deadlines, tolerances, and AI-assistant tools usage.

<!-- more -->

Expand All @@ -31,47 +31,45 @@ Here goes my personal opinions, rules and processes that I follow about submissi

"During our classes, we may use AI writing tools such as ChatGPT in certain specific cases. You will be informed as to when, where, and how these tools are permitted to be used, along with guidance for attribution. Any use outside of these specific cases constitutes a violation of Academic Honesty Policy." [Source](https://clt.champlain.edu/kb/communicating-your-chatgpt-ai-policies/).

The learner has to produce original content. You can use tools like ChatGPT to help yu learn by propting your own questions, but not to solve the problems, assignments or quizzes.
The learner has to produce original content. You can use tools like ChatGPT to help you learn by prompting your own questions, but not to solve the problems, assignments, or quizzes.

The rationale is that the student has to learn the concepts and ideas, and not just copy and paste the answers.
The rationale is that the student has to learn the concepts and ideas rather than just copying and pasting the answers.

### What is acceptable:

- On writting, coding assignments or interactive assignments, you can ask AI questions about concepts, ideas, sintaxes etc;
- You can ask AI assistants what is wrong with your code, but you cannot use the answer 1 to 1 copy to your final submission, you have to modify it;
- If your submission contains part of AI assisted tool, you have to cite it. Ex.: "I prompted ____ in ChatGPT and the answer was ____.", and as a professor, I will deduct points from your submission with fairness instead of giving you zero points;
- On writing, coding assignments, or interactive assignments, you can ask AI questions about concepts, ideas, syntaxes, etc;
- You can ask AI assistants what is wrong with your code, but you cannot use the answer 1 to 1 copy to your final submission. You have to modify it;
- If your submission contains part of an AI-assisted tool, you have to cite it. Ex.: "I prompted ____ in ChatGPT, and the answer was ____." and as a professor, I will deduct points from your submission with fairness instead of giving you zero points;

### What is not acceptable

- You cannot copy the question and prompt AI to answer it and then use the answer as your own;
- You cannot ask AI to code a solution for you;
- You cannot use any kind of AI while coding(Ex.: GH Copilot), but I do recommend you to use any IDE instead;
- You are not allowed to use AI assistace to solve quizzes or exams in any circunstances.
- Even on accepted cases, using AI assistance and not citing it will be considered plagiarism and will be reported to higher instances and zero-ed;
- You cannot use any AI while coding(e.g. GitHub Copilot), but I do recommend you to use any IDE instead;
- You cannot use AI assistance to solve quizzes or exams in any circumstances.
- Even in accepted cases, using AI assistance and not citing it will be considered plagiarism and will be reported to higher instances and zero-ed;

### How do I detect Plagiarism and AI-assisted tools abuse

- I use some automated tools such as turnitin(canvas), moss(beecrowd), and others;
- I use some automated tools such as Turnitin(canvas), moss(Beecrowd), and others;
- I use my own experience to detect plagiarism;
- If two students uses the same AI assistant, chances are high that they will produce the same answer, and I will detect it;
- If two students use the same AI assistant, chances are high that they will produce the same answer, and I will detect it;

## Grading Timings

I usually take up to 1 week to grade assignments, but I will try to grade them as soon as possible. The worst case scenario is 2 weeks.
I usually take up to 1 week to grade assignments, but I will grade them as soon as possible. The worst-case scenario is two weeks.

## Late Submissions Policy

If you submit an assignment late, you will receive a flat 20% deduction on your grade.

If you have accomodations, send me a message through me and I will try to accomodate you. But always send a message on every submission stating that. Canvas is a nice tool, but it does not cover accomodations well.
If you have accommodations, message me, and I will try accommodating you. But always send a message on every submission stating that. Canvas is a nice tool, but it needs to cover accommodations better.

If you fall under especial conditions, such as sickness, death of a relative, or any other condition that you cannot submit the assignment on time, please send me a message through canvas me and I will try to accomodate you.
If you fall under special conditions, such as sickness, death of a relative, or any other condition that you cannot submit the assignment on time, please send me a message through Canvas, and I will try to accommodate you.

## Plagiarism

Plagiarism is a serious offense and will be reported to the higher instances. I will not tolerate any kind of plagiarism.

I define plagiarism the act of:
Plagiarism is a serious offense and will be reported to the higher instances. I will not tolerate any plagiarism as I define:

- Searching for answers on the internet and copy and paste it as your own;
- Copying answers from other students;
Expand All @@ -80,4 +78,4 @@ I define plagiarism the act of:

## Welcoming environment

I am here to teach you the best as I can and guide you through your learning process. You can count on me as a friend and a teacher. I will try to help you as much as I can. I am willing to make exceptions for the ones that need it.
I am here to teach you the best I can and guide you through your learning process. You can count on me as a friend and a teacher, and I will help you as much as possible. I am willing to make exceptions for the ones that need it.

0 comments on commit f299ad9

Please sign in to comment.