{
	"soundList": {
		"soundOK": "quiz/PQ011/sound/snd_OK.mp3",
		"soundNG": "quiz/PQ011/sound/snd_NG.mp3"
	},

	"imageList": {
		"imgPosterStart": {
			"path": "quiz/PQ011/img/pos.png",
			"bounds": [ 192, 108, 1536, 864 ]
		},
 		"imgPoster1": {
			"path": "quiz/PQ011/img/cap_01.png",
			"bounds": [ 192, 108, 1536, 864 ]
		},
		"imgPoster2": {
			"path": "quiz/PQ011/img/cap_02.png",
			"bounds": [ 192, 108, 1536, 864 ]
		},
		"imgTitle": {
			"path": "quiz/PQ011/img/title.png",
			"bounds": [ 0, 0, 1920, 1080 ]
		},

		"img01": {
			"path": "quiz/PQ011/img/txt_01.png",
			"bounds": [ 108, 98, 1700, 360 ]
		},
		"img01A": {
			"path": "quiz/PQ011/img/btn_01_A.png",
			"bounds": [ 68, 740, 564, 263 ]
		},
		"img01B": {
			"path": "quiz/PQ011/img/btn_01_B.png",
			"bounds": [ 682, 740, 564, 263 ]
		},
		"img01C": {
			"path": "quiz/PQ011/img/btn_01_C.png",
			"bounds": [ 1298, 740, 564, 263 ]
		},

		"img02": {
			"path": "quiz/PQ011/img/txt_02.png",
			"bounds": [ 108, 98, 1700, 360 ]
		},
		"img02A": {
			"path": "quiz/PQ011/img/btn_02_A.png",
			"bounds": [ 68, 740, 564, 263 ]
		},
		"img02B": {
			"path": "quiz/PQ011/img/btn_02_B.png",
			"bounds": [ 682, 740, 564, 263 ]
		},
		"img02C": {
			"path": "quiz/PQ011/img/btn_02_C.png",
			"bounds": [ 1298, 740, 564, 263 ]
		},

		"imgFrameTop": {
			"path": "quiz/PQ011/img/qz_frame_top.gif",
			"bounds": [ 0, 0, 1920, 84 ]
		},
		"imgFrameBottom": {
			"path": "quiz/PQ011/img/qz_frame_bottom.gif",
			"bounds": [ 0, 996, 1920, 84 ]
		},
		"imgFrameInTop": {
			"path": "quiz/PQ011/img/qz_frameIn_top.gif",
			"bounds": [ 0, 0, 1920, 84 ]
		},
		"imgFrameInBottom": {
			"path": "quiz/PQ011/img/qz_frameIn_bottom.gif",
			"bounds": [ 0, 996, 1920, 84 ]
		},
		"imgFrameOutTop": {
			"path": "quiz/PQ011/img/qz_frameOut_top.gif",
			"bounds": [ 0, 0, 1920, 84 ]
		},
		"imgFrameOutBottom": {
			"path": "quiz/PQ011/img/qz_frameOut_bottom.gif",
			"bounds": [ 0, 996, 1920, 84 ]
		},
		"imgOK": {
			"path": "quiz/PQ011/img/qz_OK.gif",
			"bounds": [ 324, 0, 1280, 800 ]
		},
		"imgNG": {
			"path": "quiz/PQ011/img/qz_NG.gif",
			"bounds" :[ 562, 0, 800, 800 ]
		},
		"imgNext": {
			"path": "quiz/PQ011/img/qz_next.png",
			"bounds": [ 486, 268, 997, 552 ]
		}
	},
    
	"screens": {
		"SCREEN_TITLE": {
			"type": "auto",
			"time": 2000,
			"images": [ "imgTitle" ],
			"nextScreen": "RETURN_TO_MOVIE"
		},
		"SCREEN_01": {
			"type": "userInput",
			"buttons": [
				{
					"image": "img01A",
					"nextScreen": "SCREEN_01_NG",
					"point": 0
				},
				{
					"image": "img01B",
					"nextScreen": "SCREEN_01_OK",
					"point": 50
				},
				{
					"image": "img01C",
					"nextScreen": "SCREEN_01_NG",
					"point": 0
				}
			],
			"images": [ "imgFrameInTop", "imgFrameInBottom", "img01" ]
		},
		"SCREEN_01_OK": {
			"type": "auto",
			"time": 2000,
			"sound": "soundOK",
			"images": [ "imgFrameTop", "imgFrameBottom", "img01A", "img01B", "img01C", "img01", "imgOK" ],
			"nextScreen": "SCREEN_01_AFTER"
		},
		"SCREEN_01_NG": {
			"type": "auto",
			"time": 2000,
			"sound": "soundNG",
			"images": [ "imgFrameTop", "imgFrameBottom", "img01A", "img01B", "img01C", "img01", "imgNG" ],
			"nextScreen": "SCREEN_01_AFTER"
		},
		"SCREEN_01_AFTER": {
			"type": "auto",
			"time": 2000,
			"images": [ "imgFrameOutTop", "imgFrameOutBottom" ],
			"nextScreen": "SCREEN_01_NEXT"
		},
		"SCREEN_01_NEXT": {
			"type": "auto",
			"time": 1500,
			"images": [ "imgNext" ],
			"nextScreen": "RETURN_TO_MOVIE"
		},
 		"SCREEN_02": {
			"type": "userInput",
			"buttons": [
				{
					"image": "img02A",
					"nextScreen": "SCREEN_02_NG",
					"point": 0
				},
				{
					"image": "img02B",
					"nextScreen": "SCREEN_02_OK",
					"point": 50
				},
				{
					"image": "img02C",
					"nextScreen": "SCREEN_02_NG",
					"point": 0
				}
			],
			"images": [ "imgFrameInTop", "imgFrameInBottom", "img02" ]
		},
		"SCREEN_02_OK": {
			"type": "auto",
			"time": 2000,
			"sound": "soundOK",
			"images": [ "imgFrameTop", "imgFrameBottom", "img02A", "img02B", "img02C", "img02" , "imgOK" ],
			"nextScreen": "SCREEN_02_AFTER"
		},
		"SCREEN_02_NG": {
			"type": "auto",
			"time": 2000,
			"sound": "soundNG",
			"images": [ "imgFrameTop", "imgFrameBottom", "img02A", "img02B", "img02C", "img02" , "imgNG" ],
			"nextScreen": "SCREEN_02_AFTER"
		},
		"SCREEN_02_AFTER": {
			"type": "auto",
			"time": 2000,
			"images": [ "imgFrameOutTop", "imgFrameOutBottom" ],
			"nextScreen": "SCREEN_02_NEXT"
		},
		"SCREEN_02_NEXT": {
			"type": "auto",
			"time": 1500,
			"images": [ "imgNext" ],
			"nextScreen": "RETURN_TO_MOVIE"
		}
	},

	"poster": "imgPosterStart",	 
	"title": "SCREEN_TITLE",
	"scenario": [
		{ "time": 27.0, "scene": "SCREEN_01", "poster": "imgPoster1" },
		{ "time": 32.0, "scene": "SCREEN_02", "poster": "imgPoster2" }
	]
}
