Extensions:Challenges

From Lorekeeper Wiki
Revision as of 14:33, 21 October 2021 by Mercury (talk | contribs)
Jump to navigation Jump to search
Challenges
Description Adds flexible, admin-defined "Challenges" for users to complete.
Author(s) Mercury
Status Testing
Github extensions/challenges
LK Version 2.0.0
Contains a Migration



Allows for creation of "challenges", which are composed of a series of prompts (not to be confused with uppercase-P Prompts) for users to complete. Challenges themselves have the following properties:

  • Name
  • Description (Optional)
  • Additional Rules (Optional)
  • Is Active

And can have a variable number of prompts. Each prompt has the following properties:

  • Name
  • Description (Optional)

Users can register for currently-active challenges; this is done fully automatically. A site setting is included for the number of concurrent registrations a user can have. The user must then provide a URL and/or text to satisfy each prompt associated with the challenge. All prompts are available immediately and may be completed in any order, with no deadline. On completion of all prompts, the option is provided to submit the log via the standard submissions flow (a Prompt is created for this purpose as part of the setup process). Note that while user registrations are automatically processed, user logs are not automatically marked 'Old' on processing of any submissions related to them, and this must be done manually by processing staff (by reviewing and "Accepting" the log, entering staff comments if appropriate).

Installation

Pull the branch; run php artisan migrate and php artisan setup-challenges.

Configuration

  • Adjust the challenges_concurrent setting in site settings if desired (default is 1 registration per user at a time)
  • Create challenges as appropriate in the admin panel
  • Customize the prompt created as part of the setup process

Usage

Users can register for challenges via /challenges on the site.

Troubleshooting

Find me in the Lorekeeper server!

Images

See Also