Block 1 - OpenRouter Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
- Config choices
- Version 1
Judge AI math RPG answers and update quest status in Google Sheets Who it's for This template is for educators, parents, or self learners who want to gamify their study routines. This is Part 2 of ...
@n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.formtrigger, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by TAKUTO ISHIKAWA.
Original n8n.io sourceThis template is for educators, parents, or self-learners who want to gamify their study routines. This is Part 2 of the "AI Math RPG" system. It handles the quiz judgment and status updates without using expensive AI tokens for basic math checks.
When a user submits their answer via an n8n Form, this workflow searches Google Sheets for their pending quest. It uses a fast and reliable IF node to check if the user's answer matches the correct answer generated previously.
If correct, it updates the quest status to solved in Google Sheets to prevent infinite EXP farming, and then uses a Basic LLM Chain to generate an enthusiastic, RPG-style victory fanfare. If incorrect, it returns a friendly "try again" message.
ENTER_YOUR_SPREADSHEET_ID_HERE with your actual Sheet ID.You can easily customize the "Generate Victory Message" prompt to match different themes, like a sci-fi battle, a magic school, or historical events!
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Judge AI math RPG answers with OpenAI/OpenRouter and update quests in Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Personal Productivity, Multimodal AI |
| Author | TAKUTO ISHIKAWA |
| Published | 20 Mar 2026 |
Use the JSON export at /data/workflows/14194/14194.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Judge AI math RPG answers and update quest status in Google Sheets Who it's for This template is for educators, parents, or self learners who want to gamify their study routines. This is Part 2 of ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, Multimodal AI use case.