|
running_a_contest2
Stuff about how to run a contest
IntroductionContest code has been overhauled. Contest now broken down into separate divisions such as "compo;open;gamejam". Contestants in separate divisions can get voting results in the SAME categories. So if you want a separate overall category for the Compo and the Open division, you should name the cats like "OverallCompo" and "OverallOpen" or whatever. Announcing it
The Countdown
Theme Voting
[compo-vote:open:theme1;theme 2;theme 3]
[compo-vote:closed:theme1;theme 2;theme 3] Starting a Compo
[compo2 state="active" jcat="ld18" init="1" calc_droplow="2" calc_drophigh="2" calc_reqvote="3" divs="compo;open;gamejam" opendivs="compo;open;gamejam" compo_cats="Innovation;Fun;Overall" compo_title="Competition" compo_summary="The Basic <a href='#'>rules</a> apply" open_cats="Overall" open_title="Open" open_summary="The open rules apply" gamejam_summary="No rules, do whatever" gamejam_title="Game Jam" topcat="Overall"] For a Mini-LD, including a Game Jam is probably silly. (Though in many cases, the Mini LD is ONLY a Game Jam, either way, don't include the Game Jam. To run a Mini as just a Game Jam, just don't have a "rate" and "results" phase, just jump right to "closed" at the end.) [compo2 state="active" jcat="ld18mini" init="1" divs="compo" opendivs="compo" compo_cats="Innovation;Fun;Overall" compo_title="Competition" compo_summary="The Basic <a href='#'>rules</a> apply" topcat="Overall"] Here are all the compo2 tag attributes.
NOTE: if you change calc_droplow, calc_drophigh, calc_reqvote you must access ?admin=1&action=recalc to recalculate the results of the competition to reflect those changes. NOTE: You can preview the results by accessing ?admin=1&action=results OR ?admin=1&action=top Rating Entries
Viewing ResultsThis process takes a few steps.
This will force the site to recalc the results.
View the results.
To view the full results.
View the "top" results. Then do it for each &cat=NAME_OF_CATEGORY to build up the cache. You can do that by clicking from the main results page.
Closed Compos
This is only used for compos that are not being judged. It merely closes the compo from adding new entries. Admin
Whatever# ?action=me Redirect the user to ?action=preview&uid=UID Emergency Cache ModeEdit wp-content/plugins/compo2/fcache.php .. The first few lines let you put the site into emergency mode. This should reduce the load on the site considerably. |