CodeGrade Help
Go to websiteAPI docsContact us
  • 🏠CodeGrade Help Center
  • ❓FAQ
    • Using CodeGrade in Safari
    • Using sections
    • Configuring roles of members
    • Archiving your course
    • Adding new members
    • Releasing grades and feedback
    • Exporting Submissions
    • Choosing a grading scale
    • Creating course-wide snippets
    • Course Gradebook
    • Allowing students to hand in after the deadline
  • Use built-in content
    • πŸ‘₯Community Library
    • 🐍Introduction to Python Curriculum
  • Create your own assignments
    • 1️⃣Build your assignment
      • βž•Create assignment
        • βž•Standalone
        • βž•In Blackboard
        • βž•In Brightspace
        • βž•In Canvas
        • βž•In Moodle
        • βž•In Sakai
        • βž•In Open edX
        • πŸ’ΎImporting a previous assignment
      • βš™οΈGeneral settings
      • πŸ“‹Add Rubric
      • πŸ€–Add Automatic Grading
      • πŸ§‘β€πŸŽ“Student View
    • 2️⃣Grade your assignment
      • ✏️Give Feedback
      • πŸ’―Give a Grade
    • 3️⃣Analyze your assignment
      • πŸ•΅οΈβ€β™‚οΈDetect Plagiarism
      • πŸ“ŠAnalytics
      • πŸŽ“View and export grades
    • *️⃣Other features
      • AI Assistant
      • πŸ‘₯Peer Feedback
      • πŸ«‚Group Assignments
      • πŸ™‹Collaborative Grading
      • πŸ•ΆοΈAnonymous Grading
      • πŸ›‘οΈManage Course Permissions
      • πŸ“¬Hand In Requirements
  • Automatic Grading Guides
    • ✏️Quizzes
      • ❓Multiple Choice Question
      • ❓Select All Question
      • πŸ’»Coding Question
    • 🐍Python
      • 🐍Create your first Python assignment
      • 🐍Advanced Python autograding
    • β˜•Java
      • β˜•Create your first Java assignment
      • β˜•Advanced Java autograding
    • πŸ“˜Jupyter Notebook
    • 🐬MySQL
    • 🌐Web Development
      • 🌐Web Development with Selenium
      • 🎨Automatically grading CSS
    • 🟨JavaScript
      • 🟨Create your first JavaScript assignment
      • 🟨Advanced JavaScript autograding
    • πŸ“ŠR
    • ©️C
      • ©️Create your first C assignment
      • ©️Advanced C Autograding
    • πŸ–₯️C#
      • πŸ–₯️Create your first C# assignment
      • πŸ–₯️Advanced C# autograding
    • βž•C++
      • βž•Create your first C++ assignment
      • βž•Advanced C++ autograding
    • 🐘PHP
      • 🐘Create your first PHP assignment
      • 🐘Advanced PHP autograding
    • πŸ—οΈCode Structure Tests with Semgrep
  • For students
    • πŸš€Getting started
      • πŸš€Getting started in CodeGrade
      • πŸš€Getting started in Blackboard
      • πŸš€Getting started in Brightspace
      • πŸš€Getting started in Canvas
      • πŸš€Getting started in Moodle
      • πŸ€·β€β™‚οΈI forgot my CodeGrade username / password
    • 🧬Advanced Features
      • πŸ‘₯Handing in with a group
      • πŸ“₯Handing in using Git
      • πŸ“Giving Peer Feedback
      • πŸ†Doing a Final Exam
      • ❓Asking Questions
      • πŸ’³Enrolling in a paid course
      • 🎟️Using a coupon to enroll in a course
      • βͺRefunding a paid course
  • πŸ“˜APIv2: Typescript
  • 🐍APIv1: Python
  • πŸ€–APIv1: Docs
  • 🌐Our Website
  • βœ‰οΈContact us
Powered by GitBook
On this page
  1. FAQ

Using CodeGrade in Safari

PreviousFAQNextUsing sections

Last updated 8 months ago

CodeGrade is often used as a third-party tool in LMSs such as Canvas. CodeGrade requires third-party cookies to be enabled in your browser in order for it to send and receive information from the LMS.

When using Safari, you might encounter this error when viewing a CodeGrade assignment as an iframe within the LMS:

This error is caused because Safari's default privacy settings prevents third-party cookies which CodeGrade needs in order to collect and send data to your LMS system. This issue can be resolved by following these steps:

Enable cross-site tracking

  1. Open Safari on your Mac.

  2. Choose "Safari" > "Settings" in the Apple toolbar at the top of your screen.

  3. Navigate to the "Privacy" tab.

  4. Disable the "Prevent cross-site tracking" option by unchecking the box beside it.

Enable cookies

  1. Navigate to the "Advanced" tab.

  2. Disable the β€œBlock all cookies” option by unchecking the box beside it.

❓