You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/get-started-with-text-analysis-in-azure/6-knowledge-check.yml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ quiz:
25
25
- content: "Entity detection"
26
26
isCorrect: false
27
27
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?"
29
29
choices:
30
30
- content: "The document is positive."
31
31
isCorrect: false
@@ -35,7 +35,7 @@ quiz:
35
35
explanation: "Incorrect. The sentiment is most likely the type with the highest confidence score."
36
36
- content: "The document is negative."
37
37
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."
39
39
- content: "What is the purpose of the client object in the Azure Language SDK?"
40
40
choices:
41
41
- content: "It stores the application's user interface settings."
@@ -44,17 +44,17 @@ quiz:
44
44
- content: "It helps application code communicate with the Azure Language service."
45
45
isCorrect: true
46
46
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."
48
48
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?"
51
51
choices:
52
52
- content: "To automatically generate website layouts for an agent."
53
53
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."
55
55
- content: "To replace all generative AI models inside an agent."
56
56
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."
58
58
- content: "To expose Azure Language capabilities to agents through the Model Context Protocol."
59
59
isCorrect: true
60
60
explanation: "Correct. The MCP server allows agents to access Azure Language capabilities in a structured way through the Model Context Protocol."
0 commit comments