google-developer-training / android-basics-kotlin-mars-photos-app

Apache License 2.0
92 stars 193 forks source link

Android Basics: Coroutines (text vs. quiz) #90

Closed rs-idesis closed 3 years ago

rs-idesis commented 3 years ago

name: Android Basics Unit 4 issue about: Report problems with the Android Basics Unit 4 codelabs title: 'Android Basics Unit 4 issue: tutorial text does not match quiz result' labels: '' assignees: ''


URL of codelab https://developer.android.com/codelabs/basic-android-kotlin-training-introduction-coroutines?continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-kotlin-unit-4-pathway-1%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-training-introduction-coroutines#3

In which task and step of the codelab can this issue be found? In chapter "Coroutines in Kotlin", section "A word about runBlocking" and the following quiz

Describe the problem In the section about runBlocking the text reads "You will not be using it often in typical Android code". In the following quiz in question 6 about runBlocking the answer "You'll typically not use runBlocking in Android app code" is marked as wrong.

Either the text or the quiz should be adjusted to that they match.

Steps to reproduce?

  1. Read text
  2. Take test
  3. See red error message

Versions Android Studio version: not required API version of the emulator: not required

Additional information Include screenshots if they would be useful in clarifying the problem.

rs-idesis commented 3 years ago

My bad, I ignored the negation in the question :-(