Points Formula Guide

Basic Rules

  • Taker rewards are paid per attempt as an achievement grade, not per question.
  • Only your first valid attempt at a quiz is rewarded — retaking it earns nothing more.
  • Taking your own quiz earns nothing, and neither do attempts made while signed out.
  • Questions answered correctly by 90% or more of takers earn the author nothing.
  • Questions below a 25% correct rate are treated as 25% when computing the author reward.

Taker achievement reward

Loading…

Author reward

# Author (per question)
if p >= 0.90: reward = 0
else:         reward = 0.075 / max(p, 0.25)

# p = correct rate for this question (0~1)

Example (correct rate 35%)

Author payout for this question ≈ 0.214 P

Referral Rewards

  • When a referred user reaches 50 / 500 / 5,000 correct answers, the referrer receives 200 XP each time (up to 3 times total).
  • Referral XP is granted immediately, with no pending period. It is withheld if a multi-account pattern is detected.