Skip to content

Commit fe5a152

Browse files
committed
acrolinx fixes
1 parent 36767a9 commit fe5a152

1 file changed

Lines changed: 4 additions & 15 deletions

File tree

learn-pr/wwl-data-ai/foundry-sdk/06-knowledge-check.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ quiz:
5050
explanation: Incorrect. The parameter doesn't delete responses.
5151
- content: Which package must you install to use the Microsoft Foundry SDK in Python?
5252
choices:
53-
- content: azure-foundry
53+
- content: Package `azure-foundry`
5454
isCorrect: false
5555
explanation: Incorrect. This package doesn't exist.
56-
- content: azure-ai-projects
56+
- content: Package `azure-ai-projects`
5757
isCorrect: true
58-
explanation: Correct. The azure-ai-projects package provides the Microsoft Foundry SDK for Python.
59-
- content: microsoft-foundry-sdk
58+
explanation: Correct. The `azure-ai-projects` package provides the Microsoft Foundry SDK for Python.
59+
- content: Package `microsoft-foundry-sdk`
6060
isCorrect: false
6161
explanation: Incorrect. This package doesn't exist.
6262
- content: What advantage does the Responses API offer over traditional chat completions?
@@ -70,14 +70,3 @@ quiz:
7070
- content: It requires less authentication configuration
7171
isCorrect: false
7272
explanation: Incorrect. Both APIs require the same authentication approach.
73-
- content: What feature in the Chat playground helps you transition from experimentation to development?
74-
choices:
75-
- content: The Code button that generates SDK samples based on your playground session
76-
isCorrect: true
77-
explanation: Correct. The Code button provides pre-populated code samples in multiple languages that you can use as a starting point for your application.
78-
- content: The ability to save your chat history
79-
isCorrect: false
80-
explanation: Incorrect. While you can work with chat history, the Code button is specifically designed to help you generate implementation code.
81-
- content: The automatic deployment of models
82-
isCorrect: false
83-
explanation: Incorrect. The playground doesn't automatically deploy models; it helps you test and generate code samples.

0 commit comments

Comments
 (0)