免费 WordPress 插件

WordPress 实时测验插件: WordPress 多人测验

使用 Gutenberg 块或短代码在您的 WordPress 网站上嵌入互动测验。自动调整大小、深色模式、懒加载——全部开箱即用。

在 GitHub 上查看
WordPress 5.8+
GPLv2 许可
轻量高效

WordPress 多人测验功能

专为在 WordPress 上嵌入 PlayQuizNow 测验而构建的轻量级插件。

Gutenberg 块

使用原生 WordPress 块编辑器以可视化方式添加测验。实时预览、侧边栏设置,无需编写代码。

短代码支持

在任何地方使用 [playquiznow id='your-quiz-id']——文章、页面、小部件以及 Elementor 等页面构建器。

自动调整 iframe 大小

嵌入的测验通过 postMessage 传递高度,iframe 自动调整。无滚动条。

浅色和深色主题

使用内置的浅色和深色主题匹配您网站的外观。可按测验或全局配置。

Google Analytics 追踪

用户完成测验时自动触发 quiz_complete 事件。与您现有的 gtag.js 设置兼容。

完全响应式

测验在桌面、平板和手机上都表现出色。懒加载选项可提升页面性能。

几分钟内安装 WordPress 实时测验插件

四个简单步骤即可上手

1

安装插件

从 WordPress 插件目录 wordpress.org/plugins/playquiznow 直接安装,或在 WordPress 仪表板的插件 → 添加新插件中搜索「PlayQuizNow」。

2

配置默认设置

前往设置 → PlayQuizNow 设置您偏好的默认宽度、主题和懒加载选项。

3

添加测验

使用 Gutenberg 块(搜索「PlayQuizNow」)或将短代码 [playquiznow id='your-quiz-id'] 添加到任何文章或页面。

4

预览并发布

预览页面查看嵌入的测验。根据需要调整宽度、主题和高度设置,然后发布。

短代码参考

在 WordPress 允许短代码的任何地方使用此短代码

基础用法
[playquiznow id="abc123"]
自定义宽度
[playquiznow id="abc123" width="800px"]
深色主题
[playquiznow id="abc123" theme="dark"]
所有选项
[playquiznow id="abc123" width="100%" height="600px" theme="dark" lazy="true"]

可用属性

id必填
您在 PlayQuizNow 上的测验加入代码
width
嵌入测验的宽度(例如「800px」、「100%」)
height
测验 iframe 的高度(默认自动调整)
theme
颜色主题:「light」或「dark」
lazy
启用懒加载:「true」或「false」

示例页面代码

复制并粘贴到 WordPress 页面中查看插件效果

WordPress 块编辑器(在代码编辑模式下粘贴)
<!-- wp:paragraph -->
<p>Welcome to the <strong>PlayQuizNow</strong> plugin demo!
This page showcases how easy it is to embed interactive
quizzes from <a href="https://playquiznow.com">PlayQuizNow</a>
into any WordPress site using a simple shortcode or the
Gutenberg block.</p>
<!-- /wp:paragraph -->

<!-- wp:separator -->
<hr class="wp-block-separator has-alpha-channel-opacity"/>
<!-- /wp:separator -->

<!-- wp:heading {"level":2} -->
<h2 class="wp-block-heading">Quiz 1: Guess the Logo!</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Can you name the brand just from a logo or clue?
Test your brand knowledge with this fun quiz!</p>
<!-- /wp:paragraph -->

<!-- wp:html -->
<div style="max-width: 650px; margin: 0 auto;">
  [playquiznow id="MYRCCS" theme="light"]
</div>
<!-- /wp:html -->

<!-- wp:separator -->
<hr class="wp-block-separator has-alpha-channel-opacity"/>
<!-- /wp:separator -->

<!-- wp:heading {"level":2} -->
<h2 class="wp-block-heading">Quiz 2: Capitals of the World</h2>
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p>Think you know your countries and their capitals?
Put your geography knowledge to the test!</p>
<!-- /wp:paragraph -->

<!-- wp:html -->
<div style="max-width: 650px; margin: 0 auto;">
  [playquiznow id="BIINBQ" theme="dark"]
</div>
<!-- /wp:html -->

WordPress 测验插件常见问题

准备好将测验添加到 WordPress 了吗?

安装免费插件,今天就开始在您的 WordPress 网站上嵌入互动测验。