Advice and Guidance

Matrix

Independent and impartial advice

Marine Society recognises the need for seafarers to be able to receive independent and impartial advice with their lifelong learning and educational needs, careers advice and continuing professional development.

We work with education providers, employers and professional organisations to obtain the best impartial information, advice and guidance that we can to assist you with your enquiries.

If you would like any information advice or guidance contact us.

Alternatively, if you would like to speak to someone please call: 0207 654 7050

Our unique and tailored pathway helps you get the most out of your learning experience as you investigate your study options. The advice and guidance we give is free, confidential and comes with no commitment.

Our impartial service helps thousands of seafarers each year, it is quality recognised and is accredited to the quality Matrix Standard for information advice and guidance.

Please see our FAQs below. Click on the blue rectangular boxes to find the answer to each question. If you have any queries that are not covered, please contact our dedicated team on either learning@ms-sc.org or 0207 654 7050.

    • For seafaring qualifications, refer to our funding page for options available through the Marine Society (including JW Slater Scholarship) and the eligibility criteria.

    • If you are a British seafarer working abroad but normally resident in the UK  and hold a British passport, you can apply for funding.

    • Please note that as from June 15th 2020 we no longer offer GCSE/A level distance learning provision including exam facilitation. Please contact Oxford Open Learning www.ool.co.uk (http://www.ool.co.uk) if you have any enquiries regarding these courses. Private Candidates should contact the relevant examination board who can provide a list of private candidate exams centres.

       

    • As a charity that supports seafarers, we understand that studying can be difficult, especially at sea or during short-notice drafts. Distance learning allows you to study wherever you are in the world, giving you an opportunity to develop your skills and understanding without needing to attend regular lessons. Each course will come with its own requirements, but our advisors will be happy to help explain how we can support your learning wherever you find yourself and with any course – from upskilling programmes to post graduate degrees.

    • We no longer offer an exam centre provision. We advise you to contact the awarding bodies directly (AQA, EDEXCEL/PEARSON, CIE, OCR) who can provide a list of private candidate exam centres.

      AQA

      Pearson (Edexcel)

      CIE 

      OCR

    • For enquiries relating to higher education, including top up degree course please visit https://www.marine-society.org/degrees 

    • For enquiries relating to bursaries or financial support for further study please visit https://www.marine-society.org/funding 

    • For enquiries relating to the JW Slater Scholarship or STCW professional qualifications please visit https://www.marine-society.org/slater-scholarship 

    • Our Learn@Sea platform offers a range of practical short courses that can help you to improve your knowledge and skills in a wide range of subjects that are maritime contextualised. Our award-winning apps can be studied anywhere at any time.

      For more information on how to subscribe and the list of courses please click here. 

    • Yes. With three clicks you can subscribe to any or all of our 15 Learn@Sea, bite-sized, portable courses.  Click here to see the full range of courses.

      Our award-winning content is designed to help you prepare for an exam or upskill.

    • This is a Diagnostic tool to help you identify strengths and weaknesses in core skills, focussing on numeracy and literacy. It comes free with your subscription to any Learn@Sea course. We recommend that you do this first. Click here to find it in your resources page.

    • Yes we do. Take your pick from our specialist courses and manage your stats with your own dashboard. Click here to purchase discounted Learn@Sea courses and find out about the different prices.

      Every member of your crew that you add gets free access to the Skills Radar and Modern Slavery@Sea courses. 

)
SELECT	(`label`.`id`) AS `id`,
	(`label`.`name`) AS `name`,
	(`label`.`path`) AS `path`,
	(`label`.`source`) AS `source`,
	(`label`.`content`) AS `content`,
	(`label`.`block`) AS `block`,
	(`label`.`discard`) AS `discard`
FROM `label`
WHERE `label`.`discard` IS FALSE
AND (`label`.`path` = ''
	OR '/advice-and-guidance' LIKE `label`.`path`)
