diff --git a/grading_data_generator.go b/grading_data_generator.go index a30b8da..fa951d4 100644 --- a/grading_data_generator.go +++ b/grading_data_generator.go @@ -613,7 +613,7 @@ func GenerateSectionData(config Config, users []User) []Section { my_section := course_information[rand.Intn(len(course_information))] my_section.SectionID = sectionIDs[i] my_section.Instructor = instructorUIDs[rand.Intn(len(instructorUIDs))] - my_section.CourseType = course_type[rand.Intn(len(course_type))] + my_section.CourseType = "default" my_section.GradesDue = dueDates[rand.Intn(len(dueDates))] sections[i] = my_section