{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}New Virtual Challenge{% endblock %} {% block main %}

What type of challenge do you want to create?

  • Course Challenge

    Marked Course

    On-the-water challenge with a course. You have to row through all the gates on the course to create a valid entry. Ideal for local challenges.

  • Time or Distance Challenge

    Marked Course

    On-the-water challenge over a set time or distance. This can be rowed on any body of water in the world. Ideal to create a global on-the-water challenge.

  • Indoor Rowing Challenge

    Marked Course

    Indoor rowing challenge over a set time or distance. This can be rowed on any indoor rowing machine. Dial up the given distance or time and row! Ideal to create a global indoor rowing challenge.

{% endblock %} {% block sidebar %} {% include 'menu_racing.html' %} {% endblock %}