Quiz form doesn't send out email notification

Added by Hami Manoman 644 days ago

I have a quiz - it is a public one

When a user completes a quiz, it doesn't send an email to them to tell them to click the link to find their result.

Can Jquarks do this for public users or only for people who register and then do the quiz?

Thanks alot


Replies

RE: Quiz form doesn't send out email notification - Added by Thorsten Sagichnich 640 days ago

i got the same problem. the results are visible in the backend. but i get no results or some else per mail. is it not possible to show the results directly on the homepage after the quiz is finished? i installed it on a shoolhomepage and there is no need to send the results per mail. it would be nicer if the kids can see the results direct after they finish the quiz.

and 1 more question, is this project closed? it seems that here are no activity anymore? if so i will look for another solution.

thanks and regards from germany, thorsten

RE: Quiz form doesn't send out email notification - Added by Fayez NACCACHE 639 days ago

Hello,

JQuarks only send e-mail to invite people to take available quizzes.
A user can see his results in the front end after taking the quiz by enabling that option from the back end.

Regards

RE: Quiz form doesn't send out email notification - Added by Mahmoud M'HIRI 639 days ago

Hi Thorsten,

Thank you for contacting us and for your interest in JQuarks.

No, JQuarks is not closed, we even have a lot of plans for it. We just no longer have the same spare time for it: our engineers are working on customer projects and they can't find the required time as they did before. Even though, we will try to keep an eye on the forum and post in the near future some great new features!

Thanks again,

RE: Quiz form doesn't send out email notification - Added by Thorsten Sagichnich 639 days ago

Hi Fayez NACCACHE,

i must be blind. i cant`t find the option for enabling the results (for frontend) in my backend. and i also get no mail for whatever, no results or simple invite a friend.

thanks Mahmoud M'HIRI for your reply. i think JQuarks is a very nice quiz-tool and i hope the team around it will find some time to update some little things.

regards, thorsten

RE: Quiz form doesn't send out email notification - Added by Fayez NACCACHE 639 days ago

Hi,

The option is available in JQuarks 0.3

Regards

RE: Quiz form doesn't send out email notification - Added by Thorsten Sagichnich 631 days ago

Well i didnt find in 0.3 some way to show results in the frontend, i lost my patience and will look for another tool. thanks anyway.

RE: Quiz form doesn't send out email notification - Added by Fayez NACCACHE 630 days ago

Hello thorsten,

You will find the option in the quiz form.

Capture.PNG (43.4 KB)

What is the use to ask email adress / A quoi cela sert-il de demander l'adresse Email ? - Added by b leb 524 days ago

Hello,

When a visitor is giving his firstname, last name and Email adress the field email of the table jquarks_sessionwho stays at NULL. Where is the folder managing to write in the jquarks_sessionwho table ?

=======

Bonjour,
Sur ma version, quand un visiteur remplis son nom, prénom et adresse mail après avoir passé le test, seuls les champs relatifs aux noms et prénoms sont renseignés dans la table jquarks_sessionwho. Où est le fichier qui permet d'écrire dans cette table ?

RE: Quiz form doesn't send out email notification - Added by b leb 523 days ago

In components\com_jquarks\models\who.php
Change line 64 with : $lineWho['email'] = JRequest::getVar('mail') ;

Reply