This commit is contained in:
Paolo Matarazzo 2022-09-30 17:07:37 -04:00
parent 69407bd319
commit ccf005d14a
2 changed files with 51 additions and 48 deletions

View File

@ -139,7 +139,7 @@ Follow the steps in [Apply a provisioning package][WIN-2] to apply the package t
--- ---
## How to use Take a Test with a dedicated accounts ## How to use Take a Test in kiosk mode
Once the policy or provisioning package is applied to the devices, Windows will enable the testing account in the sign-in screen. If selected, Take a Test will be executed in kiosk mode using the guest account, opening the assessment URL. Once the policy or provisioning package is applied to the devices, Windows will enable the testing account in the sign-in screen. If selected, Take a Test will be executed in kiosk mode using the guest account, opening the assessment URL.

View File

@ -1,40 +1,41 @@
--- ---
title: Take a Test app technical reference title: Take a Test app technical reference
description: The policies and settings applied by the Take a Test app. description: List of policies and settings applied by the Take a Test app.
keywords: take a test, test taking, school, policies ms.date: 09/30/2022
ms.prod: windows ms.prod: windows
ms.mktglfcycl: plan ms.technology: windows
ms.sitesec: library ms.topic: reference
ms.pagetype: edu
ms.localizationpriority: medium ms.localizationpriority: medium
ms.collection: education
author: paolomatarazzo author: paolomatarazzo
ms.author: paoloma ms.author: paoloma
ms.date: 08/10/2022
ms.reviewer: ms.reviewer:
manager: aaroncz manager: aaroncz
ms.collection: education
appliesto: appliesto:
- ✅ <b>Windows 10</b> - ✅ <b>Windows 10</b>
- ✅ <b>Windows 11</b>
- ✅ <b>Windows 11 SE</b>
--- ---
# Take a Test app technical reference # Take a Test app technical reference
Take a Test is an app that locks down the PC and displays an online assessment web page. Take a Test is an application that locks down a device and displays an online assessment web page.
Whether you're a teacher or IT administrator, you can easily configure Take a Test to meet your testing needs. For high-stakes tests, the app creates a browser-based, locked-down environment for more secure online assessments. This environment means that students taking the tests that dont have copy/paste privileges, cant access to files and applications, and are free from distractions. For simple tests and quizzes, Take a Test can be configured to use the teachers preferred assessment website to deliver digital assessments Whether you're a teacher or IT administrator, you can configure Take a Test to meet your testing needs. For high-stakes tests, the app creates a browser-based, locked-down environment. This environment means that students taking the tests that don't have copy/paste privileges, can't access to files and applications, and are free from distractions. For simple tests and quizzes, Take a Test can be configured to use the teacher's preferred assessment website to deliver digital assessments.
Assessment vendors can use Take a Test as a platform to lock down the operating system. Take a Test supports the [SBAC browser API standard](https://www.smarterapp.org/documents/SecureBrowserRequirementsSpecifications_0-3.pdf) for high stakes common core testing. For more information, see [Take a Test Javascript API](/windows/uwp/apps-for-education/take-a-test-api). Assessment vendors can use Take a Test as a platform to lock down the operating system. Take a Test supports the [SBAC browser API standard](https://www.smarterapp.org/documents/SecureBrowserRequirementsSpecifications_0-3.pdf) for high stakes common core testing. For more information, see [Take a Test Javascript API](/windows/uwp/apps-for-education/take-a-test-api).
## PC lockdown for assessment ## PC lock-down for assessment
When the assessment page initiates lock down, the students desktop will be locked and the app will be launched above the Windows lock screen to provide a sandbox that ensures the student can only interact with the Take a Test app . After transitioning to the lock screen, Take a Test will apply local MDM policies to further lock down the device. The whole process of going above the lock screen and applying policies is what defines lockdown. The lockdown process is atomic, which means that if any part of the lockdown operation fails, the app won't be above lock and won't have any of the policies applied. When the assessment page initiates lock-down, the student's desktop will be locked and the app will be launched above the Windows lock screen to provide a sandbox that ensures the student can only interact with the Take a Test app. After transitioning to the lock screen, Take a Test will apply local MDM policies to further lock down the device. The whole process of going above the lock screen and applying policies is what defines lock-down. The lock-down process is atomic, which means that if any part of the lock-down operation fails, the app won't be above lock and won't have any of the policies applied.
When running above the lock screen: When running above the lock screen:
- The app runs full screen with no chrome - The app runs full screen with no chrome
- The hardware print screen button is disabled - The hardware print screen button is disabled
- Depending on the parameter you set through the schema or dedicated account, content within the app will show up as black in screen capturing/sharing software - Depending on the parameter you set through the schema or dedicated account, content within the app will show up as black in screen capturing/sharing software
- System clipboard is cleared - System clipboard is cleared
- Web apps can query the processes currently running in the users device - Web apps can query the processes currently running in the user's device
- Extended display shows up as black - Extended display shows up as black
- Auto-fill is disabled - Auto-fill is disabled
@ -45,7 +46,7 @@ When Take a Test is running, the following MDM policies are applied to lock down
| Policy | Description | Value | | Policy | Description | Value |
|---|---|---| |---|---|---|
| AllowToasts | Disables toast notifications from being shown | 0 | | AllowToasts | Disables toast notifications from being shown | 0 |
| AllowAppStoreAutoUpdate | Disables automatic updates for Microsoft Store apps that are installed on the PC | 0 | | AllowAppStoreAutoUpdate | Disables automatic updates for Store apps that are installed on the PC | 0 |
| AllowDeviceDiscovery | Disables UI for screen sharing | 0 | | AllowDeviceDiscovery | Disables UI for screen sharing | 0 |
| AllowInput Panel | Disables the onscreen keyboard, which will disable auto-fill | 0 | | AllowInput Panel | Disables the onscreen keyboard, which will disable auto-fill | 0 |
| AllowCortana | Disables Cortana functionality | 0 | | AllowCortana | Disables Cortana functionality | 0 |
@ -68,40 +69,42 @@ To ensure Take a Test activates correctly, make sure the following Group Policy
When Take a Test is running, the following functionality is available to students: When Take a Test is running, the following functionality is available to students:
- Assistive technology that is configured to run above the lock screen should run as expected - Assistive technology that is configured to run above the lock screen should run as expected
- Narrator is available through Windows key + Enter - Narrator is available through <kbd>🪟</kbd>+<kbd>Enter</kbd>
- Magnifier is available through Windows key + "+" key - Magnifier is available through <kbd>🪟</kbd>+<kbd>+</kbd>
- The student can press <kbd>Alt</kbd>+<kbd>Tab</kbd> when locked down. This key press results in the student being able to switch between the following elements:
- Full screen mode is compatible
- The student can press Alt+Tab when locked down. This key press results in the student being able to switch between the following elements:
- Take a Test - Take a Test
- Assistive technology that may be running - Assistive technology that may be running
- Lock screen (not available if student is using a dedicated test account) - Lock screen (not available if student is using a dedicated test account)
> [!NOTE] > [!NOTE]
> The app will exit if the student signs in to an account from the lock screen. Progress made in the test may be lost or invalidated. > The app will exit if the student signs in to an account from the lock screen.
> Progress made in the test may be lost or invalidated.
- The student can exit the test by pressing one of the following key combinations: - The student can exit the test by pressing <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>Delete</kbd>
- Ctrl+Alt+Del
On Windows 10 Enterprise or Windows 10 Education versions, IT admins can choose to block this functionality by configuring a [keyboard filter](/windows-hardware/customize/enterprise/keyboardfilter).
- Alt+F4 (Take a Test will restart if the student is using a dedicated test account)
> [!NOTE]
> Alt+F4 is disabled in Windows 10, version 1703 (Creators Update) and later.
## Permissive mode ## Permissive mode
Starting with Windows 10, version 1709 (Fall Creators Update), assessments can now run in permissive mode. This mode enables students who need access to other apps, like accessibility tools, to use the apps. This mode enables students who need access to other apps, like accessibility tools, to use the apps.
When permissive mode is triggered in lockdown mode, Take a Test transitions from lockdown mode to running windows mode on the user's desktop. The student can then run allowed apps during the test. When permissive mode is triggered in lock-down mode, Take a Test transitions from lock-down mode to running windows mode on the user's desktop. The student can then run allowed apps during the test.
When running tests in this mode, keep the following points in mind: When running tests in this mode, keep the following points in mind:
- Permissive mode isn't supported in kiosk mode (dedicated test account). - Permissive mode isn't supported in kiosk mode (dedicated test account)
- Permissive mode can be triggered from the web app running within Take a Test. Alternatively, you can create a link or shortcut without "#enforcelockdown" and it will launch in permissive mode. - Permissive mode can be triggered from the web app running within Take a Test. Alternatively, you can create a link or shortcut without "#enforcelockdown" and it will launch in permissive mode
## Troubleshoot Take a Test with the event viewer
You can use the Event Viewer to view Take a Test events and errors. Take a Test logs events when a lock-down request has been received, device enrollment has succeeded, lock-down policies were successfully applied, and more.
To enable viewing events in the Event Viewer:
1. Open the `Event Viewer`
1. Navigate to `Applications and Services Logs > Microsoft > Windows > Management-SecureAssessment`
1. Right-click `Operational` and select `Enable Log`
To save the event logs:
1. Right-click `Operational`
1. Click `Save All Events As…`
## Learn more ## Learn more