Skip to content

Commit 66c0136

Browse files
Fix punctuation and wording in knowledge check questions
1 parent e3f5fad commit 66c0136

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

learn-pr/wwl-data-ai/get-started-vision-azure/6-knowledge-check.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ quiz:
4747
explanation: "You need to provide the deployment name of the model, not the Foundry resource name, when making API calls to generate images."
4848
- content: "Why is video generation with Sora models in Microsoft Foundry handled as an asynchronous job?"
4949
choices:
50-
- content: "Because, video generation requires user interaction during rendering."
50+
- content: "Because video generation requires user interaction during rendering."
5151
isCorrect: false
5252
explanation: "Video generation doesn't require user interaction during rendering."
53-
- content: "Because, the REST API doesn't support synchronous requests."
53+
- content: "Because the REST API doesn't support synchronous requests."
5454
isCorrect: false
5555
explanation: "REST APIs absolutely can be synchronous. In this content, the reason given for async is workload duration and compute cost, not that it's not possible to process synchronously."
56-
- content: "Because, video generation is resource‑intensive and takes time to complete."
56+
- content: "Because video generation is resource‑intensive and takes time to complete."
5757
isCorrect: true
58-
explanation: "Video generation is computationally intensive and can take several minutes to complete. For this reason, Foundry runs video generation as an asynchronous process where you create a job, poll for its status, and download the video once it's finished."
58+
explanation: "Video generation is computationally intensive and can take several minutes to complete. For this reason, Foundry runs video generation as an asynchronous process where you create a job, poll for its status, and download the video once it's finished."

0 commit comments

Comments
 (0)