71
jdseymour
Re: Mith's/JKP's Survey System

I decided to try this new module. Looks interesting.

One question though. Do you have smarty debug enabled through the module itself. When I go to the index I get a smarty debug popup, but the debug mode is not enabled system wide.

72
Mithrandir
Re: Mith's/JKP's Survey System

Quote:

jdseymour wrote:
I decided to try this new module. Looks interesting.

One question though. Do you have smarty debug enabled through the module itself. When I go to the index I get a smarty debug popup, but the debug mode is not enabled system wide.

Damn - you were fast

I uploaded it, posted the message. Sat for a little while, then remembered that I should probably turn off the smarty debug in the administration and re-uploaded the package.

modules/survey/admin/header.php:
if (!isset($xoopsTpl)) {
    include_once(
XOOPS_ROOT_PATH."/class/template.php");
    
$xoopsTpl = new XoopsTpl();
    
$xoopsTpl->xoops_setDebugging(true);
}

Comment out the line $xoopsTpl->xoops_setDebugging(true);

Reporting is intentionally under-developed as we don't need this. The replies are exported to Excel format and an analysis tool is run on the spreadsheet.

I might add such things as notification on submit and reply summaries/reporting/analysis later - if I get the time.

73
irmtfan
Re: Mith's/JKP's Survey System
  • 2005/1/11 14:07

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


just one thing about forms:
there is not a form for add more than 1 plain text.
in other words how can i have a form like Liaise with survey?
how can i remove numbers? 1. 2. ?

74
Mithrandir
Re: Mith's/JKP's Survey System

Quote:

just one thing about forms:
there is not a form for add more than 1 plain text.
in other words how can i have a form like Liaise with survey?

Rephrase, please - I don't understand the problem.

75
irmtfan
Re: Mith's/JKP's Survey System
  • 2005/1/11 15:02

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


ok
there is a plain text form in admin but with that i can only add one plain text in a time and for add more than one plain text i must add a new question with new number so it seems like this
1.bla bla
||||||||||||||||||||||||
2.blah blah
||||||||||||||||||||

i want have a form like this
1. bla bla
|||||||||||||||||||
|||||||||||||||||||

also if i can remove numbers i can do it with the current version. now how can i remove number for a question?

76
jmass
Re: Mith's/JKP's Survey System
  • 2005/1/11 15:05

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


Did that bug with the export get squashed in this release?

77
karedokx
Re: Mith's/JKP's Survey System
  • 2005/1/12 0:58

  • karedokx

  • Quite a regular

  • Posts: 319

  • Since: 2004/7/1 6


the excel export works fine now.

i found one issue though, in the result output of a YES/NO question, no matter what answer i select, i always got NO in the result export.

however, let me do a more thorough test today (just did a quick check yesterday) and report the result.

78
jmass
Re: Mith's/JKP's Survey System
  • 2005/1/12 14:55

  • jmass

  • Friend of XOOPS

  • Posts: 524

  • Since: 2003/12/18


I was ha;f expecting a "download and find out for your self!" response.

Thanks for not thumping me for the lazy queztion.

79
karedokx
Re: Mith's/JKP's Survey System
  • 2005/1/14 10:47

  • karedokx

  • Quite a regular

  • Posts: 319

  • Since: 2004/7/1 6


mith,
i have tested your survey system and found the following issues:
1. missing the _AM_SV_SHOW_CITY definition in admin.php
2. survey screen keep crashing in the IE/Maxthon, could be caused by the dhtml text area?
3. incorrect result (in the excel/xml/screen output) for the following 2 question types: check box and yes/no button. others seems to be fine.
4. survey questions can be still changed, even though it has replies already, resulting system to crash when we are trying to show the result.
5. [it might be a new feature request] currently if we turn on the Restrict Double-submissal, through stored ip for example, people who has ever submitted their survey can not open the survey anymore. will it be better if he/she can still look at what kind of survey he is trying to access, but he/she can't submit the survey anymore?

other than that, i really like the module and plan to use it in my website.

thanks.

80
Mithrandir
Re: Mith's/JKP's Survey System

1) Thanks
2) Multiple dhtml text areas can result in this - it is out of my hands with this module
3) Can you be more specific on "incorrect"?
4) I'll put in something like not being able to edit options of a question unless the survey is set inactive
5) I don't think so - if you cannot submit it again, why even see it?

Login

Who's Online

225 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 225


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits