π LeotΕ‘a la Sepedi
Help build Sepedi language data
{{ stats.points }}
Points
Lvl {{ stats.level }}
Level
π₯
π₯
π₯
π Data Collected
{% for type_key, type_data in collection_stats.by_type.items %}
{{ type_data.icon }}
{{ type_data.count }}
{{ type_data.name|truncatewords:2 }}
{% endfor %}
{% if task.sentence %}
{{ task.config.name }}
{{ task.config.description }}
"{{ task.sentence.text }}"
{{ task.config.tip }}
{% csrf_token %}
{% if task.config.type != 'text_input' %}
{% for opt in task.config.options %}
{{ opt.emoji|default:'' }} {{ opt.label }}
{% endfor %}
{% else %}
{% endif %}
β Next (+{{ task.config.points }} pts)
{% else %}
π All Sentences Labeled!
Thank you! Check back soon for more.
{% endif %}
π Top Contributors
{% for lb in leaderboard %}
#{{ forloop.counter }}
{% if lb.voter_id == voter.voter_id %}π€ YOU{% else %}Contributor{% endif %}
{{ lb.points }} pts
{% endfor %}