Skip to content

Commit 60d7b7d

Browse files
authored
Update 20480C_MOD03_LAB_MANUAL.md
1 parent ad23730 commit 60d7b7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Instructions/20480C_MOD03_LAB_MANUAL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ First, you will use the HTML5 DOM to obtain a reference to the page’s schedule
3030
#### Task 1: Review the existing code for the Schedule page
3131

3232
1. Start Microsoft Visual Studio 2017, and then from the **Allfiles\Mod03\Labfiles\Starter\Exercise 1** folder, open the **ContosoConf.sln** solution.
33+
>**Note**: If **Security Warning for ContosoConf** dialog box appears, clear **Ask me for every project in this solution** checkbox and then click **OK**.
3334
2. In the **ContosoConf** project, review the content of the **schedule.htm** page. Notice that the **schedule** page section, which will be used to display the list of sessions, currently contains an empty list named **schedule**:
3435
```html
3536
<section class="page-section schedule>
@@ -129,6 +130,7 @@ First, you will add two check box HTML elements to the **Schedule** page. The fi
129130
#### Task 1: Add check box HTML elements
130131

131132
1. In Visual Studio, from the **Allfiles\Mod03\LabFiles\Starter\Exercise 2** folder, open the **ContosoConf.sln** solution. This project contains a working version of the application as it should appear at the end of exercise 1.
133+
>**Note**: If **Security Warning for ContosoConf** dialog box appears, clear **Ask me for every project in this solution** checkbox and then click **OK**.
132134
2. In the **schedule.htm** file, before the **schedule** list, add two check boxes that allow the user to specify the tracks for which the page should display session information:
133135

134136
![alt text](./Images/20480B_3_Schedule_With_Checkboxes.png "The Schedule page with check boxes that enable the user to select the tracks")
@@ -162,6 +164,7 @@ First, you will add two check box HTML elements to the **Schedule** page. The fi
162164
2. Verify that if both check boxes are selected, all tracks are listed.
163165
3. Verify that if only **Track 1** or **Track 2** is selected, only the sessions for that track are listed.
164166
4. Verify that if both tracks are not selected, no sessions are listed.
167+
5. Close all open windows.
165168

166169
>**Note**: The sessions for Track 1 are:
167170
>- Registration

0 commit comments

Comments
 (0)