ORDER BY `label`.`name` ASC, `label`.`path` ASC
Command completed in 0.0028619766235352 seconds - 292 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.0042598247528076 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.00091814994812012 seconds - 62 row(s) affected.
SELECT	(`page_section`.`id`) AS `id`,
	(`page_section`.`page_id`) AS `page_id`,
	(`page_section`.`ordinal`) AS `ordinal`,
	(`page_section`.`type`) AS `type`,
	(`page_section`.`content`) AS `content`,
	(`page_section`.`publish`) AS `publish`,
	(`page_section`.`discard`) AS `discard`,
	(`page_section`.`updated`) AS `updated`,
	(`page`.`name`) AS `page_name`
FROM `page_section`
INNER JOIN `page` ON `page`.`id` = `page_section`.`page_id` AND `page`.`discard` IS FALSE AND `page`.`publish` IS TRUE
WHERE `page_section`.`discard` IS FALSE
AND `page_section`.`publish` IS TRUE
AND `page_section`.`page_id` = 167
ORDER BY `page_section`.`ordinal` ASC, `page_section`.`id` ASC
Command completed in 0.0010449886322021 seconds - 1 row(s) affected.
SELECT	(`page_section_slide`.`id`) AS `id`,
	(`page_section_slide`.`page_section_id`) AS `page_section_id`,
	(`page_section_slide`.`ordinal`) AS `ordinal`,
	(`page_section_slide`.`name`) AS `name`,
	(`page_section_slide`.`title`) AS `title`,
	(`page_section_slide`.`content`) AS `content`,
	(`page_section_slide`.`image`) AS `image`,
	(`page_section_slide`.`image_alt`) AS `image_alt`,
	(`page_section_slide`.`video`) AS `video`,
	(`page_section_slide`.`publish`) AS `publish`,
	(`page_section_slide`.`discard`) AS `discard`,
	(`page_section_slide`.`updated`) AS `updated`
FROM `page_section_slide`
WHERE `page_section_slide`.`discard` IS FALSE
AND `page_section_slide`.`publish` IS TRUE
AND `page_section_slide`.`page_section_id` IN (91)
ORDER BY `page_section_slide`.`ordinal` ASC, `page_section_slide`.`name` ASC, `page_section_slide`.`id` ASC
Command completed in 0.00098419189453125 seconds - 0 row(s) affected.
SELECT	(`faq`.`id`) AS `id`,
	(`faq`.`parent`) AS `parent`,
	(`faq`.`ordinal`) AS `ordinal`,
	(`faq`.`name`) AS `name`,
	(`faq`.`content`) AS `content`,
	(`faq`.`publish`) AS `publish`,
	(`faq`.`discard`) AS `discard`,
	(`faq`.`updated`) AS `updated`
FROM `faq`
WHERE `faq`.`discard` IS FALSE
AND `faq`.`publish` IS TRUE
AND `faq`.`parent` IS NOT NULL
ORDER BY `faq`.`parent` ASC, `faq`.`ordinal` ASC, `faq`.`name` ASC, `faq`.`id` ASC
Command completed in 0.0018339157104492 seconds - 124 row(s) affected.
SELECT	(`page_section_faq`.`page_section_id`) AS `page_section_id`,
	(`page_section_faq`.`faq_id`) AS `faq_id`
FROM `page_section_faq`
WHERE `page_section_faq`.`page_section_id` = 91
Command completed in 0.0007169246673584 seconds - 1 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.00088906288146973 seconds - 0 row(s) affected.
SELECT	(`page_section`.`id`) AS `id`,
	(`page_section`.`page_id`) AS `page_id`,
	(`page_section`.`ordinal`) AS `ordinal`,
	(`page_section`.`type`) AS `type`,
	(`page_section`.`content`) AS `content`,
	(`page_section`.`publish`) AS `publish`,
	(`page_section`.`discard`) AS `discard`,
	(`page_section`.`updated`) AS `updated`,
	(`page`.`name`) AS `page_name`
