--- a/decisions/modes/ranking.module	2012-05-19 14:20:51.000000000 +1000
+++ b/decisions/modes/ranking.module	2012-05-19 14:10:34.000000000 +1000
@@ -111,7 +111,7 @@
 
     foreach ($node->choice as $key => $choice) {
       if ($choice['label']) {
-        $form['choice'][$choice[$key] = array(
+        $form['choice'][$choice['vote_offset']] = array(
           '#type' => 'select',
           '#title' => check_plain($choice['label']),
           '#options' => $choices
