diff --git a/data/README.md b/data/README.md index de002f6..4a31f73 100644 --- a/data/README.md +++ b/data/README.md @@ -1,2 +1,4 @@ # Data -Backend data is placed in this repository. Currently this consists of the auditory training resources \ No newline at end of file +Backend data is placed in this repository. Currently this consists of the auditory training resources + +Utilize `base_template.xlsx` as your starting point when creating auditory training resource data in excell form. This structure is what the upload script will look for. If your excell sheet is missing any of these required fields the sheet parser will fail and notify you that the upload could not complete. \ No newline at end of file diff --git a/data/atr_data.xlsx b/data/atr_data.xlsx index 28ae70c..ab84c13 100644 Binary files a/data/atr_data.xlsx and b/data/atr_data.xlsx differ diff --git a/data/base_template.xlsx b/data/base_template.xlsx new file mode 100644 index 0000000..5ccbfe5 Binary files /dev/null and b/data/base_template.xlsx differ