<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ClassKit",
  "identifier" : "/documentation/ClassKit/CLSProgressReportingCapability",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "ClassKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLSProgressReportingCapability"
  },
  "title" : "CLSProgressReportingCapability"
}
-->

# CLSProgressReportingCapability

A progress reporting capability supported by a context.

```
class CLSProgressReportingCapability
```

## Overview

You use activities to report metrics about a student’s progress through the task associated with a context. Every activity automatically measures time spent performing the task, but you can provide additional information, like the completion percentage, or a final score.

To help teachers understand what to expect from a context, create a set of [`CLSProgressReportingCapability`](/documentation/ClassKit/CLSProgressReportingCapability) instances — one for each kind of metric the context reports. Add the complete set to the context by calling the [`addProgressReportingCapabilities(_:)`](/documentation/ClassKit/CLSContext/addProgressReportingCapabilities(_:)) method.

When you create a reporting capability, include a brief description of the capability as a localized string in the [`details`](/documentation/ClassKit/CLSProgressReportingCapability/details) property. Schoolwork presents this to teachers to provide additional information about the metric.

## Topics

### Creating a Progress Reporting Capability

[`init(kind:details:)`](/documentation/ClassKit/CLSProgressReportingCapability/init(kind:details:))

Creates a new progress reporting capability of the given type with a descriptive string.

### Characterizing the Capability

[`details`](/documentation/ClassKit/CLSProgressReportingCapability/details)

A description of the capability presented to teachers.

[`kind`](/documentation/ClassKit/CLSProgressReportingCapability/kind-swift.property)

The kind of progress reporting capability.

[`CLSProgressReportingCapability.Kind`](/documentation/ClassKit/CLSProgressReportingCapability/Kind-swift.enum)

The available kinds of progress reporting that a context can perform.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)