<# } #> <# if ( ! _.isEmpty( data.model.m4a ) ) { if ( ! _.isUndefined( html5types.m4a ) ) { delete html5types.m4a; } #>
  • Có kinh nghiệm gần 3 năm du học tại Australia
  • Tốt nghiệp đại học RMIT
  • Có bằng Tesol về giảng dạy Tiếng Anh
  • Có kinh nghiệm dạy kèm gia sư và dạy trung tâm
  • Phát âm Mỹ, lưu loát

= settings.contentWidth ) { w = settings.contentWidth; } else { w = data.model.width; } if ( w !== data.model.width ) { h = Math.ceil( ( data.model.height * w ) / data.model.width ); } else { h = data.model.height; } if ( w ) { w_rule = 'width: ' + w + 'px; '; } if ( isYouTube ) { classes.push( 'youtube-video' ); } if ( isVimeo ) { classes.push( 'vimeo-video' ); } #>

width="{{ w }}"

<# } #>

<# if ( h ) { #>

height="{{ h }}"

<# } #>

<# if ( ! _.isUndefined( data.model.poster ) && data.model.poster ) { #>

poster="{{ data.model.poster }}"

<# } #>

preload ="{{ _.isUndefined( data.model.preload ) ? 'metadata' : data.model.preload }}"

<# if ( ! _.isUndefined( data.model.autoplay ) && data.model.autoplay ) { #>

autoplay

<# } if ( ! _.isUndefined( data.model.loop ) && data.model.loop ) { #>

loop

<# } #>

>

<# } #>