Bugs item #1033058, was opened at 2004-09-22 20:07
Message generated for change (Comment added) made by greggmc
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1033058&group_id=8956
Category: Admin
Group: v1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Paul Jackson (beachbum_boy)
Assigned to: Nobody/Anonymous (nobody)
Summary: CSV Errors again
Initial Comment:
Create a survey with a rating scale with more than one
scale with the same name, see:
http://phpesp.sourceforge.net/demo/admin/manage.php?
where=test&sid=3593
Now export the data to CSV. See:
http://phpesp.sourceforge.net/demo/admin/manage.php?
where=download&type=csv&test=1&sid=3593
The results only have the value for the last item
repeated for all 4 values. THIS IS A BIG PROBLEM!!
This could be fixed by making each items of the rating
scale have unique values. I agree that it is arguable
whether anyone would ever need items with tha same
name BUT lets say they could do it by accident. I think
it should be fixed.
----------------------------------------------------------------------
>Comment By: Matthew Gregg (greggmc)
Date: 2004-09-23 10:37
Message:
Logged In: YES
user_id=14116
This has me thinking that we SHOULD allow duplicate question
names and question choices. The only reason we've
dissallowed duplicate question names is that the CSV exports
exploded on them. CSV export needs some love.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108956&aid=1033058&group_id=8956
|