Create a New Class: Difference between revisions

From OCAD Wiki - English
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


This function is used when different classes use the same course. You will have to define classes and allocate a course to them.
This function is used when different classes use the same course. You will have to define classes and allocate a course to them.
[[File:Hint.jpg]] If you have two Classes (e.g. Women Elite and Women 20) and both have the same Course, it is a common mistake to name the Course '''WE, W20''' and not to create any Classes. You will get troubles with your timing software this way.<br>
Instead you can still name the Course '''WE, W20''' (or simple name it '''A'''), but you need to create two Classes ('''WE''' and '''W20''') and allocate the same Course to both of them.


# Choose the '''Classes''' command from the '''Course Setting''' menu.
# Choose the '''Classes''' command from the '''Course Setting''' menu.
Line 12: Line 17:
# Enter a name in the '''Class''' column (e.g. M20)
# Enter a name in the '''Class''' column (e.g. M20)
# Allocate a course. Choose the course from the dropdown list in the '''Course''' column.
# Allocate a course. Choose the course from the dropdown list in the '''Course''' column.
# Define the estimated number of runners or teams (for '''[[Create Relay Courses|Relay Courses]]''') in the corresponding column. This number is used for the calculation of course statistic.
# For '''[[Create Relay Courses|Relay Courses]]''':
# Enter the '''Start numbers''' allocated to this class. This is especially important when setting a '''[[Create Relay Courses|Relay Course]]'''. On the basis of the start numbers, variations get allocated to the teams.
#:Enter the '''Start numbers''' allocated to this class. On the basis of the start numbers, variations get allocated to the teams.
#:Define the estimated number of runners or teams in the corresponding column. This number is used for the calculation of course statistic.
# For '''Normal Courses''':
#:Define the estimated number of runners or teams in the corresponding column. This number is used for the calculation of course statistic.


Click the '''Move Up''' or '''Move Down''' button to move a class up or down in the table. Click the '''Delete''' button to delete the selected class. Click the '''OK''' button to save and quit the dialog.
Click the '''Move Up''' or '''Move Down''' button to move a class up or down in the table. Click the '''Delete''' button to delete the selected class. Click the '''OK''' button to save and quit the dialog.
=== Import Class Assignment ===
=== Import Class Assignment ===
Click the '''Import''' button to import a class assignment file. The file contains two columns with course name and class name. The columns are separated by a semikolon (';') or a tab. OCAD ignores the first header line.  
Click the '''Import''' button to import a class assignment file. The file contains two columns with course name and class name. The columns are separated by a semikolon (';') or a tab. OCAD ignores the first header line.  

Revision as of 10:55, 23 August 2018

This function is available in OCAD Mapping Solution.This function is available in OCAD Orienteering.This function is available in OCAD Starter.This function is available in OCAD Course Setting.

(This function is only available in course setting projects!)

This function is used when different classes use the same course. You will have to define classes and allocate a course to them.


Hint.jpg If you have two Classes (e.g. Women Elite and Women 20) and both have the same Course, it is a common mistake to name the Course WE, W20 and not to create any Classes. You will get troubles with your timing software this way.
Instead you can still name the Course WE, W20 (or simple name it A), but you need to create two Classes (WE and W20) and allocate the same Course to both of them.


  1. Choose the Classes command from the Course Setting menu.
  2. The Classes dialog appears.
    Classes.PNG
  3. Uncheck the Create classes automatically option. If this option is enabled, courses and classes are equal which means that every class has a different course.
  4. Click the Add button to create a new class. A new row is inserted in the table.
  5. Enter a name in the Class column (e.g. M20)
  6. Allocate a course. Choose the course from the dropdown list in the Course column.
  7. For Relay Courses:
    Enter the Start numbers allocated to this class. On the basis of the start numbers, variations get allocated to the teams.
    Define the estimated number of runners or teams in the corresponding column. This number is used for the calculation of course statistic.
  8. For Normal Courses:
    Define the estimated number of runners or teams in the corresponding column. This number is used for the calculation of course statistic.

Click the Move Up or Move Down button to move a class up or down in the table. Click the Delete button to delete the selected class. Click the OK button to save and quit the dialog.

Import Class Assignment

Click the Import button to import a class assignment file. The file contains two columns with course name and class name. The columns are separated by a semikolon (';') or a tab. OCAD ignores the first header line.

Example file:

 Course;Class
 1;M17
 1;M40
 2;W21
 3;W13-14  

Back to the Course Setting for Orienteering page.