CMS MADE SIMPLE FORGE

quizzard

 

[#5720] Use the frontend user module to skip the info request

avatar
Created By: Ricci (pricci)
Date Submitted: 2010-11-22 03:10

Assigned To: Samuel Goldstein (sjg)
Resolution: None
State: Open
Summary:
Use the frontend user module to skip the info request
Detailed Description:
Add flag for the use of the front end user module to retrieve the user
information after his loggin.

History

Comments
avatar
Date: 2010-12-09 14:44
Posted By: Andrew Minton (moonoo)

This would be a very welcome feature indeed! I'd be willing to part fund this
one! any takers.
      
avatar
Date: 2011-03-29 05:06
Posted By: Marijus (Marijus)

This feature is really needed.
It would be wonderful
      
avatar
Date: 2011-08-16 16:57
Posted By: Joachim (joya)

I think you can skip the user registration with this method:

1) Edit this file:  /modules/Quizzard/action.default.php
2) Replace by: <?php include('action.takequiz.php'); ?>

And your quizz will start without registration. Not very beautifull method but
it works :D, just tested!
      
avatar
Date: 2011-10-18 10:16
Posted By: Andrew Minton (moonoo)

So Joachim, are you saying that a Front end User who is logged in, will be able
to proceed to the quiz without needing to login? is their data retained for
reporting using this method?