Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BreeeeA opened this issue Sep 30, 2024 · 0 comments
Open

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

BreeeeA opened this issue Sep 30, 2024 · 0 comments

Comments

@BreeeeA
Copy link

BreeeeA commented Sep 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant