Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 1.26 KB

File metadata and controls

30 lines (16 loc) · 1.26 KB

Academic Integrity: Code Transcription Policy

For Currently Enrolled Students of Brian Ricks, PhD

To ensure you actively engage with the logic and syntax of the course materials, the following rules apply to all code provided by the instructor. Failure to follow any of these rules is a violation of academic integrity.

Rule 1: Manual Transcription

You are allowed to transcribe the provided code as a learning tool, but you must manually type every character into your own editor.

✅ Allowed: Looking at the provided code and typing it out yourself, line by line.

❌ Prohibited: Any form of electronic copying of the code.

❌ Prohibited: Temporarily copying code with the intent to transcribe it later.

Rule 2: Original Documentation

You may not copy in any way (including by transcription) any of the documentation or comments in this code. This allows you to further engage with the code if you choose to transcribe it.

Summary

The only way to use this code without violating academic integrity is to manually transcribe the code, except the comments.

✅ Manually transcribing the code but not the comments

❌ Electronic copying any amount of the contents

❌ Electronic copying with intent to transcribe later

❌ Manually transcribing the code and comments