Quantcast
Channel: DOCU - Foren
Viewing all articles
Browse latest Browse all 6559

ILIAS Developers: Most efficient way to check if user has passed a test

$
0
0
Hello to the community
I'm using Ilias 5.1 and I need to know, in an external application, if a certain user has passed a given test.
What I'm using now is a call to getTestResults API.
That works, but it's very slow, I guess it's because it actually retrieves the results of all the test's participants, and in my case that number is really huge, it can reach almost 10000 (yes, thousands).
So, I call that API, it executes two queries and then a big cycle to build the XMl, then I get that huge XML in my external application and look for the user I need.
So, I was wandering if there is a more efficient API call I'm missing (or a combination of calls), to check only for a specific given user and a specific given test.

Thanks and best regards


Viewing all articles
Browse latest Browse all 6559

Trending Articles