Title: Point Tracker
Author: Ryan
Published: <strong>2018년 8월 14일</strong>
Last modified: 2018년 12월 31일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://s.w.org/plugins/geopattern-icon/point-tracker.svg)

# Point Tracker

 작성자: [Ryan](https://profiles.wordpress.org/godsgood33/)

[다운로드](https://downloads.wordpress.org/plugin/point-tracker.1.6.zip)

 * [세부사항](https://ko.wordpress.org/plugins/point-tracker/#description)
 * [평가](https://ko.wordpress.org/plugins/point-tracker/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/point-tracker/#installation)
 * [개발](https://ko.wordpress.org/plugins/point-tracker/#developers)

 [지원](https://wordpress.org/support/plugin/point-tracker/)

## 설명

This plugin does not require but works well with membership plugins. The admin can
create a challenge, share the challenge link with whom they wish. Those wishing 
to participate can click on the link and opt to join the challenge. Once the participant
has joined the challenge, they can enter activity against that challenge upto daily
and receive points.

## 스크린샷

[⌊This is a screenshot of the new menu that Point Tracker creates⌉⌊This is a screenshot
of the new menu that Point Tracker creates⌉[

This is a screenshot of the new menu that Point Tracker creates

[⌊This is a screenshot of the Challenge editor⌉⌊This is a screenshot of the Challenge
editor⌉[

This is a screenshot of the Challenge editor

[⌊This is a screenshot of the Activity editor⌉⌊This is a screenshot of the Activity
editor⌉[

This is a screenshot of the Activity editor

[⌊This is a screenshot of the Participant list⌉⌊This is a screenshot of the Participant
list⌉[

This is a screenshot of the Participant list

[⌊This is a screenshot of the Entry log⌉⌊This is a screenshot of the Entry log⌉[

This is a screenshot of the Entry log

[⌊This is a screenshot of an example challenge and activities⌉⌊This is a screenshot
of an example challenge and activities⌉[

This is a screenshot of an example challenge and activities

[⌊This is a screenshot of the "View My Activity" page after a test user has saved
some activities⌉⌊This is a screenshot of the "View My Activity" page after a test
user has saved some activities⌉[

This is a screenshot of the “View My Activity” page after a test user has saved 
some activities

## 설치

This section describes how to install the plugin and get it working.

 1.  Extract the ‘point-tracker.zip’ file in the ‘/wp-content/plugins/’ directory or
     install using the plugin installer in WP
 2.  Activate the plugin through the ‘Plugins’ menu in WordPress
 3.  The Point Tracker admin menu is used to administer the challenges, its activities,
     and participants.
 4.  Navigate to the Point Tracker -> Point Tracker admin menu
 5.  Fill out the form and create a challenge (add a name, start and end dates, and
     a description) then click “Save”
 6.  Copy the link that appears just above the description box
 7.  Navigate to the Point Tracker -> Activities admin menu
 8.  Select the challenge you just created from the drop down
 9.  Fill out the boxes and create your first activity for that challenge and click“
     Save”
 10. Send the link to whomever you wish so they can join
 11. Under Settings -> Point Tracker there are global options that you can enable, 
     right now, it is only requiring an account for those wanting to participate in
     a challenge

## FAQ

### Why is the coordinator portion behind the admin?

I felt the creation or modification of a challenge was an administrative function
and so it deserved to be behind the
 admin dashboard. If you want to allow another
user on your site to create or modify a challenge, they will have to have the ‘manage_options’
permission set.

### What happens if I initially set a challenge for approval required, then change it?

The challenge will automatically approve all pending participants and any future
participants will automatically be approved

### Once the challenge is over what happens?

You will need to visit the Point Tracker -> Participants page to see who has the
most points

### A participant entered some wrong information, what do I do?

You can either delete it yourself or if they visit the View My Activity page (/my-
activity/?chal={linkcode}), they will be able to delete it themselves

### What is a “hidden” activity?

This is an activity that will not be scored. The points will be defaulted to 0. 
They will also not be displayed on any public displays other than the challenge 
form asking the user for their answer. They are ideal for collecting information
like feedback that you don’t necessarily want to reward.

### What is an activity “group”?

Activity groups allow you to group the activities into sections with a header. This
allow the participants to more easily find the questions they are wanting to answer.
They are optional.

### How can I create a custom page

After you’ve created a challenge, copy/paste the unique code for the challenge into
a new shortcode `[challenge chal={challenge code you copied}][/challenge]`, then
publish the page. You can also create custom pages for the My Activity and Leader
Board pages using their respective shortcodes (`[my_activity chal={code}][/my_activity]`
and `[leader_board chal={code]][/leader_board]`).

### I’d like a leader board

One will be available in Point Tracker Pro at https://wppointtracker.com/point-tracker-
pro/

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Point Tracker”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 
기여하였습니다.

기여자

 *   [ Ryan ](https://profiles.wordpress.org/godsgood33/)

[자국어로 “Point Tracker”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/point-tracker)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/point-tracker/)는, [SVN 저장소](https://plugins.svn.wordpress.org/point-tracker/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/point-tracker/)
을 [RSS](https://plugins.trac.wordpress.org/log/point-tracker/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.6

 * Made Gutenberg and WP 5+ compatible

#### 1.5

 * Added Long Text as an activity type
 * Added checkbox to allow for hidden activities
 * Added ability to group activities
 * Added dashboard widget
 * Added beginnings of contextual help dropdowns

#### 1.4

 * Fix bug in admin with start and end date formats
 * Add documentation for creating custom challenge and activity pages
 * Add Upgrade admin submenu (not linked right now)
 * Extended the size of the label for radio buttons and checkboxes and answer
 * Added a span below text fields to show character count

#### 1.3.1

 * Set the challenge end date to be no earlier than the start date (can’t end before
   you start)
 * Fixed bug in showing challenge list

#### 1.3

 * Changed shortcode to [challenge] instead of [challenge_page]
 * Added “chal” parameter to shortcode to allow for creating custom pages
 * Bug fixes

#### 1.2

 * More bug fixes
 * Fixed incompatibility with plugins that have a save_post hook

#### 1.1

 * Couple bug fixes
 * Add screenshots

#### 1.0

 * Initial release

## 기초

 *  버전 **1.6**
 *  최근 업데이트: **8년 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 4.4.2 또는 그 이상 **
 *  다음까지 시험됨: **5.0.25**
 *  PHP 버전 ** 5.6 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/point-tracker/)
 * 태그:
 * [challenge](https://ko.wordpress.org/plugins/tags/challenge/)[content](https://ko.wordpress.org/plugins/tags/content/)
 *  [고급 보기](https://ko.wordpress.org/plugins/point-tracker/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/point-tracker/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/point-tracker/reviews/)

## 기여자

 *   [ Ryan ](https://profiles.wordpress.org/godsgood33/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/point-tracker/)