Update icon source in Take a Test kiosk mode documentation

This commit is contained in:
Paolo Matarazzo 2024-02-06 08:06:51 -05:00
parent 04b8f7d5a3
commit 80b8cbf12d

View File

@ -171,7 +171,7 @@ $cimObject.HideFastUserSwitching = 1
Set-CimInstance -CimInstance $cimObject Set-CimInstance -CimInstance $cimObject
``` ```
#### [:::image type="icon" source="images/icons/windows-os.svg"::: **Settings app**](#tab/win) #### [:::image type="icon" source="images/icons/settings.svg"::: **Settings app**](#tab/settings)
To create a local account, and configure Take a Test in kiosk mode using the Settings app: To create a local account, and configure Take a Test in kiosk mode using the Settings app:
@ -189,7 +189,7 @@ To create a local account, and configure Take a Test in kiosk mode using the Set
1. Under **Test taking settings** select the options you want to enable during the test 1. Under **Test taking settings** select the options you want to enable during the test
- To enable printing, select **Require printing** - To enable printing, select **Require printing**
> [!NOTE] > [!NOTE]
> Make sure a printer is pre-configured on the Take a Test account if you're enabling this option. > Make sure a printer is pre-configured on the Take a Test account if you're enabling this option.
- To enable teachers to monitor screens, select **Allow screen monitoring** - To enable teachers to monitor screens, select **Allow screen monitoring**
@ -198,7 +198,7 @@ To create a local account, and configure Take a Test in kiosk mode using the Set
1. To take the test, a student must sign in using the test-taking account selected in step 4 1. To take the test, a student must sign in using the test-taking account selected in step 4
:::image type="content" source="./images/takeatest/login-screen-take-a-test-single-pc.png" alt-text="Windows 11 SE login screen with the take a test account." border="true"::: :::image type="content" source="./images/takeatest/login-screen-take-a-test-single-pc.png" alt-text="Windows 11 SE login screen with the take a test account." border="true":::
> [!NOTE] > [!NOTE]
> To sign-in with a local account on a device that is joined to Microsoft Entra ID or Active Directory, you must prefix the username with either `<computername>\` or `.\`. > To sign-in with a local account on a device that is joined to Microsoft Entra ID or Active Directory, you must prefix the username with either `<computername>\` or `.\`.
--- ---