apluslms / a-plus

A+ frontend portal - A+ LMS documentation:
https://apluslms.github.io/
Other
66 stars 73 forks source link

Add more info about max_points to points API #1380

Closed etanttila closed 3 months ago

etanttila commented 3 months ago

Description

What? Add fields max_points and max_points_by_difficultyto the points API general information. This simplifies calculating relevant points in MOOC-Jutut. The max_points field was already provided in the API for modules, but not for the course as a whole, and the max points for each category/difficulty weren't in the API beforehand.

Why?

So viewing points via Jutut could work more efficiently

How?

Adding the fields max_points and max_points_by_difficulty to the API

Fixes #

Testing

Remember to add or update unit tests for new features and changes.

What type of test did you run?

Tested locally that they appear in the API and the change works with the Jutut pull request

Did you test the changes in

Think of what is affected by these changes and could become broken

Translation

Programming style

Have you updated the README or other relevant documentation?

Is it Done?

Clean up your git commit history before submitting the pull request!