GSA Member Survey Results

GSA Member Survey Results


In September 2019, the Global Shea Alliance conducted an online survey to gather member feedback on current and future activities.  To better serve our members and help guide our current and future activities the survey was sent to all 500 members, out of which 285 responded. The full results have been collated anonymously into a full report and serves as the basis for this executive summary. 

Download...


Copyright © Global Shea Alliance | All rights reserved

C const popup = document.querySelector('.popup'); const close = document.querySelector('.close'); window.onload = function(){ setTimeout(function(){ popup.style.display = "block"; }, 2000) } close.addEventListener('click',()=>{ popup.style.display = 'none'; })