{
	"name": "Wellness level",
	"description": "A questionnaire that assesses the athletes' overall well-being and helps to identify areas for improvement or intervention.",
	"created": "2048-02-02T08:00:00Z",
	"modified": "2048-02-02T10:00:00Z",
	"customFields": [
		{
			"handle": "sleepLevel",
			"label": "Sleep level",
			"type": "number",
			"attributes": {
				"min": 1,
				"max": 7
			} 
		},
		{
			"handle": "stressLevel",
			"label": "Stress level",
			"type": "number",
			"attributes": {
				"min": 1,
				"max": 7
			} 
		},
		{
			"handle": "fatigueLevel",
			"label": "Fatigue level",
			"type": "number",
			"attributes": {
				"min": 1,
				"max": 7
			} 
		},
		{
			"handle": "muscleSoreness",
			"label": "Muscle soreness",
			"type": "number",
			"attributes": {
				"min": 1,
				"max": 7
			} 
		}
	],
	"reportTriggers": [
		{
			"eventType": "afterSession",
			"activityType": "https://graph.movelapse.com/1.0/examples/activity-types/interval-training.json"
		},
		{
			"eventType": "afterSession",
			"activityType": "https://graph.movelapse.com/1.0/examples/activity-types/run.json"
		}
	]
}