def science(): text = (course.writeHTML('science')) return (text)
def socialsciences(): text = (course.writeHTML('social-sciences')) return (text)
def engineering(): text = (course.writeHTML('engineering')) return (text)
def health(): text = (course.writeHTML('health')) return (text)
def artanddesign(): text = (course.writeHTML('art-and-design')) return (text)
def programmingandsoftwaredevelopment(): text = (course.writeHTML('programming-and-software-development')) return (text)
def personaldevelopment(): text = (course.writeHTML('personal-development')) return (text)
def datascience(): text = (course.writeHTML('data-science')) return (text)
def humanities(): text = (course.writeHTML('humanities')) return (text)
def business(): text = (course.writeHTML('business')) return (text)
def cs(): text = (course.writeHTML('cs')) return (text)