+<%= form_for("",:url => update_poll_question_poll_index_path(:poll_question => poll_question.id),:remote => true) do |f|%>
-
-
-
-
+
+
+ />
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ <% poll_question.poll_answers.reorder("answer_position").each do |poll_answer| %>
+
+
+
+
+
+
+
+ <% end%>
-
-
\ No newline at end of file
+
+<% end%>
\ No newline at end of file
diff --git a/app/views/poll/_edit_mulit.html.erb b/app/views/poll/_edit_mulit.html.erb
index c4a9e0e0f..684a285e3 100644
--- a/app/views/poll/_edit_mulit.html.erb
+++ b/app/views/poll/_edit_mulit.html.erb
@@ -1,18 +1,21 @@
+<%= form_for("",:url => update_poll_question_poll_index_path(:poll_question => poll_question.id),:remote => true) do |f|%>
-
-
+
+
+ />
-
- ,
-
+
+
+
-
\ No newline at end of file
+
+<% end%>
\ No newline at end of file
diff --git a/app/views/poll/_edit_single.html.erb b/app/views/poll/_edit_single.html.erb
index 4e98babe4..b8157ee6c 100644
--- a/app/views/poll/_edit_single.html.erb
+++ b/app/views/poll/_edit_single.html.erb
@@ -1,13 +1,17 @@
+<%= form_for("",:url => update_poll_question_poll_index_path(:poll_question => poll_question.id),:remote => true) do |f|%>
-
-
+
+
+ />
-
\ No newline at end of file
+
+<% end%>
\ No newline at end of file
diff --git a/app/views/poll/_new_MC.html.erb b/app/views/poll/_new_MC.html.erb
index 013bf0ed0..5ff70e9eb 100644
--- a/app/views/poll/_new_MC.html.erb
+++ b/app/views/poll/_new_MC.html.erb
@@ -1,6 +1,5 @@
<%= form_for PollQuestion.new,:url =>create_poll_question_poll_path(@poll.id),:remote => true do |f|%>
-
-
+
@@ -35,11 +34,10 @@
-
<% end%>
\ No newline at end of file
diff --git a/app/views/poll/_new_MCQ.html.erb b/app/views/poll/_new_MCQ.html.erb
index 6739c233e..d94964bbf 100644
--- a/app/views/poll/_new_MCQ.html.erb
+++ b/app/views/poll/_new_MCQ.html.erb
@@ -1,33 +1,41 @@
-
+<%= form_for PollQuestion.new,:url =>create_poll_question_poll_path(@poll.id),:remote => true do |f|%>
-
+
+
-
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+<% end%>
\ No newline at end of file
diff --git a/app/views/poll/_new_mulit.html.erb b/app/views/poll/_new_mulit.html.erb
index 6c3528473..e034e54af 100644
--- a/app/views/poll/_new_mulit.html.erb
+++ b/app/views/poll/_new_mulit.html.erb
@@ -1,18 +1,21 @@
+<%= form_for PollQuestion.new,:url =>create_poll_question_poll_path(@poll.id),:remote => true do |f|%>
-
-
-
+
+
+
+
-
- ,
-
+
+
+
-
\ No newline at end of file
+
+<% end%>
\ No newline at end of file
diff --git a/app/views/poll/_new_single.html.erb b/app/views/poll/_new_single.html.erb
index b7d5a9725..ec06933a8 100644
--- a/app/views/poll/_new_single.html.erb
+++ b/app/views/poll/_new_single.html.erb
@@ -1,13 +1,16 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+<%= form_for PollQuestion.new,:url =>create_poll_question_poll_path(@poll.id),:remote => true do |f|%>
+
+
+
+
+
+
+
+
+
+
+
+<% end%>
\ No newline at end of file
diff --git a/app/views/poll/_poll_content.html.erb b/app/views/poll/_poll_content.html.erb
index 6c2e61215..40c9a6181 100644
--- a/app/views/poll/_poll_content.html.erb
+++ b/app/views/poll/_poll_content.html.erb
@@ -1,10 +1,26 @@
<% poll.poll_questions.each do |poll_question|%>
<% end %>
\ No newline at end of file
diff --git a/app/views/poll/_poll_form.html.erb b/app/views/poll/_poll_form.html.erb
index 598ef1207..1b30c973d 100644
--- a/app/views/poll/_poll_form.html.erb
+++ b/app/views/poll/_poll_form.html.erb
@@ -60,6 +60,19 @@