Title: Contributor Team Matcher
Author: Maciej (Matt) Pilarski
Published: <strong>2026 年 7 月 10 日</strong>
Last modified: 2026 年 7 月 17 日

---

搜尋外掛

![](https://ps.w.org/find-your-team/assets/banner-772x250.png?rev=3605624)

![](https://ps.w.org/find-your-team/assets/icon-256x256.png?rev=3605624)

# Contributor Team Matcher

 由 [Maciej (Matt) Pilarski](https://profiles.wordpress.org/gomp/) 開發

[下載](https://downloads.wordpress.org/plugin/find-your-team.1.0.10.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/find-your-team/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/find-your-team/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/find-your-team/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/find-your-team/#developers)

 [技術支援](https://wordpress.org/support/plugin/find-your-team/)

## 外掛說明

Contributor Team Matcher presents contributors with a short quiz and uses a tag-
based scoring algorithm to recommend the Make WordPress contribution team that best
fits their profile. The top match is displayed as a prominent card; four runner-
up teams are shown below it.

The plugin is fully configurable from the WordPress admin — questions, answers, 
teams, and tag weights can all be edited, added, or removed without touching code.

**How the matching algorithm works**

 1. The contributor answers all quiz questions.
 2. Each selected answer contributes a list of tags to a shared pool.
 3. Tags are tallied (duplicates increase the count).
 4. Every team is scored: `score += tag_weight x tag_count` for each matching tag.
 5. Teams are sorted by score. The highest scorer is the primary recommendation; the
    next four are shown as secondary suggestions.

**Default teams**

The plugin ships with 23 Make WordPress contribution teams: Core, Design, Mobile,
Accessibility, Polyglots, Support, Documentation, Themes, Plugins, Community, Meta,
Training, Test, TV, Marketing, CLI, Hosting, Tide, Openverse, Photos, Performance,
Sustainability, and Security.

## 適用於區塊編輯器

這個外掛提供 1 個可供 Gutenberg/區塊編輯器使用的區塊。

 *   Contributor Team Matcher Quiz Embed the Contributor Team Matcher contributor
   quiz. Renders the [contributor_team_matcher] shortcode.

## 安裝方式

 1. Upload the `find-your-team` folder to `/wp-content/plugins/`, or install the plugin
    through the **Plugins  Add New Plugin** screen in your WordPress admin.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Embed the quiz on any page or post using the `[conttema_quiz]` shortcode, or insert
    the “Contributor Team Matcher” block in the Block Editor.
 4. Configure questions and teams under the **Contributor Team Matcher** top-level 
    menu in the WordPress admin.

## 常見問題集

### How do I display the quiz?

Add the shortcode `[conttema_quiz]` to any page, post, or widget, or insert the 
Contributor Team Matcher block in the Block Editor. The block is server-side rendered
and shows a styled placeholder in the editor.

### Can I change the questions and teams?

Yes. Everything is editable from the **Contributor Team Matcher** admin menu, which
has three tabs: Questions, Teams, and Usage. No code changes are required. You can
also reset questions and teams back to their defaults.

### Are single- and multi-select questions supported?

Yes. Each question can be set independently to a single answer (radio) or multiple
answers (checkbox, up to 3 selections).

### Does the plugin require jQuery?

No. The frontend is written in vanilla JavaScript with no jQuery dependency.

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Contributor Team Matcher〉的開發相關工作。

參與者

 *   [ Maciej (Matt) Pilarski ](https://profiles.wordpress.org/gomp/)
 *   [ Francesco Di Candia ](https://profiles.wordpress.org/francescodicandia/)
 *   [ Celi Garoe ](https://profiles.wordpress.org/celigaroe/)
 *   [ Isotta Peira ](https://profiles.wordpress.org/peiraisotta/)

[將〈Contributor Team Matcher〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/find-your-team)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/find-your-team/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/find-your-team/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/find-your-team/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/find-your-team/)。

## 變更記錄

#### 1.0.10

 * Fix: Registered backward-compatibility shortcode aliases ([contributor_team_matcher]
   and [find_your_team]) so existing page content created with earlier versions 
   of the plugin continues to render correctly after the shortcode was renamed to[
   conttema_quiz] in 1.0.7.

#### 1.0.9

 * Removed the Mobile team from the default contribution teams.

#### 1.0.8

 * Fix: Corrected the text domain passed to `__()` in the Block Editor script (`
   blocks/contributor-team-matcher-quiz/index.js`) from `contributor-team-matcher`
   to `find-your-team`, so the block’s editor strings match the domain declared 
   in `block.json` and load translations correctly.

#### 1.0.7

 * Standardised the plugin text domain to `find-your-team` to match the WordPress.
   org slug.
 * Renamed internal identifiers from the `CTM_` / `ctm_` prefix to `CONTTEMA_` /`
   conttema_` — constants, class names, include filenames, nonces, and AJAX actions
   on the PHP side, and the localized data object (`ctmData` to `conttemaData`) 
   on the JavaScript side.
 * No functional or behavioural changes; this is a naming/consistency release.

#### 1.0.6

 * Fix: The admin tab links (Questions / Teams / Usage) now point at the top-level`
   admin.php?page=contributor-team-matcher` panel instead of `options-general.php`,
   so navigating between tabs no longer bounces to the Settings screen.
 * Docs: README updated to reference the top-level menu rather than “Settings  Contributor
   Team Matcher”.

#### 1.0.5

 * Feature: Gutenberg block `contributor-team-matcher/quiz` registered via `block.
   json`. Editors can insert the quiz from the block inserter without typing the
   shortcode. The block is server-side rendered and shows a styled placeholder in
   the editor.
 * Bump: Version synced across plugin header, version constant, and readme.

#### 1.0.4

 * Fix: Moved hidden quiz inputs inside their `<label>` elements so custom radio/
   checkbox indicators render correctly in all browsers.
 * Fix: Extended CSS to hide native `input[type="radio"]` elements and style them
   with the custom dot indicator (circular for radio, square for checkbox).
 * Fix: Switched CSS selectors to `:has()` now that inputs are descendants of labels
   rather than preceding siblings.
 * Code quality: Full pass against WordPress Coding Standards (WordPress-Extra +
   WordPressVIPMinimum) — 0 errors, 0 warnings.
 * Bump: Plugin header version synced with the version constant.

#### 1.0.3

 * Feature: Per-question Answer Type setting in the admin. Each question can be 
   independently set to Single answer (radio) or Multiple answers (checkbox, up 
   to 3).
 * Admin UI: Answer Type toggle added to each question accordion item, with a “Single”/“
   Multi” badge in the accordion header.
 * Frontend: Question rendering now branches on question type — radio questions 
   render circular indicators with `role="radiogroup"`; checkbox questions keep 
   the existing multi-select logic.

#### 1.0.2

 * Feature: Changed quiz from single-select radio buttons to multi-select checkboxes
   allowing up to 3 selections per question.
 * All five default questions updated to support multiple selections.

#### 1.0.1

 * Fix: Escaped team icons before `innerHTML` insertion to prevent potential stored
   XSS.
 * Fix: Synced the version constant with the plugin header version string.

#### 1.0.0

 * Initial release.
 * Five-question quiz covering activity preference, skills, experience, passion,
   and working style.
 * Tag-based scoring algorithm ranking 23 default Make WordPress contribution teams.
 * Top match displayed as primary card; four runner-up teams shown in a grid.
 * Full admin settings page (top-level “Contributor Team Matcher” menu) with Questions
   and Teams tabs.
 * Accordion UI with add / edit / remove support for questions, answers, teams, 
   and tag weights.
 * Reset to defaults for both questions and teams.
 * Usage tab with shortcode reference and copy button.
 * Vanilla JavaScript frontend — no jQuery dependency.
 * Accessible: ARIA labels, keyboard navigation, focus management, `role="radiogroup"`/`
   role="group"` on answer lists.

## 中繼資料

 *  版本 **1.0.10**
 *  最後更新 **14 小時前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.2**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/find-your-team/)
 * 標籤:
 * [community](https://tw.wordpress.org/plugins/tags/community/)[Contributor](https://tw.wordpress.org/plugins/tags/contributor/)
   [onboarding](https://tw.wordpress.org/plugins/tags/onboarding/)[quiz](https://tw.wordpress.org/plugins/tags/quiz/)
 *  [進階檢視](https://tw.wordpress.org/plugins/find-your-team/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/find-your-team/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/find-your-team/reviews/)

## 參與者

 *   [ Maciej (Matt) Pilarski ](https://profiles.wordpress.org/gomp/)
 *   [ Francesco Di Candia ](https://profiles.wordpress.org/francescodicandia/)
 *   [ Celi Garoe ](https://profiles.wordpress.org/celigaroe/)
 *   [ Isotta Peira ](https://profiles.wordpress.org/peiraisotta/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/find-your-team/)