๐Ÿ”ฌ Automate assignment grading with GPT-4-Turbo and multi-format reports

โšก 374 views ยท ๐Ÿ”ฌ Document Extraction & Analysis

Description

Introduction

Automates AI-driven assignment grading with HTML and CSV output. Designed for educators evaluating submissions with consistent criteria and exportable results.

How It Works

Webhook receives papers, extracts text, prepares data, loads answers, AI grades submissions, generates results table, converts to HTML/CSV, returns response.

Workflow Template

Webhook โ†’ Extract Text โ†’ Prepare Data โ†’ Load Answer Script โ†’ AI Grade (OpenAI + Output Parser) โ†’ Generate Results Table โ†’ Convert to HTML + CSV โ†’ Format Response โ†’ Respond to Webhook

Workflow Steps

  1. Input & Preparation: Webhook receives paper, extracts text, prepares data, loads answer script.
  2. AI Grading: OpenAI evaluates against answer key, Output Parser formats scores and feedback.
  3. Output & Response: Generates results table, converts to HTML/CSV, returns multi-format response.

Setup Instructions

  1. Trigger & Processing: Configure webhook URL, set text extraction parameters.
  2. AI Configuration: Add OpenAI API key, customize grading prompts, define Output Parser JSON schema.

Prerequisites

Use Cases

Customization

Benefits

๐Ÿ”— Nodes Used

Webhook, AI Agent, OpenAI Chat Model, Structured Output Parser, Convert to File, Extract from File

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup