diff --git a/windows/client-management/mdm/secureassessment-csp.md b/windows/client-management/mdm/secureassessment-csp.md
index 2f16f647de..0e11d6566e 100644
--- a/windows/client-management/mdm/secureassessment-csp.md
+++ b/windows/client-management/mdm/secureassessment-csp.md
@@ -32,6 +32,10 @@ The following example shows the SecureAssessment configuration service provider
SecureAssessment
----LaunchURI
----TesterAccount
+----AllowScreenMonitoring
+----RequirePrinting
+----AllowTextSuggestions
+----Assessments
```
**./Vendor/MSFT/SecureAssessment**
The root node for the SecureAssessment configuration service provider.
@@ -67,6 +71,60 @@ Added in Windows 10, version 1703. Boolean value that indicates whether keyboard
Supported operations are Get and Replace.
+**Assessments**
+Added in Windows 11, version 22H2. Enables support for multiple assessments. When configured, users can select from a list of assessments. The node accepts an XML string that represents the list of available assessments.
+
+Supported operations are Add, Delete, Get and Replace.
+
+XML schema
+
+```xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+```
+
+Example:
+```xml
+
+
+
+
+ English exam
+ https://contoso.com/english
+
+
+ Math exam
+ https://contoso.com/math
+
+
+ Geography exam
+ https://contoso.com/geography
+
+
+
+```
+
## Related topics
[Set up Take a Test on multiple PCs](/education/windows/take-a-test-multiple-pcs)