WE MAKE LEARNING POSSIBLE WHEREVER YOU ARE

Our summer 2019 I/GCSE and A-Level results saw some great results.

Our understanding of the seafarer’s way of life and our unique ability to enter students for I/GCSE/A level examinations wherever they find themselves at exam time shows our commitment to making sure they receive the very best support. This year’s results at I/GCSE and A-Level demonstrate just how effective that support is.

Marine Society’s I/GCSE/A-Level courses offer an unmatched level of services with tutor support.

60% of our students sitting exams were Royal Navy/Royal Marines serving personnel, 20% were spouses of Royal Navy personnel and the remaining 20% serve with the RFA/Merchant Navy.

We ensured our learners did not muss exams by arranging for them to be sat on board ships or on RN/RM establishments around the UK or overseas.

How we help you to be where you want to be

- 100% of learners achieved passes at A-Level, with 33% achieving A*- C grades.

- 100% of learners achieved passes at GCSE, with 100% achieving A*- C grades.

No organisation has more experience in delivering learning at sea. We understand the difficulties seafarers face when studying at sea, and we know how important the quality of learning is to them.

“We are proud of the support and expertise we are able to offer seafarers to help them study and achieve qualifications in challenging circumstances. The resources coupled with the support and encourgaement our learners recieve, ensures they have the best chance to succeed.”

Carla Rockson
Head of Seafarer Education

Marine Society is the first in learning and professional development for seafarers, helping them to learn new skills, gain accredited qualifications and realise their full potential.

WE MAKE LEARNING POSSIBLE WHEREVER YOU ARE

WE MAKE LEARNING POSSIBLE WHEREVER YOU ARE

Our summer 2019 I/GCSE and A-Level results saw some great results.

Our understanding of the seafarer’s way of life and our unique ability to enter students for I/GCSE/A level examinations wherever they find themselves at exam time shows our commitment to making sure they receive the very best support. This year’s results at I/GCSE and A-Level demonstrate just how effective that support is.

Marine Society’s I/GCSE/A-Level courses offer an unmatched level of services with tutor support.

60% of our students sitting exams were Royal Navy/Royal Marines serving personnel, 20% were spouses of Royal Navy personnel and the remaining 20% serve with the RFA/Merchant Navy.

We ensured our learners did not muss exams by arranging for them to be sat on board ships or on RN/RM establishments around the UK or overseas.

How we help you to be where you want to be

- 100% of learners achieved passes at A-Level, with 33% achieving A*- C grades.

- 100% of learners achieved passes at GCSE, with 100% achieving A*- C grades.

No organisation has more experience in delivering learning at sea. We understand the difficulties seafarers face when studying at sea, and we know how important the quality of learning is to them.

“We are proud of the support and expertise we are able to offer seafarers to help them study and achieve qualifications in challenging circumstances. The resources coupled with the support and encourgaement our learners recieve, ensures they have the best chance to succeed.”

Carla Rockson
Head of Seafarer Education

Marine Society is the first in learning and professional development for seafarers, helping them to learn new skills, gain accredited qualifications and realise their full potential.

SELECT	(`redirect`.`id`) AS `id`,
	(`redirect`.`source`) AS `source`,
	(`redirect`.`target`) AS `target`,
	(`redirect`.`status`) AS `status`,
	(`redirect`.`publish`) AS `publish`,
	(`redirect`.`discard`) AS `discard`,
	(`redirect`.`created`) AS `created`,
	(`redirect`.`updated`) AS `updated`
FROM `redirect`
WHERE `redirect`.`discard` IS FALSE
AND `redirect`.`publish` IS TRUE
AND `redirect`.`source` = '/articles/2018/08/195-we-make-learning-possible-wherever-you-are'
ORDER BY `redirect`.`id` ASC
LIMIT 1
Command completed in 0.0011990070343018 seconds - 0 row(s) affected.
SELECT	(`article`.`id`) AS `id`,
	(`article`.`post`) AS `post`,
	(`article`.`name`) AS `name`,
	(`article`.`slug`) AS `slug`,
	(`article`.`title`) AS `title`,
	(`article`.`summary`) AS `summary`,
	(`article`.`author`) AS `author`,
	(`article`.`content`) AS `content`,
	(`article`.`image`) AS `image`,
	(`article`.`image_alt`) AS `image_alt`,
	(`article`.`meta_title`) AS `meta_title`,
	(`article`.`meta_description`) AS `meta_description`,
	(`article`.`publish_date`) AS `publish_date`,
	(`article`.`publish`) AS `publish`,
	(`article`.`discard`) AS `discard`,
	(`article`.`updated`) AS `updated`
