The "{{ competition.name }}" competition kicks off tomorrow! Give it a strong start, build momentum – your best is waiting! But first, here's how the goals work and how to earn points.
Workout Challenge
LOGIN

Hi {{ first_name }},

The "{{ competition.name }}" competition kicks off tomorrow!

Give it a strong start, build momentum – your best is waiting!

But first, here's how the goals work and how to earn points.

How to earn activity points?

  • Each competition has its own activity goals.
  • You earn 1 point for every 1% progress toward a goal.
  • For example, if the goal is 100 minutes of exercise and you work out 50 minutes, you earn 50 points.
  • Note: Some goals have minimum or maximum limits. Activities above/below these limits won’t earn you points and are marked with an asterisk (*).
  • Hover over a goal to view its limits, or over the asterisk for more details.

Activity Goals:

{% for goal in goals %}
 
{% if goal.min_per_workout > 0 or goal.max_per_workout > 0 or goal.min_per_day > 0 or goal.max_per_day > 0 or goal.min_per_week > 0 or goal.max_per_week > 0 %} {% endif %}
{{ goal.name }} {{ goal.goal|floatformat:0 }} {{ goal.metric }} / {{ goal.period }}
Limits:
    {% if goal.min_per_workout > 0 %}
  • min {{ goal.min_per_workout|floatformat:0 }} {{ goal.metric }} / workout
  • {% endif %} {% if goal.max_per_workout > 0 %}
  • max {{ goal.max_per_workout|floatformat:0 }} {{ goal.metric }} / workout
  • {% endif %} {% if goal.min_per_day > 0 %}
  • min {{ goal.min_per_day|floatformat:0 }} {{ goal.metric }} / day
  • {% endif %} {% if goal.max_per_day > 0 %}
  • max {{ goal.max_per_day|floatformat:0 }} {{ goal.metric }} / day
  • {% endif %} {% if goal.min_per_week > 0 %}
  • min {{ goal.min_per_week|floatformat:0 }} {{ goal.metric }} / week
  • {% endif %} {% if goal.max_per_week > 0 %}
  • max {{ goal.max_per_week|floatformat:0 }} {{ goal.metric }} / week
  • {% endif %}
{% endfor %}
{% if goal_equalizer_note %}
Make it fair by enabling the Goal Equalizer!

Everyone has a unique Basal Metabolic Rate (BMR), dependent on factors like age, gender, height, and weight. The default goals are calibrated for a 35y/o 1.8m tall man. To ensure a fair competition, login and personalise your goals using the "Goal Equalizer" right below your personal settings.
{% endif %}
{% if goal_equalizer_note is None %} {% endif %}

Login to see who else is participating, change your team, and adjust the goal equalizers:
LOGIN

Enjoy the Competition.

Good luck!

Workout Challenge
Any issues? Send us an Email.
See the Source Code.