@@ -17,15 +17,15 @@ INSERT INTO math.permissions(user_id, role_name) VALUES (1, 'teacher');
1717
1818
1919-- course
20- INSERT INTO math .course (name, description, image) VALUES (' trygonometria' , ' jedynka trygonometryczna $\\\\ $ $sin^{2}\a lpha + cos^{2}\a lpha = 1$ ' , ' http ://192.168.1.69:8125 /images/course/trygonometry.png' );
21- INSERT INTO math .course (name, description, image) VALUES (' stereometria' , ' Prostopadłościan: $\\ $ - długości krawędzi: a, b, c$\\ $- pole = 2(ab + bc + ac)$\\ $- objętość = ab$\\ $ Ostrosłup:$\\ $- pole podstawy: P_{p}$\\ $- wysokość: H$\\ $- objętość = $\f rac{1}{3}P_{p}H$' , ' http ://192.168.1.69:8125 /images/course/geometry.png' );
22- INSERT INTO math .course (name, description, image) VALUES (' ułamki' , ' Jakis opis' , ' http ://192.168.1.69:8125 /images/course/fractions.png' );
23- INSERT INTO math .course (name, description, image) VALUES (' funkcje' , ' Jakis opis' , ' http ://192.168.1.69:8125 /images/course/functions.png' );
24- INSERT INTO math .course (name, description, image) VALUES (' probabilistyka' , ' Jakis opis' , ' http ://192.168.1.69:8125 /images/course/probability.png' );
25- INSERT INTO math .course (name, description, image) VALUES (' statystyka' , ' Jakis opis' , ' http ://192.168.1.69:8125 /images/course/statistics.png' );
26- INSERT INTO math .course (name, description, image) VALUES (' planimetria' , ' Jakis opis' , ' http ://192.168.1.69:8125 /images/course/planimetry.png' );
27- INSERT INTO math .course (name, description, image) VALUES (' ciągi liczbowe' , ' Jakis opis' , ' http ://192.168.1.69:8125 /images/course/numerical_sequences.png' );
28- INSERT INTO math .course (name, description, image) VALUES (' równania i nierówności' , ' Jakis opis' , ' http ://192.168.1.69:8125 /images/course/equations.png' );
20+ INSERT INTO math .course (name, description, image) VALUES (' trygonometria' , ' jedynka trygonometryczna $\\\\ $ $sin^{2}\a lpha + cos^{2}\a lpha = 1$ ' , ' https ://math-user-api.herokuapp.com /images/course/trygonometry.png' );
21+ INSERT INTO math .course (name, description, image) VALUES (' stereometria' , ' Prostopadłościan: $\\ $ - długości krawędzi: a, b, c$\\ $- pole = 2(ab + bc + ac)$\\ $- objętość = ab$\\ $ Ostrosłup:$\\ $- pole podstawy: P_{p}$\\ $- wysokość: H$\\ $- objętość = $\f rac{1}{3}P_{p}H$' , ' https ://math-user-api.herokuapp.com /images/course/geometry.png' );
22+ INSERT INTO math .course (name, description, image) VALUES (' ułamki' , ' Jakis opis' , ' https ://math-user-api.herokuapp.com /images/course/fractions.png' );
23+ INSERT INTO math .course (name, description, image) VALUES (' funkcje' , ' Jakis opis' , ' https ://math-user-api.herokuapp.com /images/course/functions.png' );
24+ INSERT INTO math .course (name, description, image) VALUES (' probabilistyka' , ' Jakis opis' , ' https ://math-user-api.herokuapp.com /images/course/probability.png' );
25+ INSERT INTO math .course (name, description, image) VALUES (' statystyka' , ' Jakis opis' , ' https ://math-user-api.herokuapp.com /images/course/statistics.png' );
26+ INSERT INTO math .course (name, description, image) VALUES (' planimetria' , ' Jakis opis' , ' https ://math-user-api.herokuapp.com /images/course/planimetry.png' );
27+ INSERT INTO math .course (name, description, image) VALUES (' ciągi liczbowe' , ' Jakis opis' , ' https ://math-user-api.herokuapp.com /images/course/numerical_sequences.png' );
28+ INSERT INTO math .course (name, description, image) VALUES (' równania i nierówności' , ' Jakis opis' , ' https ://math-user-api.herokuapp.com /images/course/equations.png' );
2929
3030
3131-- course_author
@@ -55,7 +55,7 @@ INSERT INTO math.exercise (question, correct_answers, incorrect_answers, course_
5555
5656INSERT INTO math .exercise (question, correct_answers, incorrect_answers, course_id, image)
5757 VALUES (' W trójkącie, przedstawionym na rysunku powyżej, sinus kąta ostrego $\a lpha$ jest równy' ,
58- ' {"data": [{"answer":"$\\ frac{2\\ sqrt{6}}{5}$"}]}' , ' {"data": [{"answer":" $\\ frac{\\ sqrt{6}}{12}$"},{"answer":" $\\ frac{1}{5}$"},{"answer":" $\\ frac{5}{24}$"}]}' , 1 , ' http ://192.168.1.69:8125 /images/exercise/img1.png' );
58+ ' {"data": [{"answer":"$\\ frac{2\\ sqrt{6}}{5}$"}]}' , ' {"data": [{"answer":" $\\ frac{\\ sqrt{6}}{12}$"},{"answer":" $\\ frac{1}{5}$"},{"answer":" $\\ frac{5}{24}$"}]}' , 1 , ' https ://math-user-api.herokuapp.com /images/exercise/img1.png' );
5959
6060INSERT INTO math .exercise (question, correct_answers, course_id)
6161 VALUES (' $ tg\a lpha ctg\a lpha $ jest równe' ,' {"data": [{"answer":1}]}' ,' 1' );
0 commit comments