diff --git a/education/windows/TOC.yml b/education/windows/TOC.yml
index f678778177..f92b8a4e86 100644
--- a/education/windows/TOC.yml
+++ b/education/windows/TOC.yml
@@ -27,17 +27,15 @@ items:
- name: Windows 10 configuration recommendations for education customers
href: configure-windows-for-education.md
- name: Take tests and assessments in Windows
- href: take-tests-in-windows-10.md
+ href: take-tests-in-windows.md
- name: How-to-guides
items:
- - name: Configure education features
- items:
- - name: Configure education themes
- href: edu-themes.md
- - name: Configure Stickers
- href: edu-stickers.md
- - name: Configure Take a Test
- href: edu-take-a-test.md
+ - name: Configure education themes
+ href: edu-themes.md
+ - name: Configure Stickers
+ href: edu-stickers.md
+ - name: Configure Take a Test in kiosk mode
+ href: edu-take-a-test-kiosk-mode.md
- name: Use the Set up School PCs app
href: use-set-up-school-pcs-app.md
- name: Change Windows edition
diff --git a/education/windows/take-tests-in-windows-10.md b/education/windows/take-tests-in-windows-10.md
deleted file mode 100644
index aa9c92bec4..0000000000
--- a/education/windows/take-tests-in-windows-10.md
+++ /dev/null
@@ -1,78 +0,0 @@
----
-title: Take tests in Windows
-description: Learn how to set up and use the Take a Test app.
-keywords: take a test, test taking, school, how to, use Take a Test
-ms.prod: windows
-ms.mktglfcycl: plan
-ms.sitesec: library
-ms.pagetype: edu
-ms.localizationpriority: medium
-ms.collection: education
-author: paolomatarazzo
-ms.author: paoloma
-ms.date: 08/10/2022
-ms.reviewer:
-manager: aaroncz
-appliesto:
-- ✅ Windows 10
-- ✅ Windows 11
-- ✅ Windows 11 SE
----
-
-# Take tests in Windows
-
-Many schools use online testing for formative and summative assessments. It's critical that students use a secure browser that prevents them from using other computer or Internet resources during the test. The **Take a Test** app in Windows creates the right environment for taking a test:
-
-- Take a Test shows just the test and nothing else.
-- Take a Test clears the clipboard.
-- Students aren’t able to go to other websites.
-- Students can’t open or access other apps.
-- Students can't share, print, or record their screens unless enabled by the teacher or IT administrator
-- Students can’t change settings, extend their display, see notifications, get updates, or use autofill features.
-- Cortana is turned off.
-
-## How to use Take a Test
-
-
-
-There are several ways to configure devices for assessments, depending on your use case:
-
-- For higher stakes testing such as mid-term exams, you can set up a device with a dedicated testing account and URL.
-- For lower stakes assessments such as a quick quiz in a class, you can quickly create and distribute the assessment URL through any method of your choosing.
-
-1. **Configure an assessment URL and a dedicated testing account**
-
- In this configuration, a user signs into in to the account and the **Take a Test** app automatically launches the pre-configured assessment URL in Microsoft Edge in a single-app, kiosk mode. A student will never have access to the desktop in this configuration. We recommend this configuration for high stakes testing.
-
- There are different methods to configure the assessment URL and a dedicated testing account depending on whether you're setting up Take a Test on a single PC or multiple PCs.
-
- - **For a single PC**
-
- You can use the Windows **Settings** application. For more info, see [Set up Take a Test on a single PC](take-a-test-single-pc.md).
-
- - **For multiple PCs**
-
- You can use any of these methods:
- - Mobile device management (MDM) or Microsoft Endpoint Configuration Manager
- - A provisioning package created in Windows Configuration Designer
- - Group Policy to deploy a scheduled task that runs a Powershell script
-
- You can also configure Take a Test using these options:
- - Set up School PCs app
- - Intune for Education
-
- For more info about these methods, see [Set up Take a Test](edu-take-a-test.md).
-
-2. **Create and distribute the assessment URL through the web, email, OneNote, or any other method**
-
- This allows teachers and test administrators an easier way to deploy assessments quickly and simply. We recommend this method for lower stakes assessments. You can also create shortcuts to distribute the link.
-
- You can enable this using a schema activation.
-
-
-
-
-
-## Get more info
-- Teachers can use Microsoft Forms to create tests. See [Create tests using Microsoft Forms](https://support.microsoft.com/office/create-a-quiz-with-microsoft-forms-a082a018-24a1-48c1-b176-4b3616cdc83d) to find out how.
-- To learn more about the policies and settings set by the Take a Test app, see [Take a Test app technical reference](take-a-test-app-technical.md).
diff --git a/education/windows/take-tests-in-windows.md b/education/windows/take-tests-in-windows.md
index f44ec2c97a..87c16545ec 100644
--- a/education/windows/take-tests-in-windows.md
+++ b/education/windows/take-tests-in-windows.md
@@ -93,4 +93,8 @@ To take the test, have the students open the link.
> [!NOTE]
> If using `enforceLockdown`, to exit the Take a Test app at any time, press Ctrl+Alt+Delete. Students will be prompted to type their password to get back to their desktop.
-For more information about the Take a Test app, see [Take a Test app technical reference](take-a-test-app-technical.md).
\ No newline at end of file
+## Additional information
+
+Teachers can use **Microsoft Forms** to create tests. For more information, see [Create tests using Microsoft Forms](https://support.microsoft.com/office/.
+
+To learn more about the policies and settings set by the Take a Test app, see [Take a Test app technical reference](take-a-test-app-technical.md).
\ No newline at end of file