Wrong answer in training

Hello Learning and Academy Team,

I was going through the Learning Plan for Automation Developer - Specialized AI Professional Training
And in the Knowledge Check of course Working with Local Files and Folders in Studio

There’s a wrong answer marked in the system.
Which should be corrected.
Attaching the screenshot for the same

Question is: What is the action that this activity will perform?
Answer should be: It opens a dialogue box, showing the user .txt files to browse from.

Thanks

The marked answer is correct, but it is incomplete answer. It should be multiple correct answers question.
It shows the popup and saves selected file path to a variable. So 2nd and 4th answers should be marked as correct.

Hi @mateuszmacheta

It’s wrong in two ways:

The activity Browse for File has only one Output property which stores the File Path for variable and no other information apart from that.
And
Isn’t Get File Info the correct activity which resembles with the wrong answer: Activities - Get File Info

Get File Info says:
Retrieves the properties of a specified file and saves the information for later use in the project.

Thanks for chipping in. Thoughts are welcome.

Well, my interpretation of last answer is that it’s saving file path to a variable. File Path is information about a file :smirk: it is not specified what information is stored, but definitely if it was rephrased to “Saves file path of selected file to a variable to use later” it would be more clear.
I think in this case it I would definitely select two answers, but if question author did not intend to make last answer correct then I would change it so it’s obvious it’s invalid one.