fix language around solution sql-exercise

This commit is contained in:
Joe Germuska 2019-10-10 15:13:26 -05:00
parent 8b88977825
commit dbdc3f3c9c
2 changed files with 4 additions and 4 deletions

View File

@ -203,8 +203,8 @@
<div class="grid-item">
<h3>Check your solution</h3>
<sql-exercise
data-question="Use your knowledge of the database schema and SQL commands to find out who committed the murder."
data-comment="When you think you know the answer, go to the next section."
data-question="Did you find the killer?"
data-comment=""
data-default-text="INSERT INTO solution VALUES (1, 'Insert the name of the person you found here');
SELECT value FROM solution;"></sql-exercise>

View File

@ -465,8 +465,8 @@ WHERE person.id = 14887 OR person.id = 16371;"
<div class="grid-item">
<h3>Check your solution</h3>
<sql-exercise
data-question="Use your knowledge of the database schema and SQL commands to find out who committed the murder."
data-comment="When you think you know the answer, go to the next section."
data-question="Did you find the killer?"
data-comment=""
data-default-text="INSERT INTO solution VALUES (1, 'Insert the name of the person you found here');
SELECT value FROM solution;"></sql-exercise>