In order to upload a curriculum or degree plan to the Curricular Analytics site, you simply need to specify them in a CSV file, and then upload them to your account.
What's the difference between a curriculum and a degree plan?
CSV files store data as comma-separated values, allowing data to be presented in tabular form. You can create CSV files with either a text editor or by using your favorite spreadsheet program. The specific formats required to specify a curriculum or a degree plan are provided below, along with examples.
After hitting the upload button, the file format will be analyzed for any errors, and if there are none, the curriculum or degree plan will be stored so that you can visualize it.
The CSV file format used to store curricula is shown below:
The elements shown in boldface are required keywords that must appear in the curriculum CSV file, while the italicized elements are user supplied arguments. The italicized elements stipulate the input type, and whether or not the argument is required.
More specifically, the data that is expected to follow each keyword provided in the curriculum CSV file is described next:
Below is an example curriculum file that uses this format (download the file).
Column A course ID numbers are referenced in columns E, F, and G rather than the quantity or specific names of courses.
In the example below:
The CSV file format used to store degree plans is shown below:
The elements shown in boldface are required keywords that must appear in the degree plan CSV file, while the italicized elements are user supplied arguments. Notice that the italicized elements stipulate the input type, and whether or not the argument is required.
The data that is expected to follow each keyword provided in the degree plan CSV file is the same as those for curriculum CSV file above, with some additions:
Below is an example degree plan file that uses the aforedescribed format, but does not include additional courses (download the file):
This degree plan satisfies the curriculum shown in the previous section. That is, if a student follows this degree plan, they will complete the curriculum.