This function creates a new course/project and creates template folders and files for quizzes to be filled by the teacher
create_course(coursename, courselocation = NULL)
Name of course to be created this will be the main folder name and will contain sub-folders for all the materials
The location where the new course folder is to be created
The function creates folders an files for the new course. The function returns a list containing error or success information. If things went well, the list element status is 0 and a the list element message is a string specifying the location of the new course folder. Otherwise an error status of 1 and an error message is returned.