Skip to content

Use SQL to read and write to a database: Quiz incorrect #66

@BreeeeA

Description

@BreeeeA

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

In which task and step of the codelab can this issue be found?
Quiz of Pathway "Data persistence (Unit 6): Introduction to SQL"

Describe the problem
There are incorrect answers in the Quiz:

  1. Question 6 asks "Which of the following statements are true about GROUP BY and ORDER BY?". One possible answer is: "In an ORDER BY clause, descending order is the default." which is incorrect, the ascending order is the default as was also correctly mentioned in the codelab itself. But the Quiz expects the answer to be marked as correct (See screenshot)
  2. Question 8 is incorrect. The statement is "The LIMIT clause LIMIT 30 SKIP 60 returns:" But instead of SKIP it should say OFFSET.

Steps to reproduce?
Go to the quiz, answer/look at the questions and check the result.

Versions

Additional information
Screenshot added.
wrong_quiz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions