sarmadhamdani02 / WebGames

This repo contains some web-based games, feel free to contribute 🙂 you can either create new games or contribute by solving issues.
https://webgames02.netlify.app/
9 stars 23 forks source link

Answer choice in Dev Quiz is incorrect #78

Closed NereidaRondon closed 1 year ago

NereidaRondon commented 1 year ago

QUESTION INDEX 16: "What does the acronym CRUD stand for in the context of databases?",

ANSWER CHOICES INDEX 16:

["Compile, Run, Upload, Debug", "Update, Read, Create, Delete", "Control, Repeat, Undo, Draw", "Copy, Resize, Underline, Delete"],

PROBLEM:

ANSWER KEY ARRAY: const key = [3, 1, 0, 3, 2, 0, 1, 3, 1, 2, 0, 0, 2, 0, 1, 0, 3, 0, 3, 2];

How to fix it:

key[16] should be 1, not 3.