
Ultimate access to all questions.
Your company is developing a language learning application that requires generating language exercises for users based on their proficiency levels. You have been assigned the task of using Azure OpenAI Service for this purpose. Describe how you would use the Azure OpenAI APIs to submit user proficiency levels and receive language exercises as responses.
A
Use the Azure OpenAI APIs to submit user proficiency levels as plain text and receive language exercises based on the plain text.
B
Use the Azure OpenAI APIs to submit user proficiency levels as structured data and receive language exercises based on the structured data.
C
Use the Azure OpenAI APIs to submit user proficiency levels as images and receive language exercises based on the images.
D
Use the Azure OpenAI APIs to submit user proficiency levels as voice commands and receive language exercises based on the voice commands.