ucfopen / Materia

Engage students with easily embedded apps for online courses. Supercharge your course with compelling experiences and game mechanics.
https://ucfopen.github.io/Materia-Docs/
GNU Affero General Public License v3.0
37 stars 32 forks source link

Round scores more accurately in LTI passback #1566

Open FrenjaminBanklin opened 5 months ago

FrenjaminBanklin commented 5 months ago

See below: image

The current code determining the score passed back in LTI connections is as follows: $max_score = (int) $max_score / 100;

Potentially change this to round($max_score) / 100;.