Hi,
is there a score filter in Views? I would like to filter results by score - e.g. only users with score higher than 90 %, etc.
I am happy to try implementing that filter if there is nothing...
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | quiz_score_filter_596138_3.patch | 797 bytes | wjackson |
| #2 | quiz_filter.patch | 441 bytes | meba |
Comments
Comment #1
sdboyer commentedI don't think I implemented anything like this in the original Views integration. I suspect it might be a little complex to do, but should be doable. I'll assign this to me and try to get to it when I have some time...probably won't be for a couple weeks, though.
Comment #2
meba commentedHi,
it's actually very easy!
Attaching a patch that works for me
Comment #3
wjackson commentedThis patch supports Quiz version, 6.x-4.0. This adds the ability in views to filter quiz results by score.
Comment #4
carlier.yannick commentedHi will.j and thank you for the patch.
This is exactly what I needed.
But could you tell us how to deploy your patch please?
Thanks in advance.
Comment #5
sivaji_ganesh_jojodae commented@carlier.yannick, see "applying a patch" section in http://drupal.org/node/707484 but there are chances that It couldn't be applied properly.
Comment #6
sivaji_ganesh_jojodae commentedThanks, will.j your patch has been committed. Cross referencing 7.x issue #1442410: Views filter by score is missing