<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New CELT Workshop</title>

	<variable-list>
		<variable section="File Configuration" name="filename" alt="Enter a filename using only lowercase letters, numbers, dashes.">newfile</variable>		

		<!-- Workshop Info -->
		<variable name="workshop-title" type="text" prompt="Title of Workshop" alt="Short text title of workshop" section="Workshop Info"></variable>		
		<variable name="workshop-desc" type="text" prompt="Description" alt="Description of Workshop" rows="10" editor="yes"></variable>
		<variable name="workshop-outcomes" type="text" prompt="Outcomes" alt="Outcomes for Participants" rows="10" editor="yes"></variable>
		<variable name="workshop-logo" type="filechooser" prompt="Icon/Logo" alt="Image or Logo icon" path="/sbroot/celt/_images/"></variable>

		<!-- Workshop Archive -->
		<variable name="workshop-archive1" type="text" prompt="Archived Video" alt="Video of recent version of workshop" section="Workshop Archives"></variable>
		<variable name="workshop-archive2" type="text" prompt="Archived Slides" alt="Presentation slides of a recent version of workshop"></variable>
		<variable name="workshop-archive3" type="text" prompt="Archived Handout 1" alt="Handout from a recent version of workshop"></variable>
		<variable name="workshop-archive4" type="text" prompt="Archived Handout 2" alt="Second Handout from a recent versioh of the workshop"></variable>

		<!-- Workshop Series -->
		<variable name="workshop-series-q" type="select" prompt="Workshop Series?" alt="Is this workshop part of a series?" section="Workshop Series">
			<option value=""></option>
			<option value="No">No</option>
			<option value="Yes">Yes</option>
		</variable>
		<variable name="workshop-series-type" type="text" prompt="Workshop Series Selection" alt="Which series is this workshop part of?"></variable>

		<!--Upcoming Workshop-->
		<variable name="workshop-upcoming-q" type="select" prompt="Workshop Upcoming?" alt="Is this workshop coming up soon?" section="Upcoming Workshops">
			<option value=""></option>
			<option value="No">No</option>
			<option value="Yes">Yes</option>
		</variable>
		<variable name="workshop-day" type="checkbox" prompt="Day" alt="Day workshop takes place">
			<option value="Monday">Monday</option>
			<option value="Tuesday">Tuesday</option>
			<option value="Wednesday">Wednesday</option>
			<option value="Thursday">Thursday</option>
			<option value="Friday">Friday</option>
		</variable>
		<variable name="workshop-date" type="date" prompt="Date" alt="Date workshop takes place"></variable>
		<variable name="workshop-start-time" type="time" prompt="Start Time" alt="Start time of workshop"></variable>
		<variable name="workshop-end-time" type="time" prompt="End Time" alt="End time of workshop"></variable>
		<variable name="workshop-location" type="text" prompt="Location of Workshop" alt="Location of Workshop"></variable>
		<variable name="workshop-instructor" type="text" prompt="Instructor of Workshop" alt="Instructor of Workshop"></variable>

		<!--Workshop Details-->
		<variable name="workshop-audience" type="checkbox" prompt="Intended Audience" alt="Audience" section="Workshop Details">
			<option value="Faculty">Faculty</option>
			<option value="Teaching Assisstant">Teaching Assisstant</option>
			<option value="Student">Student</option>
		</variable>
		<variable name="workshop-experience" type="checkbox" prompt="Intended Experience Level" alt="Experience Level">
			<option value="Beginner">Beginner</option>
			<option value="Intermediate">Intermediate</option>
			<option value="Advanced">Advanced</option>
		</variable>		
		<variable name="workshop-type" type="checkbox" prompt="Type of Workshop" alt="Type of Workshop">
			<option value="Instructional Design">Instructional Design</option>
			<option value="Instructional Technology">Instructional Technology</option>
			<option value="Assessment">Assessment</option>
		</variable>
		<variable name="workshop-topic" type="checkbox" prompt="Intended Topic of Workshop" alt="Content of Workshop">
			<option value="Online Classes">Online Classes</option>
			<option value="Face-to-Face Classes">Face-to-Face Classes</option>
			<option value="Hybrid/Flipped Classes">Hybrid/Flipped Classes</option>
		</variable>			
	</variable-list>

	<template-list>
		<template promt-prefix="New CELT Workshop" 
				  display-group="no" 
				  filename="{filename}" 
				  extension="pcf" 
				  display-extension="no" 
				  publish="no"
				  >celt-workshop.tmpl</template>
	</template-list>

	<navigation-list>
		<include>_navigationlist.inc</include>
	</navigation-list>
</tcf>