diff --git a/app/views/layouts/base_courses.html.erb b/app/views/layouts/base_courses.html.erb
index 43adab15f..459fc43af 100644
--- a/app/views/layouts/base_courses.html.erb
+++ b/app/views/layouts/base_courses.html.erb
@@ -275,6 +275,10 @@
+
+
+ <%= link_to l(:label_poll), poll_index_path(:polls_type => "Course", :polls_group_id => @course.id)%>
+
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index abf20e370..f3e6d4d8d 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -2242,4 +2242,5 @@ zh:
label_file_lost: 以下无法成功下载,请联系相关人员重新上传:
label_file_exist: 该作品中有重复命名文件,请通过文件名学号和姓名信息进入该作业详细界面手动下载
label_poll_new: 未命名问卷
+ label_poll: 问卷调查