> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skillfactory.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Tracking Progress

> View detailed metrics of your learning and performance

## Your learning progress

The platform offers comprehensive dashboards for you to track your performance, identify strengths, and areas for improvement.

## Accessing metrics

<Steps>
  <Step title="Go to Progress">
    Sidebar menu > Progress or Dashboard
  </Step>

  <Step title="Choose the view">
    * Overview
    * By course
    * By period
  </Step>

  <Step title="Analyze the data">
    Detailed charts and statistics
  </Step>
</Steps>

## Main metrics

### Overview

<CardGroup cols={3}>
  <Card title="Completion rate" icon="percent">
    Average progress percentage across all courses
  </Card>

  <Card title="Hours studied" icon="clock">
    Total time dedicated to learning
  </Card>

  <Card title="Courses completed" icon="graduation-cap">
    Number of courses finished with certificate
  </Card>
</CardGroup>

### Per course

For each course, you can see:

* **Progress** - Visual bar from 0-100%
* **Completed lessons** - X of Y lessons watched
* **Time invested** - Hours dedicated
* **Quiz performance** - Average scores
* **Last activity** - When you last studied
* **Time to completion** - Estimate based on your pace

### Quiz performance

<Tabs>
  <Tab title="Grades">
    **Assessment history**

    * Scores from all quizzes
    * Overall and per-course average
    * Progress over time
    * Comparison with class average (if visible)
  </Tab>

  <Tab title="Analysis">
    **Strengths and weaknesses**

    * Topics with highest accuracy
    * Areas that need attention
    * Question types with most difficulty
    * Review recommendations
  </Tab>

  <Tab title="Ranking">
    **Your position**

    * Overall platform ranking
    * Ranking by course
    * Weekly/monthly ranking
    * Gamification score
  </Tab>
</Tabs>

## Charts and statistics

### Timeline

Visualize your progress over time:

* **X-axis** - Period (days, weeks, months)
* **Y-axis** - Chosen metric
  * Hours studied
  * Lessons completed
  * Quiz scores
  * Gamification points

### Time distribution

See where you invest the most time:

```
Course A: xxxxxxxxxx 40%
Course B: xxxxxxxx.. 30%
Course C: xxxxxx.... 20%
Others:   xxxx...... 10%
```

### Activity calendar

Heatmap showing study days:

* **Dark green** - Very active day
* **Light green** - Day with some activity
* **White/gray** - No activity
* Helps maintain consistency (streak)

## Goal tracking

### Setting goals

<Steps>
  <Step title="Click 'Create goal'">
    In the progress section
  </Step>

  <Step title="Choose the type">
    * Complete X courses by date Y
    * Study X hours per week
    * Achieve score X on quizzes
    * Maintain a streak of X days
  </Step>

  <Step title="Set the deadline">
    Target date to achieve the goal
  </Step>

  <Step title="Track it">
    Progress bar shows how much is left
  </Step>
</Steps>

### Recommended goals

The system can suggest goals based on your history:

* "Complete 2 more courses this month"
* "Increase study time by 30%"
* "Improve average score to 85%"
* "Maintain a 7-day streak"

<Tip>
  Realistic and measurable goals help maintain motivation and focus!
</Tip>

## Certifications in progress

### Requirements checklist

For each course nearing completion:

<Steps>
  <Step title="See what is left">
    * \[Done] 45 of 50 lessons completed
    * \[Done] 2 of 3 quizzes passed
    * \[Pending] 1 quiz remaining
    * \[Done] 80% attendance
  </Step>

  <Step title="Prioritize actions">
    Focus on the pending items
  </Step>

  <Step title="Track the estimate">
    "3 lessons left for the certificate"
  </Step>
</Steps>

## Tips to improve progress

<AccordionGroup>
  <Accordion icon="calendar" title="Establish a routine">
    Study at the same times:

    * Build a study habit
    * Block your schedule
    * Avoid distractions
    * Use the Pomodoro technique (25min focus + 5min break)
  </Accordion>

  <Accordion icon="target" title="Set clear goals">
    Be specific:

    * Bad: "Study more"
    * Good: "Watch 3 lessons per week"
    * Good: "Complete the Python course in 30 days"
    * Good: "Score 85% or above on all quizzes"
  </Accordion>

  <Accordion icon="chart-line" title="Monitor regularly">
    Check your progress:

    * Review metrics weekly
    * Adjust goals if needed
    * Celebrate small wins
    * Identify blockers quickly
  </Accordion>

  <Accordion icon="fire" title="Maintain your streak">
    Study every day (even if only a little):

    * 15-30 min daily > 3h on the weekend
    * Consistency > Quantity
    * Use gamification as motivation
    * Do not break the streak!
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Profile" icon="user" href="/en/students/profile">
    Configure your preferences and information
  </Card>

  <Card title="Gamification" icon="trophy" href="/en/addons/gamification">
    View points, badges, and rankings
  </Card>

  <Card title="Dashboard" icon="gauge" href="/en/students/dashboard">
    Return to the main dashboard
  </Card>

  <Card title="AI Assistant" icon="robot" href="/en/students/ai-assistant">
    Use AI to answer questions and accelerate learning
  </Card>
</CardGroup>
