Tony Partridge
-
tonyp created new topic Logic to pass a quiz?.
June 19 at 1:03 pm
I’m just trying to workout how much determine if the quiz was passed? Ive noticed the hooks not triggering and I’m wondering if the quiz is setup... -
-
tonyp replied to the topic Generate quiz link.
June 19 at 9:55 am
Ok I was hoping you had a route helper which I could just provide the quiz id for? I'll have to get the quiz with a query first then. Thanks! -
tonyp created new topic Generate quiz link.
June 18 at 10:06 pm
Hello, I am developing a custom invite method for CQ and need to generate a link to a quiz. Can you tell me how you make up your links for a user to take a... -
tonyp replied to the topic Video Field?.
February 2 at 11:05 am
Hello, I know there are but that's not very intuative to the creator of the quizes so a dedicated field would be more valid. but that's fine. Many thanks -
tonyp replied to the topic Video Field?.
February 1 at 3:57 pm
Hello, Well the admin want's to upload videos and allow questions based on the video played? I am just wondering if you have a field for this? Or if I should just code... -
tonyp created new topic Video Field?.
January 30 at 1:46 pm
Is there the possibility to allow a video field? Where the user can upload or select videos? Many thanks Tony -
tonyp replied to the topic Bug with verison show?.
January 27 at 11:08 am
Also, I noticed on the CJLib app it's telling me to add in my download ID but it already exists. I recommend you add in a check to see if the download ID is set before... -
tonyp liked a reply to the topic Bug with verison show?.
January 27 at 11:07 am
-
-
tonyp replied to the topic Plugin Hooks?!?!.
January 5 at 2:26 pm
Hello, Please see the attached plugin. Just a base to test each function is run correctly. Many thanksTony -
tonyp liked a reply to the topic Trashed responses are still counted .
January 5 at 6:50 am
-
tonyp replied to the topic Quiz fails to proceed on save.
January 5 at 6:50 am
As requested. This has been modified to if($duration > 0 && !is_null($response)). Many thanksTony -
tonyp replied to the topic Plugin Hooks?!?!.
January 5 at 6:47 am
Hello, Try using your native plugin. Im couldn't get it to fire in that, I added a simple error_log('I've run onQuizAfterPassed'); nothing is ever logged. Logs for... -
tonyp created new topic Cannot delete Difficulties.
January 4 at 10:25 pm
You can't seem to delete difficulties :/ -
tonyp replied to the topic Plugin Hooks?!?!.
January 4 at 10:20 pm
Hey Maverick, I've checked your plugin and the link provided. All looks good, but for somereason onQuizAfterPassed doesn't seem to get run at... -
tonyp replied to the topic View Individual Quiz Responses.
January 4 at 9:34 pm
Great thank you very much! -
tonyp replied to the topic Quiz fails to proceed on save.
January 4 at 9:33 pm
The issue is: $response is null, set it's not been set. Change the duration function from: ... -
tonyp replied to the topic Quiz fails to proceed on save.
January 4 at 9:16 pm
Hello, No core files have been modified. I'll debug it and let you know. Many thanksTony -
tonyp replied to the topic Trashed responses are still counted .
January 4 at 9:14 pm
Great thank you, I will have to launch a site this month. Will it be in by then? Or can you let me know the core change to make once you have made it?