Learning Commands · Assessment

/practice command

Start a practice session with customizable difficulty and topic

1 min read

Start a practice session with customizable difficulty and topic

At a glance

Field Value
Command /practice
Usage /practice <topic> [difficulty] [count]
Category assessment
Execution server
Context pok
Response type mini-canvas
Active PoK required yes

Parameters

  • topic (required) — Subject area to practice

Examples

/practice algorithms easy 5
/practice React medium
/practice JavaScript

How it works

The practice command starts an interactive practice session tailored to your learning needs.

Parameters:

  • topic (required): The subject area to practice
  • difficulty (optional): easy, medium, or hard (default: medium)
  • count (optional): Number of questions, 1-20 (default: 5)

Session features:

  • Adaptive difficulty based on your performance
  • Immediate feedback with explanations
  • Progress tracking across sessions
  • Spaced repetition for weak areas

Difficulty levels:

  • Easy: Basic concepts, multiple choice, hints available
  • Medium: Applied knowledge, some open-ended questions
  • Hard: Complex scenarios, no hints, time limits

Tips for effective practice:

  • Start with easy to build confidence
  • Focus on one topic per session
  • Review incorrect answers before continuing

Was this article helpful?