Hi folks, I can't seem to get 'my objects' or 'shared objects' to show, if I click on either of these, a blank page is generated. Test objects are accessed fine. I've written some echo script that says that I have access to them:
if( checkPerm('home', true, 'storage')&& checkPerm('lesson', true, 'storage') && checkPerm('public', true, 'storage')) echo "i have access!";
And this runs fine, and displays 'i have access' instead of the blank page. I'm not sure if I have set up folder permissions wrong somewhere or what is up.
On another note, I've fixed the bug that meant that when a test has a time limit for each question, and that limit is reached, the test skips to the end, instead of going to the next question. On test with an overrall time limit, the time expires like normal and the alert box sends the user to the end of the test as normal. Still no luck fixing the bug with changing the time limit on the questions, so the 'time limit per question' functionality is still not very useful, unless you know your SQL.
Edit : The attachment is the do.test.php that sits in the Lms/modules/test/ folder of your installation.







