Skip to main content

πŸ§‘β€πŸŽ“ Test Your JSON Skills with Interactive Challenges and Instant Feedback

Workflow preview

Workflow preview
100%
πŸ§‘β€πŸŽ“ Test Your JSON Skills with Interactive Challenges and Instant Feedback preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

How it works This template is a hands on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the b...

Best for

  • Miscellaneous automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.html, n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.noop, n8n-nodes-base.stopanderror, n8n-nodes-base.manualtrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Lucas Peyrin.

Original n8n.io source

1.1 Workflow description

Title
πŸ§‘β€πŸŽ“ Test Your JSON Skills with Interactive Challenges and Instant Feedback
Workflow name
πŸ§‘β€πŸŽ“ Test Your JSON Skills with Interactive Challenges and Instant Feedback

How it works

This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.

Think of it as the "driver's test" that comes after the "theory lesson". You'll be given a series of tasks, and the workflow will automatically check your answers, providing instant feedback.

The test is broken down into six sequential challenges, each focusing on a core data type:

  1. String: Writing text values correctly.
  2. Number: Using integers and decimals.
  3. Boolean: Working with true and false.
  4. Null: Representing a non-existant value.
  5. Array: Creating ordered lists of data.
  6. Object: Building nested key-value structures.

For each challenge, you'll modify a Set node with the correct JSON syntax. When you execute the workflow, a corresponding IF node will validate your input. A green path means you passed and can move to the next challenge. A red path means you need to try again!

Set up steps

Setup time: < 1 minute

This workflow is a self-contained test and requires no setup or credentials.

  1. Read the instructions on the main sticky note to understand the goal.
  2. Start with the first challenge, "Test - String". Activate and modify the node according to the instructions on the purple sticky note next to it.
  3. Click "Execute Workflow".
  4. If the execution path is green, you've passed! You can move on to the next "Test" node in the sequence to continue. If the path is red, read the hint in the error message and try again.
  5. Repeat the process until you reach the final success message.

Good luck!

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - πŸŽ‰ SUCCESS πŸŽ‰

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

Block 2 - Instruction - Number

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Feedback Incorrect2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Instruction - Boolean

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Test - Boolean

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 6 - Check - Boolean

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 7 - Feedback Correct3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Success - Boolean

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 9 - Feedback Incorrect3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Error - Boolean

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 11 - Answer - Boolean

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 12 - Instruction - Null

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Test - Null

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - Feedback Correct4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Success - Null

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 16 - Error - Null

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Block 17 - Answer - Null

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 18 - Instruction - Array

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Test - Array

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 20 - Check - Array

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 21 - Feedback Correct5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Success - Array

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 23 - Feedback Incorrect5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Error - Array

Type / Role
n8n-nodes-base.stopAndError - stopAndError
Config choices
Version 1

Showing the first 24 of 61 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow πŸ§‘β€πŸŽ“ Test Your JSON Skills with Interactive Challenges and Instant Feedback
Complexity advanced
Nodes 61
Categories Miscellaneous
Author Lucas Peyrin
Published 21 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6232/6232.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does πŸ§‘β€πŸŽ“ Test Your JSON Skills with Interactive Challenges and Instant Feedback do?

How it works This template is a hands on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the b...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Miscellaneous use case.