Tell us what’s happening:
Doing the tutorial “learn realational database by building mario database”,
This questions ( 40 percent mark)
You used username='Samus' as a condition earlier. SET Daisy’s favorite_color to Orange . You can use the condition name='Daisy' to change her row.
has a bug i think. when inputing my own answer or the computer’s anskey it still does not pass the test case.
Your code so far
UPDATE characters SET favorite_color=‘Orange’ WHERE name=‘Daisy’;
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36
Challenge: Linear Regression Health Costs Calculator
Sorry for your troubles. There’s a strange bug that occurs once in a while where the instructions become misaligned with the tests. For example, you press continue after completing a step, and the instructions load - but the test doesn’t or something. I don’t know exactly what happens or what causes it, but it can be tough to get back on track after it happens. You could dig into the tests and see what’s being tested. If you can pass the old tests, it may realign itself. If all else fails, you can start the tutorial over from the start. I know that stinks, but it may be the only way to get it back on track.