From: Roman J. <cit...@ma...> - 2002-03-13 11:23:28
|
Kon, if you don't mind I'll keep posting to the list, so other might get the=20= information too. Here is where I suggest you start: 1. You need to get the IDs for the Questions you're trying to Cross=20 Analyze. You need to access *View a Survey Report* function from the main management interface. There you'll find unique Questions=20= ID (qid) and also unique question choices (answers) ID (cids). I'm giving you actual urls from phpESP demo site on the sourceforge.net=20= so you can try it right away. http://phpesp.sourceforge.net/demo/index.php?where=3Dreport&sid=3D2379 2. Once you learned [qid] and [cids] for the question/s you want to do=20= cross analysis for you need to access View Results from a Survey (just like you do for a normal report). At this point there is no menu=20= option for selecting which question&choices to use in cross analysis, so=20= you will have to do it from url string. It's not the ideal way, but=20 works for now. Here is the example of a url string (that thing you type=20= in the address bar of Netscape/IE ;-) This one will tell you how people that selected first option of question=20= #1 (qid=3D4131) answered on the rest of the survey. = http://phpesp.sourceforge.net/demo/index.php?where=3Dresults&test=3D1&sid=3D= 2379& qid=3D4131&cids=3D7941 =46rom here all you need to do is substitute qids&sid with ones you = need.=20 That should get you started with Cross Analysis. In reply to you second post. I'm running php 4.1.2 on both of my boxes=20= (FreeBSD and OS X) I don't have any problems with ESP there. My personal=20= opinion is that you should go ahead and knock yourself down by=20 documenting it. It wouldn't hurt to have it for new ESP believers. Take care, -Roman On Wednesday, March 13, 2002, at 12:37 PM, Kon Angelopoulos wrote: > Hi Roman, > > =09 > Firstly, thanks for the quick response........ > Secondly, sorry for replying to your personal email but I don't > know how to > reply to the general list. > > basically, I need to be able to cross analyse certain surveys > but do not > know where to start. Any help would be greatly appreciated. If I > can return the > favour please let me know > > Regards > > Kon > > -----Original Message----- > From: Roman Jasins [mailto:cit...@ma...] > Sent: Wednesday, 13 March 2002 9:32 PM > To: php...@li... > Cc: Kon Angelopoulos > Subject: Re: [phpesp-general] Cross Analysis > > > Sure it's a reality. Could you be a little more descriptive about your > problem with Cross Analysis. > > Looking forward to help you out with that, > > -Roman > > On Wednesday, March 13, 2002, at 12:21 PM, Kon Angelopoulos wrote: > >> Hi Guys, >> >> =A0=A0=A0=A0=A0=A0=A0 I don't wish to be a pain by reposting this = question >> =A0=A0=A0=A0=A0=A0=A0 but I would like to find out (either way) if = anyone has >> managed >> to cross analyse survey results or whether this feature is not yet a >> reality. >> >> >> Regards >> Kon Angelopoulos >> > |
From: Kon A. <ang...@ip...> - 2002-03-13 11:45:37
|
Thanks Roman Please do...... I've given it a go and it works fine. You've been a great help. Time to see how far I can push it......... Once Again=20 Thanks Heaps Kon -----Original Message----- From: Roman Jasins [mailto:cit...@ma...]=20 Sent: Wednesday, 13 March 2002 10:23 PM To: php...@li... Cc: Kon Angelopoulos Subject: Re: [phpesp-general] Cross Analysis Kon, if you don't mind I'll keep posting to the list, so other might get the=20 information too. Here is where I suggest you start: 1. You need to get the IDs for the Questions you're trying to Cross=20 Analyze. You need to access *View a Survey Report* function from the main management interface. There you'll find unique Questions=20 ID (qid) and also unique question choices (answers) ID (cids). I'm giving you actual urls from phpESP demo site on the sourceforge.net=20 so you can try it right away. http://phpesp.sourceforge.net/demo/index.php?where=3Dreport&sid=3D2379 2. Once you learned [qid] and [cids] for the question/s you want to do=20 cross analysis for you need to access View Results from a Survey (just like you do for a normal report). At this point there is no menu=20 option for selecting which question&choices to use in cross analysis, so you will have to do it from url string. It's not the ideal way, but=20 works for now. Here is the example of a url string (that thing you type=20 in the address bar of Netscape/IE ;-) This one will tell you how people that selected first option of question #1 (qid=3D4131) answered on the rest of the survey. http://phpesp.sourceforge.net/demo/index.php?where=3Dresults&test=3D1&sid= =3D23 79& qid=3D4131&cids=3D7941 From here all you need to do is substitute qids&sid with ones you need. That should get you started with Cross Analysis. In reply to you second post. I'm running php 4.1.2 on both of my boxes=20 (FreeBSD and OS X) I don't have any problems with ESP there. My personal opinion is that you should go ahead and knock yourself down by=20 documenting it. It wouldn't hurt to have it for new ESP believers. Take care, -Roman On Wednesday, March 13, 2002, at 12:37 PM, Kon Angelopoulos wrote: > Hi Roman, > > =09 > Firstly, thanks for the quick response........ > Secondly, sorry for replying to your personal email but I don't know=20 > how to > reply to the general list. > > basically, I need to be able to cross analyse certain surveys but do=20 > not > know where to start. Any help would be greatly appreciated. If I can=20 > return the > favour please let me know > > Regards > > Kon > > -----Original Message----- > From: Roman Jasins [mailto:cit...@ma...] > Sent: Wednesday, 13 March 2002 9:32 PM > To: php...@li... > Cc: Kon Angelopoulos > Subject: Re: [phpesp-general] Cross Analysis > > > Sure it's a reality. Could you be a little more descriptive about your > problem with Cross Analysis. > > Looking forward to help you out with that, > > -Roman > > On Wednesday, March 13, 2002, at 12:21 PM, Kon Angelopoulos wrote: > >> Hi Guys, >> >> =A0=A0=A0=A0=A0=A0=A0 I don't wish to be a pain by reposting this = question >> =A0=A0=A0=A0=A0=A0=A0 but I would like to find out (either way) if = anyone has=20 >> managed to cross analyse survey results or whether this feature is=20 >> not yet a reality. >> >> >> Regards >> Kon Angelopoulos >> > |