FROM `article`
WHERE `article`.`id` = '195'
AND `article`.`discard` IS FALSE
AND `article`.`publish` IS TRUE
AND `article`.`publish_date` <= CURRENT_DATE
AND `article`.`post` IS FALSE
Command completed in 0.0007481575012207 seconds - 1 row(s) affected.
SELECT	(`page`.`id`) AS `id`,
	(`page`.`parent`) AS `parent`,
	(`page`.`ordinal`) AS `ordinal`,
	(`page`.`name`) AS `name`,
	(`page`.`title`) AS `title`,
	(`page`.`summary`) AS `summary`,
	(`page`.`content`) AS `content`,
	(`page`.`theme`) AS `theme`,
	(`page`.`meta_title`) AS `meta_title`,
	(`page`.`meta_description`) AS `meta_description`,
	(`page`.`slug`) AS `slug`,
	(`page`.`password`) AS `password`,
	(`page`.`donation_text`) AS `donation_text`,
	(`page`.`donation_amounts`) AS `donation_amounts`,
	(`page`.`grid`) AS `grid`,
	(`page`.`grid_title`) AS `grid_title`,
	(`page`.`static`) AS `static`,
	(`page`.`donate`) AS `donate`,
	(`page`.`publish`) AS `publish`,
	(`page`.`discard`) AS `discard`,
	(`page`.`updated`) AS `updated`,
	(
	SELECT	`image`
	FROM `page_image`
	WHERE `page_image`.`discard` IS FALSE
	AND `page_image`.`publish` IS TRUE
	AND `page_image`.`page_id` = `page`.`id`
	ORDER BY `page_image`.`ordinal` ASC
	LIMIT 1) AS `image`
FROM `page`
WHERE `page`.`discard` IS FALSE
AND `page`.`publish` IS TRUE
ORDER BY `page`.`parent` ASC, `page`.`ordinal` ASC, `page`.`name` ASC, `page`.`id` ASC
Command completed in 0.0045058727264404 seconds - 63 row(s) affected.
SELECT	(`page_image`.`id`) AS `id`,
	(`page_image`.`page_id`) AS `page_id`,
	(`page_image`.`ordinal`) AS `ordinal`,
	(`page_image`.`name`) AS `name`,
	(`page_image`.`title`) AS `title`,
	(`page_image`.`summary`) AS `summary`,
	(`page_image`.`url`) AS `url`,
	(`page_image`.`image`) AS `image`,
	(`page_image`.`image_mobile`) AS `image_mobile`,
	(`page_image`.`image_alt`) AS `image_alt`,
	(`page_image`.`publish`) AS `publish`,
	(`page_image`.`discard`) AS `discard`,
	(`page_image`.`updated`) AS `updated`
FROM `page_image`
WHERE `page_image`.`discard` IS FALSE
AND `page_image`.`publish` IS TRUE
ORDER BY `page_image`.`ordinal` ASC, `page_image`.`name` ASC, `page_image`.`id` ASC
Command completed in 0.0015041828155518 seconds - 62 row(s) affected.
SELECT	(`tag`.`id`) AS `id`,
	(`tag`.`name`) AS `name`,
	(`tag`.`publish`) AS `publish`,
	(`tag`.`discard`) AS `discard`,
	(`tag`.`updated`) AS `updated`
FROM `tag`
WHERE `tag`.`discard` IS FALSE
AND `tag`.`publish` IS TRUE
AND `tag`.`id` IN (
	SELECT	`tag_id`
	FROM `article_tag`
	WHERE `article_tag`.`article_id` = 195)
ORDER BY `tag`.`name` ASC, `tag`.`id` ASC
Command completed in 0.0010199546813965 seconds - 0 row(s) affected.
SELECT	(`article`.`id`) AS `id`,
	(`article`.`post`) AS `post`,
	(`article`.`name`) AS `name`,
	(`article`.`slug`) AS `slug`,
	(`article`.`title`) AS `title`,
	(`article`.`summary`) AS `summary`,
	(`article`.`author`) AS `author`,
	(`article`.`content`) AS `content`,
	(`article`.`image`) AS `image`,
	(`article`.`image_alt`) AS `image_alt`,
	(`article`.`meta_title`) AS `meta_title`,
	(`article`.`meta_description`) AS `meta_description`,
	(`article`.`publish_date`) AS `publish_date`,
	(`article`.`publish`) AS `publish`,
	(`article`.`discard`) AS `discard`,
	(`article`.`updated`) AS `updated`
FROM `article`
WHERE `article`.`discard` IS FALSE
AND `article`.`publish` IS TRUE
AND `article`.`publish_date` <= CURRENT_DATE
AND `article`.`post` IS FALSE
AND `article`.`id` IN (
	SELECT	`target`
	FROM `article_article`
	WHERE `article_article`.`source` = 195)
ORDER BY `article`.`publish_date` DESC, `article`.`id` DESC
Command completed in 0.0017950534820557 seconds - 0 row(s) affected.
SELECT	(`notice`.`id`) AS `id`,
	(`notice`.`ordinal`) AS `ordinal`,
	(`notice`.`name`) AS `name`,
	(`notice`.`title`) AS `title`,
	(`notice`.`content`) AS `content`,
	(`notice`.`image`) AS `image`,
	(`notice`.`button_text`) AS `button_text`,
	(`notice`.`button_link`) AS `button_link`,
	(`notice`.`position`) AS `position`,
	(`notice`.`icon`) AS `icon`,
	(`notice`.`publish_date`) AS `publish_date`,
	(`notice`.`publish_until`) AS `publish_until`,
	(`notice`.`publish`) AS `publish`,
	(`notice`.`discard`) AS `discard`,
	(`notice`.`updated`) AS `updated`
FROM `notice`
WHERE `notice`.`discard` IS FALSE
AND `notice`.`publish` IS TRUE
AND `notice`.`publish_until` >= CURRENT_DATE
ORDER BY `notice`.`publish_date` DESC, `notice`.`id` DESC
LIMIT 1
Command completed in 0.00086092948913574 seconds - 0 row(s) affected.