Pinacolada64 / NOW

A MUD under construction based on Evennia.
9 stars 8 forks source link

Creating Polling / Survey #11

Open tricuspa opened 8 years ago

tricuspa commented 8 years ago

Add a tool that allows polling surveys to be taken records and be reviewed during, or after poll closes.

Features Requested

Optional Features to Consider

AmberFennek commented 8 years ago

Feature request review - design and implementation thoughts.

This seems complex enough that it probably should be its own typeclass, so we can create "poll" objects that consist of a list of poll questions. Just a poll command with sub-types of polls seems insufficient, even before considering the optional features.

@tricuspa Before we begin coding, what do you think?

Pinacolada64 commented 8 years ago

Maybe add to this quiz functionality, for the character creation process to gauge a user's experience level with MU*ing?

AmberFennek commented 8 years ago

Here's our current poll and related command code. So far, it only takes suggestions.