FROM `page_section`
INNER JOIN `page` ON `page`.`id` = `page_section`.`page_id` AND `page`.`discard` IS FALSE AND `page`.`publish` IS TRUE
WHERE `page_section`.`discard` IS FALSE
AND `page_section`.`publish` IS TRUE
AND `page_section`.`page_id` = 167
ORDER BY `page_section`.`ordinal` ASC, `page_section`.`id` ASC
Command completed in 0.00068402290344238 seconds - 1 row(s) affected.
SELECT	(`page_section_slide`.`id`) AS `id`,
	(`page_section_slide`.`page_section_id`) AS `page_section_id`,
	(`page_section_slide`.`ordinal`) AS `ordinal`,
	(`page_section_slide`.`name`) AS `name`,
	(`page_section_slide`.`title`) AS `title`,
	(`page_section_slide`.`content`) AS `content`,
	(`page_section_slide`.`image`) AS `image`,
	(`page_section_slide`.`image_alt`) AS `image_alt`,
	(`page_section_slide`.`video`) AS `video`,
	(`page_section_slide`.`publish`) AS `publish`,
	(`page_section_slide`.`discard`) AS `discard`,
	(`page_section_slide`.`updated`) AS `updated`
FROM `page_section_slide`
WHERE `page_section_slide`.`discard` IS FALSE
AND `page_section_slide`.`publish` IS TRUE
AND `page_section_slide`.`page_section_id` IN (91)
ORDER BY `page_section_slide`.`ordinal` ASC, `page_section_slide`.`name` ASC, `page_section_slide`.`id` ASC
Command completed in 0.00093913078308105 seconds - 0 row(s) affected.
SELECT	(`faq`.`id`) AS `id`,
	(`faq`.`parent`) AS `parent`,
	(`faq`.`ordinal`) AS `ordinal`,
	(`faq`.`name`) AS `name`,
	(`faq`.`content`) AS `content`,
	(`faq`.`publish`) AS `publish`,
	(`faq`.`discard`) AS `discard`,
	(`faq`.`updated`) AS `updated`
FROM `faq`
WHERE `faq`.`discard` IS FALSE
AND `faq`.`publish` IS TRUE
AND `faq`.`parent` IS NOT NULL
ORDER BY `faq`.`parent` ASC, `faq`.`ordinal` ASC, `faq`.`name` ASC, `faq`.`id` ASC
Command completed in 0.0013420581817627 seconds - 124 row(s) affected.
SELECT	(`page_section_faq`.`page_section_id`) AS `page_section_id`,
	(`page_section_faq`.`faq_id`) AS `faq_id`
FROM `page_section_faq`
WHERE `page_section_faq`.`page_section_id` = 91
Command completed in 0.00062203407287598 seconds - 1 row(s) affected.
SELECT	(`banner`.`id`) AS `id`,
	(`banner`.`name`) AS `name`,
	(`banner`.`url`) AS `url`,
	(`banner`.`image`) AS `image`,
	(`banner`.`image_alt`) AS `image_alt`,
	(`banner`.`publish`) AS `publish`,
	(`banner`.`discard`) AS `discard`,
	(`banner`.`updated`) AS `updated`,
	(`page_banner`.`ordinal`) AS `ordinal`
FROM `banner`
INNER JOIN `page_banner` ON `page_banner`.`banner_id` = `banner`.`id` AND `page_banner`.`page_id` = 167
WHERE `banner`.`discard` IS FALSE
AND `banner`.`publish` IS TRUE
AND `banner`.`id` IN (
	SELECT	`banner_id`
	FROM `page_banner`
	WHERE `page_banner`.`page_id` = 167)
ORDER BY `page_banner`.`ordinal` ASC, `banner`.`name` ASC
Command completed in 0.00084018707275391 seconds - 0 row(s) affected.