Difference between revisions of "Challenge checkers"

From Project-GC
Jump to: navigation, search
(Created page.)
 
(Added "How does it work" from the FAQ + info about Auto-challenge-checkers.)
Line 1: Line 1:
 
== What is it? ==
 
== What is it? ==
 
A Challenge checker is a piece of program code that will check if a user have completed the requirements of a [[challenge cache]], per the guidelines of Geocaching.com a [[challenge cache]] published after April 21, 2015, must include a link to a web-based challenge checker. <ref>[https://www.geocaching.com/help/index.php?pg=kb.chapter&id=127&pgid=206 Guidelines for Challenge caches] at Geocaching.com's Help Center.</ref> So far Project-GC is the only allowed challenge checker.
 
A Challenge checker is a piece of program code that will check if a user have completed the requirements of a [[challenge cache]], per the guidelines of Geocaching.com a [[challenge cache]] published after April 21, 2015, must include a link to a web-based challenge checker. <ref>[https://www.geocaching.com/help/index.php?pg=kb.chapter&id=127&pgid=206 Guidelines for Challenge caches] at Geocaching.com's Help Center.</ref> So far Project-GC is the only allowed challenge checker.
 +
 +
== How does it work? ==
 +
A challenge checker consists of two parts: a challenge checker script and a tag. The checker script is a piece of program code written in the programming language Lua. The same checker script can be used for multiple challenge caches (For instance, most calendar challenges are handled by the same checker script). The tag is what makes this possible. The tag links a checker script, a challenge cache, and (optionally) a set of parameters for the checker script. This means that the same checker script can be used both for a challenge that requires the user to have found 100 mystery caches and a challenge that requires the user to have found 1000 traditional caches, since the cache type and quantity of finds required is specified in the tag.
  
 
== Checker Requests ==
 
== Checker Requests ==
Line 7: Line 10:
 
== FAQ ==
 
== FAQ ==
 
Visit [https://project-gc.com/Home/FAQ#3082063764 Project-GC's FAQ] to find answers to many of the most common questions.
 
Visit [https://project-gc.com/Home/FAQ#3082063764 Project-GC's FAQ] to find answers to many of the most common questions.
 +
 +
== Related paid membership feature ==
 +
If you have a [[paid membership]] Project-GC automatically runs challenge checkers for you in the background. See the article about [[Auto-challenge-checkers]] for more information.
  
 
== Notes ==
 
== Notes ==
 
<references />
 
<references />

Revision as of 21:47, 5 November 2020

What is it?

A Challenge checker is a piece of program code that will check if a user have completed the requirements of a challenge cache, per the guidelines of Geocaching.com a challenge cache published after April 21, 2015, must include a link to a web-based challenge checker. [1] So far Project-GC is the only allowed challenge checker.

How does it work?

A challenge checker consists of two parts: a challenge checker script and a tag. The checker script is a piece of program code written in the programming language Lua. The same checker script can be used for multiple challenge caches (For instance, most calendar challenges are handled by the same checker script). The tag is what makes this possible. The tag links a checker script, a challenge cache, and (optionally) a set of parameters for the checker script. This means that the same checker script can be used both for a challenge that requires the user to have found 100 mystery caches and a challenge that requires the user to have found 1000 traditional caches, since the cache type and quantity of finds required is specified in the tag.

Checker Requests

Challenge checkers are created by volunteers and can be requested in the Checker request forums, make sure you read the READ FIRST-post before posting your request.

FAQ

Visit Project-GC's FAQ to find answers to many of the most common questions.

Related paid membership feature

If you have a paid membership Project-GC automatically runs challenge checkers for you in the background. See the article about Auto-challenge-checkers for more information.

Notes

  1. Guidelines for Challenge caches at Geocaching.com's Help Center.