You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ludia chcu do svojich aplikacii ziskat celkove hodnotenie predmetov. Aby si nemuseli stale updatovat databazu na najnovsie data, stacilo by im poskytnut api, ktore by vracalo vysledky.
Query:
select code,name,slug,season_id,score from Subject,AnswerSummary,Question whereAnswerSummary.subject_id=Subject.idandAnswerSummary.question_id=Question.idand isSubjectEvaluation=1;