Skip to content

Commit b41e2ea

Browse files
author
Sherry Yang
committed
Update metadata.
1 parent a57333d commit b41e2ea

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

learn-pr/wwl-data-ai/get-started-with-text-analysis-in-azure/5-exercise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
ms.topic: unit
1111
ms.custom:
1212
- N/A
13-
durationInMinutes: 30
13+
durationInMinutes: 20
1414
content: |
15-
[!include[](includes/4-exercise.md)]
15+
[!include[](includes/5-exercise.md)]
1616

learn-pr/wwl-data-ai/get-started-with-text-analysis-in-azure/6-knowledge-check.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ quiz:
2525
- content: "Entity detection"
2626
isCorrect: false
2727
explanation: "Incorrect. Entity detection identifies specific types of entity in the document, not the main talking points."
28-
- content: "You use Azure Language to perform sentiment analysis on a sentence. The confidence scores .04 positive, .36 neutral, and .60 negative are returned. What do these confidence scores indicate about the sentence sentiment?"
28+
- content: "You use Azure Language to perform sentiment analysis on a sentence. The confidence scores 0.04 positive, 0.36 neutral, and 0.60 negative are returned. What do these confidence scores indicate about the sentence sentiment?"
2929
choices:
3030
- content: "The document is positive."
3131
isCorrect: false
@@ -35,7 +35,7 @@ quiz:
3535
explanation: "Incorrect. The sentiment is most likely the type with the highest confidence score."
3636
- content: "The document is negative."
3737
isCorrect: true
38-
explanation: "Correct. The sentiment is most likely the type with the highest confidence score, in this case .6 negative."
38+
explanation: "Correct. The sentiment is most likely the type with the highest confidence score, in this case 0.60 negative."
3939
- content: "What is the purpose of the client object in the Azure Language SDK?"
4040
choices:
4141
- content: "It stores the application's user interface settings."
@@ -44,17 +44,17 @@ quiz:
4444
- content: "It helps application code communicate with the Azure Language service."
4545
isCorrect: true
4646
explanation: "The client object is the tool your code uses to communicate with a service, holding the endpoint, credentials, and providing methods to interact with the service."
47-
- content: "To store the text you want to analyze."
47+
- content: "The client object stores the text that needs to be analyzed."
4848
isCorrect: false
49-
explanation: "Incorrect. The client object does not store the text; it is used to communicate with the Azure Language service."
50-
- content: "What is the main purpose of the Azure Language MCP server"
49+
explanation: "Incorrect. The client object doesn't store the text; it's used to communicate with the Azure Language service."
50+
- content: "What is the main purpose of the Azure Language MCP server?"
5151
choices:
5252
- content: "To automatically generate website layouts for an agent."
5353
isCorrect: false
54-
explanation: "Incorrect. The MCP server does not generate website layouts; it provides a way for agents to access external tools and services."
54+
explanation: "Incorrect. The MCP server doesn't generate website layouts; it provides a way for agents to access external tools and services."
5555
- content: "To replace all generative AI models inside an agent."
5656
isCorrect: false
57-
explanation: "Incorrect. The MCP server does not replace generative AI models; it provides a way for agents to access external tools and services."
57+
explanation: "Incorrect. The MCP server doesn't replace generative AI models; it provides a way for agents to access external tools and services."
5858
- content: "To expose Azure Language capabilities to agents through the Model Context Protocol."
5959
isCorrect: true
6060
explanation: "Correct. The MCP server allows agents to access Azure Language capabilities in a structured way through the Model Context Protocol."

learn-pr/wwl-data-ai/get-started-with-text-analysis-in-azure/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ metadata:
1212
- N/A
1313
durationInMinutes: 1
1414
content: |
15-
[!include[](includes/6-summary.md)]
15+
[!include[](includes/7-summary.md)]

0 commit comments

Comments
 (0)