Games - Question of the Day

wouso.games.qotd.models

class wouso.games.qotd.models.QotdGame(*args, **kwargs)

Each game must extend Game

static get_for_today()

Return a Question object selected for Today

classmethod get_formulas(kls)

Returns a list of formulas used by qotd

class wouso.games.qotd.models.QotdUser(*args, **kwargs)

Extension of the User object, customized for qotd

has_answered

Check if last_answered was today

Table Of Contents

Previous topic

Games - Challenge

Next topic

Games - Quest

This Page