1 of 2
1
Quiz Module implementation
Posted: 04 September 2008 05:57 AM   [ Ignore ]  
Summer Student
Total Posts:  1
Joined  07-22-2008

Hi all,
i am new in EE so please suggest me how can i build Quiz Module where a user see a set of questions with four option and he/she go through the all questions and finally see their result and questions are manageable from CMS. how can i build this module? if any possibilities to implement such kind of script by weblog. if some one build these kind of application please suggest me and provide your valuable support. cool smile

Profile
 
 
Posted: 17 September 2008 02:44 PM   [ Ignore ]   [ # 1 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1757
Joined  03-26-2006

I’m looking to do the same thing. I need to do a simple 5-10 question multiple-choice quiz. Trying to think of the simplest way to do this with a weblog. Anyone implemented something like this?

 Signature 

ryan masuga
—————
Masuga Design | devot:ee
@masuga | @masugadesign | @devot_ee

Profile
 
 
Posted: 17 October 2008 10:42 AM   [ Ignore ]   [ # 2 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  213
Joined  11-01-2006

Me too. I’m looking for just one question trivia type quiz. Would like to save who answered correctly and put them into a draw for a prize. Any existing plugins?

 Signature 
Profile
 
 
Posted: 18 December 2008 02:14 PM   [ Ignore ]   [ # 3 ]  
Summer Student
Avatar
Total Posts:  18
Joined  08-23-2007

Me too.  I need something that lets people answer a multiple choice question.  Retry until they get it right.  Records which member got it right.  And only lets them get credit for getting it right once.

Profile
 
 
Posted: 18 December 2008 02:50 PM   [ Ignore ]   [ # 4 ]  
Lab Assistant
RankRank
Total Posts:  104
Joined  06-24-2006

Did you see Leevi’s poll extension @ http://leevigraham.com/cms-customisation/expressionengine/lg-polls/

David

Profile
 
 
Posted: 18 December 2008 03:36 PM   [ Ignore ]   [ # 5 ]  
Summer Student
Avatar
Total Posts:  18
Joined  08-23-2007

Thanks.  That’s a great extension.  Unfortunately I need something that can distinguish between right and wrong answers, which a poll isn’t able to do.

Profile
 
 
Posted: 18 December 2008 04:18 PM   [ Ignore ]   [ # 6 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  566
Joined  02-12-2003

You would build a module by building it…

You would need to read the dev documentation and program one.  Nothing like that exists yet.  But I know there has been and continues to be at least a small contingent that wants something like that.

Jamie

Profile
 
 
Posted: 18 December 2008 09:43 PM   [ Ignore ]   [ # 7 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  2607
Joined  08-28-2003

I’ve used ChumpSoft’s PHPQuestionaire for years. Simple. Elegant. Plenty of options. Dependable.

 Signature 

ronnymac
———
Ron McElfresh
Honolulu, HI
———
From EE to WP | Hobby Site | Newer Hobby Site | Friend’s Site | Another Friend’s Site

Profile
 
 
Posted: 19 December 2008 12:15 PM   [ Ignore ]   [ # 8 ]  
Lab Assistant
RankRank
Total Posts:  276
Joined  01-06-2006

Not a true quiz builder, but you could use solspace’s freeform plugin with some if else statements for logic.

Profile
 
 
Posted: 16 February 2009 05:14 PM   [ Ignore ]   [ # 9 ]  
Lab Assistant
RankRank
Total Posts:  126
Joined  07-02-2008

I’m in the beginning stages of developing a Quiz/Assessment Module. 
Any input for desired functionality is welcome.

Profile
 
 
Posted: 16 February 2009 06:53 PM   [ Ignore ]   [ # 10 ]  
Research Assistant
RankRankRank
Total Posts:  398
Joined  10-24-2005

I’ve given some brief thought to this before.  I imagine being able to assign the different types of questions (true/false, multiple choice, fill in the blank, short answer) via a custom field.  I’m envisioning something like [removed].  Assign your custom field group to your Test/Quiz weblog and you’re ready to rock and roll…  Create a question by making an entry into that weblog.  Obviously, the question type would be based on the custom field used.

That’s my rough start to conceptualizing how it might work.  It’d be worth a nice fee and become the de-facto standard for this sort of need.

Profile
 
 
Posted: 16 February 2009 08:36 PM   [ Ignore ]   [ # 11 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  4003
Joined  05-13-2004
horizonvp - 16 February 2009 10:14 PM

I’m in the beginning stages of developing a Quiz/Assessment Module. 
Any input for desired functionality is welcome.

take a look at what moodle does with it’s quiz module - that might give you somethign to work with.

 Signature 

web: Caffeine Creations twitter @CS_sean

Profile
 
 
Posted: 17 February 2009 06:11 PM   [ Ignore ]   [ # 12 ]  
Grad Student
Avatar
Rank
Total Posts:  73
Joined  12-03-2008

I do a considerable amount of work in the area of medical online decision-making tools—and have used most of the major quiz apps and learning management systems available. If anybody is considering building a quiz module for EE, I would suggest looking at survey software rather than quiz/e-learning apps for inspiration.

If you’re trying to do simple “right-wrong” answer quizes, you’ll probably be able to put something together in EE using variable input in short order. The limitation that most “quiz” and testing apps seem to have is that you cannot assign variable weights to different responses—then add branch or skip logic. An answer is generally “correct” or “incorrect.”

Survey apps, by contrast, are built from the ground up to assign weighted variable input—then track that input and branch according to it. At least the higher end survey apps, not the free online ones named after primates.

I wish you the best in building a quiz module: I can assure you that if you make it flexible and EE native, the market for it will be robust.

Profile
 
 
Posted: 17 February 2009 08:34 PM   [ Ignore ]   [ # 13 ]  
Sr. Research Associate
Avatar
RankRankRankRankRank
Total Posts:  2607
Joined  08-28-2003

I’ve had very good success with ChumpSoft’s phpQ application. Inexpensive, simple install, plenty of flexibility for customization, stand alone or embedded, dependable, good support.

 Signature 

ronnymac
———
Ron McElfresh
Honolulu, HI
———
From EE to WP | Hobby Site | Newer Hobby Site | Friend’s Site | Another Friend’s Site

Profile
 
 
Posted: 18 February 2009 04:36 PM   [ Ignore ]   [ # 14 ]  
Grad Student
Avatar
Rank
Total Posts:  73
Joined  12-03-2008

Chumpsoft’s product looks like a fine solution for solid basic survey work. For much more extensive capabilities and security (and a price tag to match) there’s Key Survey and Qualtrics. Both of these are for enterprise-level work—but worth checking out if you need the big guns.

Profile
 
 
Posted: 24 February 2009 03:54 PM   [ Ignore ]   [ # 15 ]  
Lab Assistant
RankRank
Total Posts:  126
Joined  07-02-2008

Ok, so we’ve followed the advice on this thread and are implementing variable weights, not only on a question level, but also on an individual answer level.

We’re also building in the ability to control what question you go to next depending on the selected answer - I’m assuming this would solve the needs for being able to handle branching or for building particular types of surveys.

We’d gladly accept anymore feature request that might be out there for what is turning into a very robust Quiz/Survey Engine.

Profile
 
 
Posted: 24 February 2009 04:04 PM   [ Ignore ]   [ # 16 ]  
Research Assistant
RankRankRank
Total Posts:  398
Joined  10-24-2005

I’ll be the first to ask…  Do you have a target date for releasing this into the wild?  Do you need testers?

Profile
 
 
Posted: 24 February 2009 04:07 PM   [ Ignore ]   [ # 17 ]  
Lab Assistant
RankRank
Total Posts:  126
Joined  07-02-2008

We actually already have two focus groups set up.
It could potentially be ready for consumption at the end of March.

Profile
 
 
Posted: 01 April 2009 04:10 PM   [ Ignore ]   [ # 18 ]  
Lab Assistant
RankRank
Total Posts:  126
Joined  07-02-2008

We’re really close. We’re looking for input from the community on what a fully-featured module like this would be worth.

Any feedback you can provide would be greatly appreciated.

Thanks.

Profile
 
 
   
1 of 2
1