问题描述
我要创建一个投票按钮是一个SharePoint列表,以实现以下结果:
I am wanting to create voting buttons is a SharePoint list to achieve the following outcome:
- 参与者最多可以对列表中的(3)个主题[标题字段]进行投票
- 可以重置投票以允许所有参与者在任何给定时间重新投票
- 自定义列表可以按投票数排序
有人有经验可以分享吗?
Does anyone have experience they can share so this can be achieved?
推荐答案
最简单的解决方案是:
- 转到列表设置
- 评级设置
- 将评级设置设置为是"
- 选择星级"或喜欢".
- 您可以按评分(0-5)"或评分数"进行排序.
这是最简单的现成方法,但不符合您的要求参与者最多可以在列表中投票(3)个主题[标题字段].
That's the easiest out-of-the-box way to do it, but it doesn't meet your requirements Participants can vote for up to (3) topics [title field] in the list.
如果您要让人们在列表中最多投票(3)个主题[标题字段],那么您需要使用代码,即Codeplex中的SharePoint Content Rating,以供参考:
http://www.codeplex.com/spdocrating
If you were asking for people can vote for up to (3) topics [title field] in the list, then you need to achieve it with code, SharePoint Content Rating in codeplex for your reference:
http://www.codeplex.com/spdocrating
最好的问候,
Lisa Chen
Lisa Chen
这篇关于在可以重置的自定义列表中创建投票按钮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!