mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
updated some take a test docs
This commit is contained in:
parent
1d988b7545
commit
bfd86a859f
@ -25,43 +25,38 @@ Many schools use online testing for formative and summative assessments. It's cr
|
||||
- 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
|
||||
|
||||
|
||||
|
||||
## How you use Take a Test
|
||||
|
||||

|
||||

|
||||
|
||||
- **Use a test URL and a [dedicated testing account](#set-up-a-dedicated-test-account)** - A user signs 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.
|
||||
- **[Put a test URL with an included prefix](#provide-link-to-test) on a web page or OneNote for students to click** - This allows teachers and test administrators an easier way to deploy assessments. We recommend this method for lower stakes assessments.
|
||||
|
||||
## Set up a dedicated test account
|
||||
|
||||
To configure a dedicated test account on multiple PCs, you can use:
|
||||
- [Mobile device management (MDM) or Microsoft System Center Configuration Manager](#set-up-test-account-in-mdm-or-configuration-manager)
|
||||
- [A provisioning package](#set-up-test-account-in-a-provisioning-package) created in Windows Imaging and Configuration Designer (ICD)
|
||||
- [Group Policy](#set-up-test-account-in-group-policy) to deploy a scheduled task that runs a Powershell script
|
||||
|
||||
|
||||
### Set up test account in MDM or Configuration Manager
|
||||
|
||||
1. Launch your management console.
|
||||
2. Create a policy to set up single app kiosk mode, using the following values:
|
||||
|
||||
- **Custom OMA-DM URI** = ./Vendor/MSFT/AssignedAccess/KioskModeApp
|
||||
- **String value** = {"Account":"*redmond\\kioskuser*","AUMID":” Microsoft.Windows.SecureAssessmentBrowser_cw5n1h2txyewy!App "}
|
||||
|
||||
> Account can be in one of the following formats:
|
||||
> - username
|
||||
> - domain\username
|
||||
> - computer name\\username
|
||||
> - username@tenant.com
|
||||
Account can be in one of the following formats:
|
||||
- username
|
||||
- domain\username
|
||||
- computer name\\username
|
||||
- username@tenant.com
|
||||
|
||||
3. Create a policy to configure the assessment URL, using the following values:
|
||||
|
||||
- **Custom OMA-DM URI** = ./Vendor/MSFT/SecureAssessment/LaunchURI
|
||||
- **String value** = *assessment URL*
|
||||
> See [Assessment URLs](#assessment-urls)
|
||||
|
||||
See [Assessment URLs](#assessment-urls) for more information.
|
||||
|
||||
4. Create a policy that associates the assessment URL to the account, using the following values:
|
||||
|
||||
@ -72,9 +67,9 @@ To configure a dedicated test account on multiple PCs, you can use:
|
||||
|
||||
### Set up test account in a provisioning package
|
||||
|
||||
Prerequisite: You must first [download the Windows ADK](https://msdn.microsoft.com/en-us/windows/hardware/dn913721.aspx) for Windows 10, Version 1607, and install Windows Imaging and Configuration Designer (ICD).
|
||||
**Prerequisite:** You must first download the Windows ADK for Windows 10, Version 1607, and install Windows Imaging and Configuration Designer (ICD). For more info, see [Install Windows Imaging and Configuration Designer](https://technet.microsoft.com/en-us/itpro/windows/deploy/provisioning-install-icd).
|
||||
|
||||
**Create a provisioning package to set up a test account
|
||||
**Create a provisioning package to set up a test account**
|
||||
|
||||
1. Open Windows ICD (by default, %windir%\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Imaging and Configuration Designer\x86\ICD.exe).
|
||||
2. Select **Advanced provisioning**.
|
||||
@ -85,25 +80,21 @@ Prerequisite: You must first [download the Windows ADK](https://msdn.microsoft.c
|
||||
7. Enter **{"Account":"*redmond\\kioskuser*","AUMID":” Microsoft.Windows.SecureAssessmentBrowser_cw5n1h2txyewy!App "}**, using the account that you want to set up, as shown in the following image.
|
||||
|
||||

|
||||
> Account can be in one of the following formats:
|
||||
> - username
|
||||
> - domain\username
|
||||
> - computer name\\username
|
||||
> - username@tenant.com
|
||||
|
||||
Account can be in one of the following formats:
|
||||
- username
|
||||
- domain\username
|
||||
- computer name\\username
|
||||
- username@tenant.com
|
||||
|
||||
8. Go to **Runtime settings** > **TakeATest**.
|
||||
9. Enter the test URL in **LaunchURI**.
|
||||
10. Enter the test account from step 7 in **TesterAccount**.
|
||||
On the **File** menu, select **Save.**
|
||||
|
||||
9. On the **Export** menu, select **Provisioning package**.
|
||||
|
||||
10. Change **Owner** to **IT Admin**, which will set the precedence of this provisioning package higher than provisioning packages applied to this device from other sources, and then select **Next.**
|
||||
|
||||
11. Optional. In the **Provisioning package security** window, you can choose to encrypt the package and enable package signing.
|
||||
|
||||
- **Enable package encryption** - If you select this option, an auto-generated password will be shown on the screen.
|
||||
|
||||
- **Enable package signing** - If you select this option, you must select a valid certificate to use for signing the package. You can specify the certificate by clicking **Select** and choosing the certificate you want to use to sign the package.
|
||||
|
||||
12. Click **Next** to specify the output location where you want the provisioning package to go when it's built. By default, Windows ICD uses the project folder as the output location.
|
||||
@ -111,7 +102,6 @@ On the **File** menu, select **Save.**
|
||||
Optionally, you can click **Browse** to change the default output location.
|
||||
|
||||
13. Click **Next**.
|
||||
|
||||
14. Click **Build** to start building the package. The provisioning package doesn't take long to build. The project information is displayed in the build page and the progress bar indicates the build status.
|
||||
|
||||
If you need to cancel the build, click **Cancel**. This cancels the current build process, closes the wizard, and takes you back to the **Customizations Page**.
|
||||
@ -126,19 +116,14 @@ On the **File** menu, select **Save.**
|
||||
**Apply the provisioning package**
|
||||
|
||||
1. Select the provisioning package that you want to apply, double-click the file, and then allow admin privileges.
|
||||
|
||||
2. Consent to allow the package to be installed.
|
||||
|
||||
After you allow the package to be installed, the settings will be applied to the device
|
||||
|
||||
[Learn how to apply a provisioning package in audit mode or OOBE.](https://go.microsoft.com/fwlink/p/?LinkID=692012)
|
||||
After you allow the package to be installed, the settings will be applied to the device. [Learn how to apply a provisioning package in audit mode or OOBE](https://go.microsoft.com/fwlink/p/?LinkID=692012).
|
||||
|
||||
### Set up test account in Group Policy
|
||||
|
||||
To set up a test account using Group Policy, first create a Powershell script that configures the test account and test URL, and then create a scheduled task to run the script.
|
||||
|
||||
#### Create a Powershell script
|
||||
|
||||
This sample Powershell script configures the test account and the test URL. Edit the sample to:
|
||||
- Use your test account for **$obj.LaunchURI**
|
||||
- Use your test URL for **$obj.TesterAccount**
|
||||
@ -152,9 +137,7 @@ $obj.put()
|
||||
Set-AssignedAccess -AppUserModelId Microsoft.Windows.SecureAssessmentBrowser_cw5n1h2txyewy!App -UserName TestAccount
|
||||
```
|
||||
|
||||
|
||||
#### Create a scheduled task in Group Policy
|
||||
|
||||
1. Open the Group Policy Management Console.
|
||||
2. Right-click the Group Policy object (GPO) that should contain the new preference item, and then click **Edit**.
|
||||
3. In the console tree under **Computer Configuration** or **User Configuration**, go to **Preferences** > **Control Panel Settings**.
|
||||
@ -164,42 +147,36 @@ Set-AssignedAccess -AppUserModelId Microsoft.Windows.SecureAssessmentBrowser_cw5
|
||||
7. In the **Advanced** dialog box, click **Find Now**.
|
||||
8. Select **System** in the search results
|
||||
9. Go back to the **Properties** dialog box and select **Run with highest privileges** under **Security options**.
|
||||
9. Specify the operating system in the **Configure for** field.
|
||||
9. Navigate to the **Actions** tab.
|
||||
9. Create a new **Action**.
|
||||
9. Configure the action to **Start a program**.
|
||||
9. In the **Program/script** field, enter **powershell**.
|
||||
9. In the **Add arguments** field, enter **-file “<path to powershell script>”**.
|
||||
9. Click **OK**.
|
||||
9. Navigate to the **Triggers** tab and create a new trigger.
|
||||
9. Specify the trigger to be **On a schedule**.
|
||||
9. Specify the trigger to be **One time**.
|
||||
9. Specify the time the trigger should start.
|
||||
9. Click **OK**.
|
||||
9. In the **Settings** tab, select **Run task as soon as possible after a scheduled start is missed**.
|
||||
9. Click **OK**.
|
||||
|
||||
|
||||
10. Specify the operating system in the **Configure for** field.
|
||||
11. Navigate to the **Actions** tab.
|
||||
12. Create a new **Action**.
|
||||
13. Configure the action to **Start a program**.
|
||||
14. In the **Program/script** field, enter **powershell**.
|
||||
15. In the **Add arguments** field, enter **-file “<path to powershell script>”**.
|
||||
16. Click **OK**.
|
||||
17. Navigate to the **Triggers** tab and create a new trigger.
|
||||
18. Specify the trigger to be **On a schedule**.
|
||||
19. Specify the trigger to be **One time**.
|
||||
20. Specify the time the trigger should start.
|
||||
21. Click **OK**.
|
||||
22. In the **Settings** tab, select **Run task as soon as possible after a scheduled start is missed**.
|
||||
23. Click **OK**.
|
||||
|
||||
## Provide link to test
|
||||
|
||||
Anything hosted on the web can be presented in a locked down manner, not just assessments. To lock down online content, just embed a URL with a specific prefix and devices will be locked down when users follow the link. We recommend using this method for lower stakes assessments.
|
||||
|
||||
1. Create a link to the test URL. Use **ms-edu-secureassessment:** before the URL and **!enforceLockdown** after the URL.
|
||||
```
|
||||
ms-edu-secureassessment:<URL>!enforceLockdown
|
||||
```
|
||||
> **Note**: You may want to remove !enforceLockdown for tests that utilizes our lockdown API that checks for running processes before locking down. Removing !enforceLockdown will result in the app not locking down immediately which allows you to close apps that are not allowed to run during lockdown. The test web application may lock down the device once you have closed the apps.
|
||||
> [!NOTE]
|
||||
> You may want to remove !enforceLockdown for tests that utilizes our lockdown API that checks for running processes before locking down. Removing !enforceLockdown will result in the app not locking down immediately which allows you to close apps that are not allowed to run during lockdown. The test web application may lock down the device once you have closed the apps.
|
||||
|
||||
2. Distribute the link. You can use the web, email, OneNote, or any other method of your choosing.
|
||||
3. To take the test, the student clicks on the link and provides user consent.
|
||||
|
||||
|
||||
|
||||
## Assessment URLs
|
||||
|
||||
This assessment URL uses our lockdown API:
|
||||
|
||||
- SBAC/AIR: [http://mobile.tds.airast.org/launchpad/](http://mobile.tds.airast.org/launchpad/).
|
||||
|
||||
|
||||
|
@ -29,20 +29,14 @@ The **Take a Test** app in Windows 10, Version 1607, creates the right environme
|
||||
> To exit **Take a Test**, press Ctrl+Alt+Delete.
|
||||
|
||||
|
||||
## How you use Take a Test
|
||||
## How to use Take a Test
|
||||
|
||||

|
||||

|
||||
|
||||
- **Use a test URL and a [dedicated testing account](#set-up-a-dedicated-test-account)** - A user signs 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.
|
||||
- **[Put a test URL with an included prefix](#provide-link-to-test) on a web page or OneNote for students to click** - This allows teachers and test administrators an easier way to deploy assessments. We recommend this method for lower stakes assessments.
|
||||
|
||||
## Set up a dedicated test account
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
1. Sign into the device with an administrator account.
|
||||
2. Go to **Settings** > **Accounts** > **Work or school access** > **Set up an account for taking tests**.
|
||||
3. Select an existing account to use as the dedicated testing account.
|
||||
@ -51,19 +45,15 @@ The **Take a Test** app in Windows 10, Version 1607, creates the right environme
|
||||
> If you don't have an account on the device, you can create a new account. To do this, go to **Settings** > **Accounts** > **Other Users** > **Add someone else to this PC** > **I don’t have this person’s sign-in information** > **Add a user without a Microsoft account**.
|
||||
|
||||
4. Specify an assessment URL.
|
||||
|
||||
5. Click **Save**.
|
||||
|
||||
6. To take the test, the student signs in to the selected account.
|
||||
|
||||
|
||||
|
||||
|
||||
## Provide link to test
|
||||
|
||||
Anything hosted on the web can be presented in a locked down manner, not just assessments. To lock down online content, just embed a URL with a specific prefix and devices will be locked down when users follow the link. We recommend using this method for lower stakes assessments.
|
||||
|
||||
1. Create a link to the test URL. Use **ms-edu-secureassessment:** before the URL and **!enforceLockdown** after the URL.
|
||||
|
||||
```
|
||||
ms-edu-secureassessment:<URL>!enforceLockdown
|
||||
```
|
||||
|
@ -27,18 +27,17 @@ Many schools use online testing for formative and summative assessments. It's cr
|
||||
|
||||
|
||||
|
||||
## How you use Take a Test
|
||||
## How to use Take a Test
|
||||
|
||||

|
||||

|
||||
|
||||
- **Use a test URL and a dedicated testing account** - A user signs in to the account and the **Take a Test** app automatically launches the pre-configured assessment URL 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.
|
||||
- **Put a test URL with an included prefix on a web page or OneNote for students to click** - This allows teachers and test administrators an easier way to deploy assessments. We recommend this method for lower stakes assessments.
|
||||
|
||||
[Learn how to set up Take a Test on a single PC](take-a-test-single-pc.md)
|
||||
|
||||
[Learn how to set up Take a Test on multiple PCs](take-a-test-multiple-pcs.md)
|
||||
|
||||
|
||||
## How to set up Take a Test on PCs
|
||||
You can use Take a Test to set up a test for a single PC or multiple PCs. Follow these links to learn how:
|
||||
- [Set up Take a Test on a single PC](take-a-test-single-pc.md)
|
||||
- [Set up Take a Test on multiple PCs](take-a-test-multiple-pcs.md)
|
||||
|
||||
## Related topics
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user