Closed NereidaRondon closed 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"],
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];
key[16] should be 1, not 3.
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.