You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(103) |
Apr
(37) |
May
(45) |
Jun
(49) |
Jul
(55) |
Aug
(11) |
Sep
(47) |
Oct
(55) |
Nov
(47) |
Dec
(8) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(43) |
Feb
(85) |
Mar
(121) |
Apr
(37) |
May
(33) |
Jun
(33) |
Jul
(14) |
Aug
(34) |
Sep
(58) |
Oct
(68) |
Nov
(31) |
Dec
(9) |
2004 |
Jan
(13) |
Feb
(57) |
Mar
(37) |
Apr
(26) |
May
(57) |
Jun
(14) |
Jul
(8) |
Aug
(12) |
Sep
(32) |
Oct
(10) |
Nov
(7) |
Dec
(12) |
2005 |
Jan
(8) |
Feb
(25) |
Mar
(50) |
Apr
(20) |
May
(32) |
Jun
(20) |
Jul
(83) |
Aug
(25) |
Sep
(17) |
Oct
(14) |
Nov
(32) |
Dec
(27) |
2006 |
Jan
(24) |
Feb
(15) |
Mar
(46) |
Apr
(5) |
May
(6) |
Jun
(9) |
Jul
(12) |
Aug
(5) |
Sep
(7) |
Oct
(7) |
Nov
(4) |
Dec
(5) |
2007 |
Jan
(4) |
Feb
(1) |
Mar
(7) |
Apr
(3) |
May
(4) |
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
|
Nov
(22) |
Dec
(19) |
2008 |
Jan
(94) |
Feb
(19) |
Mar
(32) |
Apr
(46) |
May
(20) |
Jun
(10) |
Jul
(11) |
Aug
(20) |
Sep
(16) |
Oct
(12) |
Nov
(13) |
Dec
|
2009 |
Jan
|
Feb
(9) |
Mar
(37) |
Apr
(65) |
May
(15) |
Jun
|
Jul
(24) |
Aug
(1) |
Sep
(8) |
Oct
(4) |
Nov
(21) |
Dec
(5) |
2010 |
Jan
(35) |
Feb
(6) |
Mar
(8) |
Apr
|
May
(4) |
Jun
(3) |
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: James E. F. <jf...@ac...> - 2002-11-12 21:34:53
|
[ moved to -devel from -general ] Perhaps we should also disallow the changing of those settings once a survey has been activated. Ideally an active survey should be considered immutable, or at least that was my plan. Otherwise bad things happen when people try to change things on the fly. -James On 12 Nov 2002, Lonnie Borntreger wrote: > On Tue, 2002-11-12 at 12:56, James E. Flemer wrote: > > The logic is in each auth handler, primarily: > > admin/include/espauth-default.inc > > -James > > The logic there looks fine. > > For grins I created a new survey, made it private immediately (before > any voting), set max logins to 0 (assuming that meant no limit), took > the survey several times with one id, reset the max login to 1, and that > id was restricted, and another id was only allowed to vote once. > > Odd. Wonder what went wrong the first time. Maybe it was that the > survey was public for a couple of the votes? > > Anyway, all looks ok now. > > Lonnie > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: > To learn the basics of securing your web site with SSL, > click here to get a FREE TRIAL of a Thawte Server Certificate: > http://www.gothawte.com/rd522.html > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |
From: James E. F. <jf...@ac...> - 2002-11-12 14:19:42
|
Cool. As far as diffs go, the best kind are unified diffs. The best place to provide a diff from is the most recent CVS version, however, failing that any release point is pretty good to (including RCs). If you are going to be doing a lot of work with phpESP, you really should be working with the CVS version since thats where your patches need to be applied. If you are not familiar with CVS there are lots of how-tos online, or you can ask here or on the #phpesp irc channel and we'll do our best to help you. -James On Tue, 12 Nov 2002, rebecca swartz wrote: > I've completed the coding/database changes to provide > a new question type of: semantic differential. Am > finished with unit testing and application testing as > of late last night. > > This will address general request 493332 (and my own > selfish needs). > > Kon - I made my changes as an extension of the html > compliant code I'd already sent you. What's your > preference on creating a new 'diff' file? A new > release was put in sourceforge last week, so I know > I'm out of sync now. > Rebecca > > > __________________________________________________ > Do you Yahoo!? > U2 on LAUNCH - Exclusive greatest hits videos > http://launch.yahoo.com/u2 > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > |
From: rebecca s. <rss...@ya...> - 2002-11-12 14:01:28
|
I've completed the coding/database changes to provide a new question type of: semantic differential. Am finished with unit testing and application testing as of late last night. This will address general request 493332 (and my own selfish needs). Kon - I made my changes as an extension of the html compliant code I'd already sent you. What's your preference on creating a new 'diff' file? A new release was put in sourceforge last week, so I know I'm out of sync now. Rebecca __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 |
From: <no...@so...> - 2002-11-12 03:25:29
|
Bugs item #636520, was opened at 2002-11-11 01:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 Category: Admin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leonard Chan (wotg) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with Debug + PHP Sandbox? Initial Comment: Hi. I _THINK_ I discovered a incompatibility with the debug script when PHP Sandboxes are enabled. My fix was to reuse the temp folder defined in the config file, rather than session_save_path(). I'm not certain that this was a smart fix, however, it seems to have at least gotten rid of my error message. My first attempt at a diff is attached. ---------------------------------------------------------------------- >Comment By: Leonard Chan (wotg) Date: 2002-11-11 19:25 Message: Logged In: YES user_id=645294 Hi. I guess what I mean is the open_basedir. Here is the error message I get: Warning: open_basedir restriction in effect. File is in wrong directory in /home/e-smith/files/ibays/intranet/html/survey/admin/include/debug.inc on line 7. Besides the error message, I think some of the debug information was missing. Hopefully the attachement will come through this time. LC ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2002-11-11 10:13 Message: Logged In: YES user_id=39444 It doesn't look like any of your files were attached. Please tell us what you mean by PHP Sandboxes ... do you mean something to do with safe_mode, or open_basedir? Also could you post some details, like error messages or specific things that don't work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 |
From: <no...@so...> - 2002-11-11 21:37:01
|
Bugs item #636539, was opened at 2002-11-11 02:35 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636539&group_id=8956 Category: Admin Group: v1.5 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: language settings don't work Initial Comment: I set the default language to 'de', I browse phpESP with language priority 'de', but phpESP is in english. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2002-11-11 13:36 Message: Logged In: NO php version: 4.2.3 cwd: /home/hakan/.public_html/testing_scripts register_globals: off magic_quotes_gpc: on magic_quotes_runtime: off safe_mode: off open_basedir: mysql: loaded gettext: loaded browser languages: de seems all settings should be ok, any other ideas? -hakan ---------------------------------------------------------------------- Comment By: James Flemer (jimmerman) Date: 2002-11-11 10:03 Message: Logged In: YES user_id=39444 Is gettext installed and compiled for PHP? Please tell us the output of this[1] script when run from your webserver. [1] http://phpesp.sf.net/files/status.php.txt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636539&group_id=8956 |
From: <no...@so...> - 2002-11-11 18:13:30
|
Bugs item #636520, was opened at 2002-11-11 04:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 Category: Admin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leonard Chan (wotg) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with Debug + PHP Sandbox? Initial Comment: Hi. I _THINK_ I discovered a incompatibility with the debug script when PHP Sandboxes are enabled. My fix was to reuse the temp folder defined in the config file, rather than session_save_path(). I'm not certain that this was a smart fix, however, it seems to have at least gotten rid of my error message. My first attempt at a diff is attached. ---------------------------------------------------------------------- >Comment By: James Flemer (jimmerman) Date: 2002-11-11 13:13 Message: Logged In: YES user_id=39444 It doesn't look like any of your files were attached. Please tell us what you mean by PHP Sandboxes ... do you mean something to do with safe_mode, or open_basedir? Also could you post some details, like error messages or specific things that don't work. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 |
From: <no...@so...> - 2002-11-11 18:03:35
|
Bugs item #636539, was opened at 2002-11-11 05:35 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636539&group_id=8956 Category: Admin Group: v1.5 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: language settings don't work Initial Comment: I set the default language to 'de', I browse phpESP with language priority 'de', but phpESP is in english. ---------------------------------------------------------------------- >Comment By: James Flemer (jimmerman) Date: 2002-11-11 13:03 Message: Logged In: YES user_id=39444 Is gettext installed and compiled for PHP? Please tell us the output of this[1] script when run from your webserver. [1] http://phpesp.sf.net/files/status.php.txt ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636539&group_id=8956 |
From: <no...@so...> - 2002-11-11 10:35:12
|
Bugs item #636539, was opened at 2002-11-11 02:35 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636539&group_id=8956 Category: Admin Group: v1.5 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: language settings don't work Initial Comment: I set the default language to 'de', I browse phpESP with language priority 'de', but phpESP is in english. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636539&group_id=8956 |
From: <no...@so...> - 2002-11-11 09:40:57
|
Bugs item #636520, was opened at 2002-11-11 01:40 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 Category: Admin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Leonard Chan (wotg) Assigned to: Nobody/Anonymous (nobody) Summary: Problem with Debug + PHP Sandbox? Initial Comment: Hi. I _THINK_ I discovered a incompatibility with the debug script when PHP Sandboxes are enabled. My fix was to reuse the temp folder defined in the config file, rather than session_save_path(). I'm not certain that this was a smart fix, however, it seems to have at least gotten rid of my error message. My first attempt at a diff is attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=636520&group_id=8956 |
From: James E. F. <jf...@ac...> - 2002-11-10 06:31:17
|
Hey All, I got 1.5 out the door tonight. So that should conclude all work on the 1.5 branch. Consider that branch frozen unless a major bug is detected, in which case it might be unfrozen if 1.5.1 is needed. Have fun. -James |
From: rebecca s. <rss...@ya...> - 2002-11-06 13:08:57
|
Kon has my changes to get the site html compliant, so I'm moving on to my next item. Please let me know if you are already working on this or can point me to a better solution. I'm still struggling getting access to irc chat (firewall issue), so I'm stuck with email for now. thanks, bekasu What: New Question Type - Semantic Differential Reference: should address request 493332 Proposed Question Type Number: 12 New table name: response_semantic Modifications to table: question_choice (will need to include a new column 'content_right', since each question will need text on both the left and right of the rating scale. question_type - add new question type Modifications to modules: So far: survey_render.inc, question.inc, question_options.inc Remaining changes: looking for the module that does scoring & need to test my changes to ensure it didn't muck up anything else. __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ |
From: Matthew G. <gr...@mu...> - 2002-11-04 19:30:08
|
This was done in a fork to the phpESP code base. The changes have yet to be merged back into the main trunk. You can grab the code from CVS by checking out the BRANCH_UCSB branch. This code hasn't been tested at all and is not supported. Help testing and merging that code back to the main branch would be greatly appreciated :-) On Mon, Nov 04, 2002 at 01:56:26PM -0500, Moshe Weitzman wrote: > I recall seeing a TODO list which mentioned conditional branching. This > is a situation where the user's enxt question depends on his answer to > one or more previous questions. What is the status of this feature? Any > code or design done? I'm going to need this for an upcoming project, > which delivers medical surveys to patients. I'm new to this project, but > hope to become a bit more involved soon. > > -moshe > > > > This SF.net email is sponsored by: ApacheCon, November 18-21 in > Las Vegas (supported by COMDEX), the only Apache event to be > fully supported by the ASF. http://www.apachecon.com > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- one of the friendly folks in the IT Lab. --------------------------------------\ The IT Lab (http://www.itlab.musc.edu) \____________________ Probably the world's premier software development center. Serving: Programming, Tools, Ice Cream, Seminars |
From: Moshe W. <wei...@te...> - 2002-11-04 18:55:43
|
I recall seeing a TODO list which mentioned conditional branching. This is a situation where the user's enxt question depends on his answer to one or more previous questions. What is the status of this feature? Any code or design done? I'm going to need this for an upcoming project, which delivers medical surveys to patients. I'm new to this project, but hope to become a bit more involved soon. -moshe |
From: Matthew G. <gr...@mu...> - 2002-11-04 18:31:31
|
Ok. You are correct, a new column in the "question" table would be the way to go. On Mon, Nov 04, 2002 at 05:55:41AM -0800, rebecca swartz wrote: > Matthew: > Thank you for looking at my proposed change. > > I was recommending an additional column in the > phpesp.questions table. This table doesn't assign the > question_types, just holds the details about each > specific question on each survey ... doesn't it? > > The phpesp.questions_type table is where new question > types are added. I don't want to muck with this table > yet. > > Please double check me. My overall goal is to add a > column, on the appropriate table, which the designer > can use to indicate the question should be reversed > when scoring. > > I agree that I've probably underestimated the modules > that need to 'display' the reversal. I'll look > through the screens again. > > Bekasu > > > > Today's Topics: > > > > 1. Re: phpESP - Reversals (Matthew Gregg) > > > > > > Message: 1 > > Date: Sat, 2 Nov 2002 10:47:21 -0500 > > From: Matthew Gregg <gr...@mu...> > > To: php...@li... > > Subject: Re: [phpesp-dev] phpESP - Reversals > > > > Do you think a new question type is really needed to > > accomplish this? > > Perhaps just a way to label a question as a > > "reversal" of another, > > would suffice. > > I pretty sure you'll need to update more than just > > questions.inc and > > survey_export_csv.inc to support a new question > > type. > > > > On Fri, Nov 01, 2002 at 11:28:13AM -0800, rebecca > > swartz wrote: > > > Topic: > > > Reversal Indicator > > > > > > What: > > > A way to identify questions which need to have > > their > > > answers reversed before scoring the item. > > > > > > Where: > > > Add 1 column to phpesp.question table. Column > > name > > > would be 'reversal' > > > > > > Value: > > > Reversal could have a value of blank(null) or 'R'; > > > defaults to blank (null). > > > > > > Why: > > > Makes it much, much easier to automate scoring on > > > likert scale items and ensure they are accurate. > > > > > > Example: > > > Do you like Chocolate Survey > > > 1 = Strongly Agree, 2 = Agree, 3 = Neutral, 4 = > > > Disagree, 5 = Strongly Disagree > > > > > > Questions: > > > Landru answers: > > > Q1. I like chocolate : 1 (strongly agree) > > > > > Q2. I do not like chocolate : 5 (strongly > > disagree) > > > > > > Currently the average score is 3 (neutral) (1 + 5 > > = 6 > > > / 2 questions = average score of 3). > > > > > > The score should be: 1 + (question 2 answer > > treated as > > > a reversal = 6 - answer) 1 = average score of 1 > > > (strongly agree) (1 + (6 - 1) = 2 / 2 questions = > > > average score of 1). > > > > > > Modules impacted: > > > include>tab>questions.inc > > > include>functions>survey_export_csv.inc > > > > > > Table impacted: > > > phpESP.question > > > > > > Any comments? Feels like I've missed another > > screen > > > (module) that should be updated. > > > > > > Bekasu > > > > > > > > > > > > > > > __________________________________________________ > > > Do you Yahoo!? > > > HotJobs - Search new jobs daily now > > > http://hotjobs.yahoo.com/ > > > > > > > > > This sf.net email is sponsored by: See the NEW > > Palm > > > Tungsten T handheld. Power & Color in a compact > > size! > > > > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > > > _______________________________________________ > > > phpESP-devel mailing list > > > php...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > > > > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > > > End of phpESP-devel Digest > > > __________________________________________________ > Do you Yahoo!? > HotJobs - Search new jobs daily now > http://hotjobs.yahoo.com/ > > > This SF.net email is sponsored by: ApacheCon, November 18-21 in > Las Vegas (supported by COMDEX), the only Apache event to be > fully supported by the ASF. http://www.apachecon.com > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- one of the friendly folks in the IT Lab. --------------------------------------\ The IT Lab (http://www.itlab.musc.edu) \____________________ Probably the world's premier software development center. Serving: Programming, Tools, Ice Cream, Seminars |
From: rebecca s. <rss...@ya...> - 2002-11-04 13:55:42
|
Matthew: Thank you for looking at my proposed change. I was recommending an additional column in the phpesp.questions table. This table doesn't assign the question_types, just holds the details about each specific question on each survey ... doesn't it? The phpesp.questions_type table is where new question types are added. I don't want to muck with this table yet. Please double check me. My overall goal is to add a column, on the appropriate table, which the designer can use to indicate the question should be reversed when scoring. I agree that I've probably underestimated the modules that need to 'display' the reversal. I'll look through the screens again. Bekasu > Today's Topics: > > 1. Re: phpESP - Reversals (Matthew Gregg) > > --__--__-- > > Message: 1 > Date: Sat, 2 Nov 2002 10:47:21 -0500 > From: Matthew Gregg <gr...@mu...> > To: php...@li... > Subject: Re: [phpesp-dev] phpESP - Reversals > > Do you think a new question type is really needed to > accomplish this? > Perhaps just a way to label a question as a > "reversal" of another, > would suffice. > I pretty sure you'll need to update more than just > questions.inc and > survey_export_csv.inc to support a new question > type. > > On Fri, Nov 01, 2002 at 11:28:13AM -0800, rebecca > swartz wrote: > > Topic: > > Reversal Indicator > > > > What: > > A way to identify questions which need to have > their > > answers reversed before scoring the item. > > > > Where: > > Add 1 column to phpesp.question table. Column > name > > would be 'reversal' > > > > Value: > > Reversal could have a value of blank(null) or 'R'; > > defaults to blank (null). > > > > Why: > > Makes it much, much easier to automate scoring on > > likert scale items and ensure they are accurate. > > > > Example: > > Do you like Chocolate Survey > > 1 = Strongly Agree, 2 = Agree, 3 = Neutral, 4 = > > Disagree, 5 = Strongly Disagree > > > > Questions: > > Landru answers: > > Q1. I like chocolate : 1 (strongly agree) > > > Q2. I do not like chocolate : 5 (strongly > disagree) > > > > Currently the average score is 3 (neutral) (1 + 5 > = 6 > > / 2 questions = average score of 3). > > > > The score should be: 1 + (question 2 answer > treated as > > a reversal = 6 - answer) 1 = average score of 1 > > (strongly agree) (1 + (6 - 1) = 2 / 2 questions = > > average score of 1). > > > > Modules impacted: > > include>tab>questions.inc > > include>functions>survey_export_csv.inc > > > > Table impacted: > > phpESP.question > > > > Any comments? Feels like I've missed another > screen > > (module) that should be updated. > > > > Bekasu > > > > > > > > > > __________________________________________________ > > Do you Yahoo!? > > HotJobs - Search new jobs daily now > > http://hotjobs.yahoo.com/ > > > > > > This sf.net email is sponsored by: See the NEW > Palm > > Tungsten T handheld. Power & Color in a compact > size! > > > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > > _______________________________________________ > > phpESP-devel mailing list > > php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > -- > one of the friendly folks in the IT Lab. > --------------------------------------\ > The IT Lab (http://www.itlab.musc.edu) > \____________________ > Probably the world's premier software development > center. > Serving: Programming, Tools, Ice Cream, Seminars > > > > > --__--__-- > > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > End of phpESP-devel Digest __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ |
From: Matthew G. <gr...@mu...> - 2002-11-02 15:47:29
|
Do you think a new question type is really needed to accomplish this? Perhaps just a way to label a question as a "reversal" of another, would suffice. I pretty sure you'll need to update more than just questions.inc and survey_export_csv.inc to support a new question type. On Fri, Nov 01, 2002 at 11:28:13AM -0800, rebecca swartz wrote: > Topic: > Reversal Indicator > > What: > A way to identify questions which need to have their > answers reversed before scoring the item. > > Where: > Add 1 column to phpesp.question table. Column name > would be 'reversal' > > Value: > Reversal could have a value of blank(null) or 'R'; > defaults to blank (null). > > Why: > Makes it much, much easier to automate scoring on > likert scale items and ensure they are accurate. > > Example: > Do you like Chocolate Survey > 1 = Strongly Agree, 2 = Agree, 3 = Neutral, 4 = > Disagree, 5 = Strongly Disagree > > Questions: > Landru answers: > Q1. I like chocolate : 1 (strongly agree) > Q2. I do not like chocolate : 5 (strongly disagree) > > Currently the average score is 3 (neutral) (1 + 5 = 6 > / 2 questions = average score of 3). > > The score should be: 1 + (question 2 answer treated as > a reversal = 6 - answer) 1 = average score of 1 > (strongly agree) (1 + (6 - 1) = 2 / 2 questions = > average score of 1). > > Modules impacted: > include>tab>questions.inc > include>functions>survey_export_csv.inc > > Table impacted: > phpESP.question > > Any comments? Feels like I've missed another screen > (module) that should be updated. > > Bekasu > > > > > __________________________________________________ > Do you Yahoo!? > HotJobs - Search new jobs daily now > http://hotjobs.yahoo.com/ > > > This sf.net email is sponsored by: See the NEW Palm > Tungsten T handheld. Power & Color in a compact size! > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- one of the friendly folks in the IT Lab. --------------------------------------\ The IT Lab (http://www.itlab.musc.edu) \____________________ Probably the world's premier software development center. Serving: Programming, Tools, Ice Cream, Seminars |
From: rebecca s. <rss...@ya...> - 2002-11-01 19:28:17
|
Topic: Reversal Indicator What: A way to identify questions which need to have their answers reversed before scoring the item. Where: Add 1 column to phpesp.question table. Column name would be 'reversal' Value: Reversal could have a value of blank(null) or 'R'; defaults to blank (null). Why: Makes it much, much easier to automate scoring on likert scale items and ensure they are accurate. Example: Do you like Chocolate Survey 1 = Strongly Agree, 2 = Agree, 3 = Neutral, 4 = Disagree, 5 = Strongly Disagree Questions: Landru answers: Q1. I like chocolate : 1 (strongly agree) Q2. I do not like chocolate : 5 (strongly disagree) Currently the average score is 3 (neutral) (1 + 5 = 6 / 2 questions = average score of 3). The score should be: 1 + (question 2 answer treated as a reversal = 6 - answer) 1 = average score of 1 (strongly agree) (1 + (6 - 1) = 2 / 2 questions = average score of 1). Modules impacted: include>tab>questions.inc include>functions>survey_export_csv.inc Table impacted: phpESP.question Any comments? Feels like I've missed another screen (module) that should be updated. Bekasu __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ |
From: Sean M A. <sea...@gr...> - 2002-11-01 16:07:55
|
Ok, I had been playing with my local copy of the ini and thought for a minute that I might have x'd it out in vi by accident. On Thu, 2002-10-31 at 20:13, Matthew Gregg wrote: > Yup, that's a typo that slipped in with the ini rewrite. > Will be fixed in CVS in a few minutes. > > On Thu, Oct 31, 2002 at 04:25:16PM -0500, Sean M Alderman wrote: > > In 1.5RC2 can someone check the phpESP.ini file just to confirm for me > > that I'm not seeing things ... > > > > There seems to be a typo in the first IF statement - > > if (isset($_GLOBALS)) { > > $_GLOBALS['ESPCONFIG'] = array(); > > $ESPCONFIG =& $_GLOBAS['ESPCONFIG']; > > } else { > > global $ESPCONFIG; > > $ESPCONFIG = array(); > > } > > > > $ESPCONFIG =& $_GLOBAS <--- should be $_GLOBALS right? > > -- > one of the friendly folks in the IT Lab. > --------------------------------------\ > The IT Lab (http://www.itlab.musc.edu) \____________________ > Probably the world's premier software development center. > Serving: Programming, Tools, Ice Cream, Seminars > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- Sean M. Alderman ITRACK Systems Analyst PACE/NCI - NASA Glenn Research Center (216) 433-2795 Calling a windowed operating system "Windows" is like naming an automobile "Wheels." |
From: Matthew G. <gr...@mu...> - 2002-11-01 01:14:08
|
Yup, that's a typo that slipped in with the ini rewrite. Will be fixed in CVS in a few minutes. On Thu, Oct 31, 2002 at 04:25:16PM -0500, Sean M Alderman wrote: > In 1.5RC2 can someone check the phpESP.ini file just to confirm for me > that I'm not seeing things ... > > There seems to be a typo in the first IF statement - > if (isset($_GLOBALS)) { > $_GLOBALS['ESPCONFIG'] = array(); > $ESPCONFIG =& $_GLOBAS['ESPCONFIG']; > } else { > global $ESPCONFIG; > $ESPCONFIG = array(); > } > > $ESPCONFIG =& $_GLOBAS <--- should be $_GLOBALS right? -- one of the friendly folks in the IT Lab. --------------------------------------\ The IT Lab (http://www.itlab.musc.edu) \____________________ Probably the world's premier software development center. Serving: Programming, Tools, Ice Cream, Seminars |
From: Sean M A. <sea...@gr...> - 2002-10-31 21:21:02
|
In 1.5RC2 can someone check the phpESP.ini file just to confirm for me that I'm not seeing things ... There seems to be a typo in the first IF statement - if (isset($_GLOBALS)) { $_GLOBALS['ESPCONFIG'] = array(); $ESPCONFIG =& $_GLOBAS['ESPCONFIG']; } else { global $ESPCONFIG; $ESPCONFIG = array(); } $ESPCONFIG =& $_GLOBAS <--- should be $_GLOBALS right? -- Sean M. Alderman ITRACK Systems Analyst PACE/NCI - NASA Glenn Research Center (216) 433-2795 Calling a windowed operating system "Windows" is like naming an automobile "Wheels." |
From: angek <ang...@ip...> - 2002-10-31 07:31:59
|
Hi Rebecca, I'd be happy to have a look at your changes if you care to send them to me as a tar.gz file. In future you might like to keep two copies of phpESP. One being the original unaltered form and the other one being your working copy that way you could generate a diff file and send that instead of an entire directory structure. If you are unsure of how this is done please let me know and I'll send you instructions offline. Kon On Thu, 2002-10-31 at 09:45, rebecca swartz wrote: > Okay... I'm ready for the next step. > > So far: > 1) downloaded the phpesp cvs-head > 2) ran every screen through w3c validator > 3) have modified 32 modules > 4) have added 1 module > > I know I've got 2 modules left to get compliant, and > I've probably missed trying every screen from every > navigation possibility..but generally I think the code > changes will make things better. > > I'd like to have someone help me get my code to a > developer that can implement the changes into phpesp. > I'll admit I am a novice of sourceforge & CVS. So I'm > not sure what to do with all these > wonderful/painful/tediuous changes. > > Generally the changes were: > 1) dyslexic closing tags > 2) attributes used that are no longer valid > 3) attribute values not enclosed in quotes > 4) linking theme stylesheets after DTD headers were > output > 5) not using & or htmlspecialchars() to ensure > that the character entities were maintained > > What's left: > HTML compliance for results.inc & test.inc > > Results.inc gives me a blank screen because I've not > input any answers to survey questions. > > Test.inc is compliant if you get to it from one menu > but fails if you use a second navigation path --seems > to be an inconsistency of closing tags in the lead > module vs second module. > > I'll be in Thursday morning trying to figure out how > to get these changes to someone while I continue on > the last two screen issues. > > At a minimum, I'd like to know what I should do > differently the next time I submit code for your > review. > > Becky > > __________________________________________________ > Do you Yahoo!? > HotJobs - Search new jobs daily now > http://hotjobs.yahoo.com/ > > > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future > of Java(TM) technology. Join the Java Community > Process(SM) (JCP(SM)) program now. > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |
From: rebecca s. <rss...@ya...> - 2002-10-30 22:45:48
|
Okay... I'm ready for the next step. So far: 1) downloaded the phpesp cvs-head 2) ran every screen through w3c validator 3) have modified 32 modules 4) have added 1 module I know I've got 2 modules left to get compliant, and I've probably missed trying every screen from every navigation possibility..but generally I think the code changes will make things better. I'd like to have someone help me get my code to a developer that can implement the changes into phpesp. I'll admit I am a novice of sourceforge & CVS. So I'm not sure what to do with all these wonderful/painful/tediuous changes. Generally the changes were: 1) dyslexic closing tags 2) attributes used that are no longer valid 3) attribute values not enclosed in quotes 4) linking theme stylesheets after DTD headers were output 5) not using & or htmlspecialchars() to ensure that the character entities were maintained What's left: HTML compliance for results.inc & test.inc Results.inc gives me a blank screen because I've not input any answers to survey questions. Test.inc is compliant if you get to it from one menu but fails if you use a second navigation path --seems to be an inconsistency of closing tags in the lead module vs second module. I'll be in Thursday morning trying to figure out how to get these changes to someone while I continue on the last two screen issues. At a minimum, I'd like to know what I should do differently the next time I submit code for your review. Becky __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ |
From: <no...@so...> - 2002-10-30 21:30:56
|
Bugs item #631232, was opened at 2002-10-30 15:39 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=631232&group_id=8956 Category: Admin Group: v1.4 >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: cvs errors using 1.4 and 1.5rc2 Initial Comment: when I try to export to csv I get the following errors, i tried 1.4 and1.5rc2: Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 502 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 505 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 502 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 505 Warning: Cannot add header information - headers already sent by (output started at /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc:502) in /home/user/johanvdw/phpESP/admin/include/where/download.inc on line 66 Warning: Cannot add header information - headers already sent by (output started at /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc:502) in /home/user/johanvdw/phpESP/admin/include/where/download.inc on line 67 Warning: Cannot add header information - headers already sent by (output started at /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc:502) in /home/user/johanvdw/phpESP/admin/include/where/download.inc on line 68 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 502 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 505 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 502 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 505 ---------------------------------------------------------------------- Comment By: Matthew Gregg (greggmc) Date: 2002-10-30 16:29 Message: Logged In: YES user_id=14116 This looks like a configuration problem rather than a bug. I'm going to close this report, but will reopen if you can duplicate this error on the Demo site. http://phpesp.sourceforge.net/demo/ ---------------------------------------------------------------------- Comment By: Johan Van de Wauw (johanvdw) Date: 2002-10-30 15:41 Message: Logged In: YES user_id=301267 oops, seems I wasn't logged in. Just adding a message to make sure I get an email when a follow-up is posted. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=631232&group_id=8956 |
From: <no...@so...> - 2002-10-30 21:29:21
|
Bugs item #631232, was opened at 2002-10-30 15:39 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=631232&group_id=8956 Category: Admin Group: v1.4 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: cvs errors using 1.4 and 1.5rc2 Initial Comment: when I try to export to csv I get the following errors, i tried 1.4 and1.5rc2: Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 502 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 505 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 502 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 505 Warning: Cannot add header information - headers already sent by (output started at /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc:502) in /home/user/johanvdw/phpESP/admin/include/where/download.inc on line 66 Warning: Cannot add header information - headers already sent by (output started at /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc:502) in /home/user/johanvdw/phpESP/admin/include/where/download.inc on line 67 Warning: Cannot add header information - headers already sent by (output started at /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc:502) in /home/user/johanvdw/phpESP/admin/include/where/download.inc on line 68 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 502 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 505 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 502 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 505 ---------------------------------------------------------------------- >Comment By: Matthew Gregg (greggmc) Date: 2002-10-30 16:29 Message: Logged In: YES user_id=14116 This looks like a configuration problem rather than a bug. I'm going to close this report, but will reopen if you can duplicate this error on the Demo site. http://phpesp.sourceforge.net/demo/ ---------------------------------------------------------------------- Comment By: Johan Van de Wauw (johanvdw) Date: 2002-10-30 15:41 Message: Logged In: YES user_id=301267 oops, seems I wasn't logged in. Just adding a message to make sure I get an email when a follow-up is posted. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=631232&group_id=8956 |
From: <no...@so...> - 2002-10-30 20:41:49
|
Bugs item #631232, was opened at 2002-10-30 21:39 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=631232&group_id=8956 Category: Admin Group: v1.4 Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: cvs errors using 1.4 and 1.5rc2 Initial Comment: when I try to export to csv I get the following errors, i tried 1.4 and1.5rc2: Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 502 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 505 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 502 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 505 Warning: Cannot add header information - headers already sent by (output started at /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc:502) in /home/user/johanvdw/phpESP/admin/include/where/download.inc on line 66 Warning: Cannot add header information - headers already sent by (output started at /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc:502) in /home/user/johanvdw/phpESP/admin/include/where/download.inc on line 67 Warning: Cannot add header information - headers already sent by (output started at /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc:502) in /home/user/johanvdw/phpESP/admin/include/where/download.inc on line 68 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 502 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 505 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 502 Warning: Supplied argument is not a valid MySQL result resource in /home/user/johanvdw/phpESP/admin/include/lib/espresponse.inc on line 505 ---------------------------------------------------------------------- Comment By: Johan Van de Wauw (johanvdw) Date: 2002-10-30 21:41 Message: Logged In: YES user_id=301267 oops, seems I wasn't logged in. Just adding a message to make sure I get an email when a follow-up is posted. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=631232&group_id=8956 |