Skip to content

Commit 361269f

Browse files
committed
Fixed incorrect KC answer
1 parent 8597496 commit 361269f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ quiz:
2929
- content: "What value is needed to instantiate a AIProjectClient object?"
3030
choices:
3131
- content: "The project connection string."
32-
isCorrect: false
32+
isCorrect: true
3333
explanation: "Correct. You need the project connection string to instantiate a AIProjectClient object."
3434
- content: "The Azure OpenAI authorization key"
35-
isCorrect: true
35+
isCorrect: false
3636
explanation: "Incorrect. You don't need the Azure OpenAI authorization key to instantiate a AIProjectClient object."
3737
- content: "The Azure subscription ID"
3838
isCorrect: false

0 commit comments

Comments
 (0)