google-developer-training / basic-android-kotlin-compose-training-mars-photos

Solution code for Android Basics in Kotlin course
https://developer.android.com/courses/android-basics-kotlin/course?gclid=CjwKCAjw4c-ZBhAEEiwAZ105RTyT-iaLHzrhMBUXdMhO230ZDwOwxxI2x4RgK8DwBxK8t1h0wmU_QxoCi4YQAvD_BwE
Apache License 2.0
72 stars 66 forks source link

Get Data from the Internet Quiz Error #40

Open cjparent opened 1 year ago

cjparent commented 1 year ago

I apologize, I am not sure where else to submit issues relating to the quizzes.

URL of quiz: https://developer.android.com/courses/quizzes/android-basics-compose-unit-5-pathway-1/android-basics-compose-unit-5-pathway-1?authuser=2&continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-5-pathway-1%3Fauthuser%3D2%23quiz-%2Fcourses%2Fquizzes%2Fandroid-basics-compose-unit-5-pathway-1%2Fandroid-basics-compose-unit-5-pathway-1

In which task and step of the quiz can this issue be found? Question 2

Describe the problem In the "Adaptive Layouts" quiz, question 1 is a fill-in-the-blank with prompt "The ___ composable is used to respond to the Back button, with or without a NavHost". The correct answer is "BackHandler"

Similarly, Question 2 of the "Get data from the internet" quiz is a type-in-the-blank with the prompt "The ___ composable is used to respond to the Back button, with or without a NavHost.".However, an answer of "BackHandler" is marked incorrect

Adaptive_Layouts_Quiz_Question_1 Get_data_from_the_internet_Quiz_Question_2

osuleymanova commented 1 year ago

Hello @cjparent,

The issue that you presented to us is extremely important, and I thank you for bringing it to our attention. Measures will be taken soon to fix it.