I am currently using D5 and the latest CCK and views for D5. Recently I built a site for a competition where visitors posts their blogs to the site to be reviewed by a panel of judges. However, for some categories, to decide the winner for that category, users from our site will vote on them so that the entry with highest vote will win in that category.

The entries are submitted through a CCK form and in order to categorize all the entries, views module is used. Now i have a few categories that consists of like in average a hundred of entries. So I need to put them into a poll so that users can vote on one and only one in each category. Is there anyway where I can use the node list spitted by views as a poll form? or is the core poll.module capable of handling that many options in a single question?