Skip to content

Commit 4eed66c

Browse files
Merge pull request #34187 from wwlpublish/e70c761c77f91af8c5f5afb827f8bf8c-live
Modules/M03-create-c-sharp-methods-that-return-values
2 parents dcab1e2 + d51a4e4 commit 4eed66c

20 files changed

+47
-38
lines changed

learn-pr/wwl-language/create-c-sharp-methods-return-values/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 03/21/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/create-c-sharp-methods-return-values/10-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 03/21/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/create-c-sharp-methods-return-values/2-exercise-understand-return-type-syntax.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.create-c-sharp-methods-return-values.exercise-understand-return-type-syntax
3-
title: Understand return type syntax
3+
title: Exercise - Understand return type syntax
44
metadata:
5-
title: Understand return type syntax
6-
description: "Understand return type syntax"
7-
ms.date: 03/21/2023
5+
title: Exercise - Understand return type syntax
6+
description: "Exercise - Understand return type syntax"
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/create-c-sharp-methods-return-values/3-exercise-create-methods-return-numbers.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.create-c-sharp-methods-return-values.exercise-create-methods-return-numbers
3-
title: Return numbers from methods
3+
title: Exercise - Return numbers from methods
44
metadata:
5-
title: Return numbers from methods
6-
description: "Return numbers from methods"
7-
ms.date: 03/21/2023
5+
title: Exercise - Return numbers from methods
6+
description: "Exercise - Return numbers from methods"
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
12-
durationInMinutes: 3
12+
durationInMinutes: 10
1313
content: |
1414
[!include[](includes/3-exercise-create-methods-return-numbers.md)]
1515
quiz:
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.create-c-sharp-methods-return-values.exercise-create-methods-return-strings
3-
title: Return strings from methods
3+
title: Exercise - Return strings from methods
44
metadata:
5-
title: Return strings from methods
6-
description: "Return strings from methods"
7-
ms.date: 03/21/2023
5+
title: Exercise - Return strings from methods
6+
description: "Exercise - Return strings from methods"
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
12-
durationInMinutes: 3
12+
durationInMinutes: 5
1313
content: |
1414
[!include[](includes/4-exercise-create-methods-return-strings.md)]
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.create-c-sharp-methods-return-values.exercise-create-methods-return-booleans
3-
title: Return Booleans from methods
3+
title: Exercise - Return Booleans from methods
44
metadata:
5-
title: Return Booleans from methods
6-
description: "Return Booleans from methods"
7-
ms.date: 03/21/2023
5+
title: Exercise - Return Booleans from methods
6+
description: "Exercise - Return Booleans from methods"
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
12-
durationInMinutes: 10
12+
durationInMinutes: 5
1313
content: |
1414
[!include[](includes/5-exercise-create-methods-return-booleans.md)]
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.create-c-sharp-methods-return-values.exercise-create-methods-return-arrays
3-
title: Return arrays from methods
3+
title: Exercise - Return arrays from methods
44
metadata:
5-
title: Return arrays from methods
6-
description: "Return arrays from methods"
7-
ms.date: 03/21/2023
5+
title: Exercise - Return arrays from methods
6+
description: "Exercise - Return arrays from methods"
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
12-
durationInMinutes: 3
12+
durationInMinutes: 10
1313
content: |
1414
[!include[](includes/6-exercise-create-methods-return-arrays.md)]
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.create-c-sharp-methods-return-values.exercise-challenge-dice-game
3-
title: Complete the challenge
3+
title: Exercise - Complete the challenge to add methods to make the game playable
44
metadata:
5-
title: Complete the challenge
6-
description: "Complete the challenge"
7-
ms.date: 03/21/2023
5+
title: Exercise - Complete the challenge to add methods to make the game playable
6+
description: "Exercise - Complete the challenge to add methods to make the game playable"
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial
1111
ms.prod: learning-azure
12-
durationInMinutes: 3
12+
durationInMinutes: 10
1313
content: |
1414
[!include[](includes/7-exercise-challenge-dice-game.md)]

learn-pr/wwl-language/create-c-sharp-methods-return-values/8-review-solution-dice-game.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.create-c-sharp-methods-return-values.review-solution-dice-game
3-
title: Review the solution
3+
title: Review the solution to add methods to make the game playable
44
metadata:
5-
title: Review the solution
6-
description: "Review the solution"
7-
ms.date: 03/21/2023
5+
title: Review the solution to add methods to make the game playable
6+
description: "Review the solution to add methods to make the game playable"
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/create-c-sharp-methods-return-values/9-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 03/21/2023
7+
ms.date: 04/25/2023
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: interactive-tutorial

0 commit comments

Comments
 (0)