HASKI-RAK / HASKI-Backend

This is the Backend System for our HASKI project.
GNU Lesser General Public License v2.1
4 stars 1 forks source link

get all learning element status of a student for a course. Return either all or one specific status #77

Closed DimitriB01 closed 9 months ago

DimitriB01 commented 10 months ago

Added

One will request all learning element status of a student for a course and return all after filtering for {cmid: Learning Element Id, state: State of the Elemenet (completed 1 or uncompleted 0), timecompleted: unix time of done status}

The other one will request all learning element status and return only one after filtering for a specific Learning Element Id (cmid)

DimitriB01 commented 9 months ago

Habe eine kurze Beschreibung ins Wiki, sowie auch eine ausführliche ins Readme geschrieben.

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
94.7% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud