One way could be to use the <a href="http://drupal.org/project/jrating" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://drupal.org/project/jrating</a>
on the node.&nbsp; It would provide a 1-5 star rating form on the node that
you could assign a permission for users to use.&nbsp; It plugs into the
voting api.&nbsp; When everyone agrees it is complete they would give it a
five star rating.&nbsp;
During the process all users would see a second 5 star rating that
showed the average of all the votes.<br><br>The
tricky bit would be turning it off when you got enough votes.&nbsp; JRating
attaches an array to the node that contains information like this:<br><pre>[jrating_mean_rating] =&gt; Array(<br> [rating] =&gt; 5.0<br> [percent] =&gt; 100<br> [num_votes] =&gt; 1<br>)</pre>You could use a custom template that evaluated&nbsp; $node-&gt;jrating_mean_rating[&#39;percent&#39;] for 100 and $node-&gt;jrating_mean_rating[&#39;num_votes&#39;]
to equal the number of votes you expect.&nbsp; At that point you could
either not display the rating interface, or get fancy and have it do
something like remove all the users from the role that gave them
permission to vote and send out notifications that voting is complete.<br>
<br>
Not sure if that is the easiest way to do it, but it would accomplish what your trying to do.<br><br><div><span class="gmail_quote">On 4/11/07, <b class="gmail_sendername">Salman Al-Rahma</b> &lt;<a href="mailto:smhar@gawab.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

smhar@gawab.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello all,<br><br><br>I am running a community site for our club. Our secretary is to upload<br>the minutes of each meeting to the site. The member later will vote the<br>minutes approved meaning correct and not modification is required.
<br><br>I have created a content type called minutes where I added a file link<br>for a pdf and a doc file formate of the minutes to be downloaded.<br><br><br>I am stuck on the approval part. I want the members to read the minutes
<br>and comment their modifications. Once everybody is happy they can vote<br>approval. When the votes reach a certain number, it will close and the<br>minutes will be considered officially approved.<br><br><br>Any suggestion on how to achieve this?
<br><br><br>Thank you<br><br><br><br><br><br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.drupal.org/</a> ]<br></blockquote>

</div><br><br clear="all"><br>-- <br><br>Kevin Bridges<br><a href="http://www.kevinbridges.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://www.kevinbridges.org/</a>