Several volunteer computing projects, including Climateprediction.net, Einstein@home, and SETI@home, use software called BOINC. If you participate in projects like this, we request that you answer the following questions. This will help BOINC-based projects increase participation and achieve greater scientific results.

Please answer as many questions as you want, then go to the bottom and click OK. "; echo "

\n"; list_start(); list_bar("Do you run BOINC?"); $choices = array($choice0, $choice1, $choice2, $choice3); generate_functions($choices); show_overall_choices($choices); list_item2( "How could BOINC be improved?", "" ); list_bar("Choosing projects"); echo " Which are the most important factors when you decide whether to participate in a BOINC project? [check all that apply]
"; foreach ($factors as $factor) { $name = $factor["name"]; $text = $factor["text"]; echo " $text
\n "; } echo " Other: "; mult_choice($where_item["name"], $where_item["text"], $where_item["choices"]); list_bar("Your computers"); foreach($comp_items as $item) { mult_choice($item["name"], $item["text"], $item["choices"]); } list_bar("You"); foreach($you_items as $item) { mult_choice($item["name"], $item["text"], $item["choices"]); } echo " Nationality "; list_item("
", "When done click: "); list_end(); echo "
"; ?>