# it'd be nice to have a useful default but it screws up other things; so,
# use display_name_with_default for those
default="Video Title"
default="Video"
)
data=String(help="XML data for the problem",
data=String(
help="XML data for the problem",
default='',
scope=Scope.content)
scope=Scope.content
)
position=Integer(help="Current position in the video",scope=Scope.user_state,default=0)
show_captions=Boolean(help="This controls whether or not captions are shown by default.",display_name="Show Captions",scope=Scope.settings,default=True)
youtube_id_1_0=String(help="This is the Youtube ID reference for the normal speed video.",display_name="Default Speed",scope=Scope.settings,default="OEoXaMPEzfM")