Skip to content

Commit 3f5f882

Browse files
author
Cam Soper
committed
acro
1 parent 1372186 commit 3f5f882

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

learn-pr/aspnetcore/configure-dependency-injection/6-knowledge-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.configure-dependency-injection.knowledge-check
33
title: Knowledge check
44
metadata:
55
title: Knowledge check
6-
description: Knowledge check for ASP.NET Core depenency injection.
6+
description: Knowledge check for ASP.NET Core dependency injection.
77
ms.date: 11/7/2024
88
author: CamSoper
99
ms.author: casoper
@@ -12,17 +12,17 @@ durationInMinutes: 5
1212
quiz:
1313
title: Check your understanding
1414
questions:
15-
- content: "Which of the following is a true statement about dependency injection?"
15+
- content: "Which of the following statements is true regarding dependency injection?"
1616
choices:
1717
- content: "Dependency injection is a design pattern that allows you to loosely couple your app's dependencies."
1818
isCorrect: false
19-
explanation: "Incorrect. This is a true statement, but there is a better answer."
19+
explanation: "Incorrect. This is a true statement, but there's a better answer."
2020
- content: "ASP.NET Core comes with a built-in service container that supports dependency injection."
2121
isCorrect: false
22-
explanation: "Incorrect. This is a true statement, but there is a better answer."
22+
explanation: "Incorrect. This is a true statement, but there's a better answer."
2323
- content: "ASP.NET Core's service container supports three service lifetimes: transient, scoped, and singleton."
2424
isCorrect: false
25-
explanation: "Incorrect. This is a true statement, but there is a better answer."
25+
explanation: "Incorrect. This is a true statement, but there's a better answer."
2626
- content: "All of the above."
2727
isCorrect: true
2828
explanation: "Correct! All of the above statements are true."

0 commit comments

Comments
 (0)