General discussion

Comparing user max_score achieved to game pass score

Hello, 

I am coding out an online games portal in WordPress using h5p and am looking to show a game progress indicator that shows if the user:

1. Has attempted the game
2. Has passed the game

I can see in the h5p_results table the 'score' and 'max_score' entires for the user's attempt at the game, which is excellent - and solves point 1 above. But for point 2 I need to know what the possible max score of the game is so that I can compare the user's max_score and determine if they have passed or not.

Pages