-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question sets are not getting scored correctly #8
Comments
If this is fixed why is it still open? |
#9 not closed yet |
@tjchambers could you review #9 possibly and then merge it if it seems good to you? I think one of us reviewed it back in the day but I just don't know much about PHP compared to you |
@alainmeier The fix for this may work, but this is one of those very poorly implemented query parm concatenation code. It should be rewritten. I will rewrite it. |
Thank you @tjchambers |
@alainmeier Do you want the version bumped to 4.0.2 when I implement this on another PR? |
@tjchambers yes please, I would like to get this pushed to package managers when it's done |
Previously the response was not sending the question_id and answer_id to the backend API, resulting in no valid response.
Correct question set results scoring per #8
The PHP lib currently does not send a proper request to the BlockScore API resulting in incorrectly scored questions.
http://docs.blockscore.com/v4.0/curl/#score-a-question-set
The text was updated successfully, but these errors were encountered: