From a0378e4e5256a554cb3b7e79ed0f6f29b4b53aec Mon Sep 17 00:00:00 2001 From: Kostis Pristouris Date: Thu, 25 Oct 2018 21:00:31 +0300 Subject: [PATCH] Add Easy Read to the list of education levels [SWIK-2525] --- lib/isced.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/isced.js b/lib/isced.js index 5473d3c76..a3b9dd435 100644 --- a/lib/isced.js +++ b/lib/isced.js @@ -8,6 +8,7 @@ const supportedCodes = { '7' : 'Masters / postgraduate', '8' : 'Doctoral', '9' : 'Other', + '98' : 'Easy Read', // not part of spec }; export default {