options = [

  "Risk-based questionnaires"

  "Use of risk management tool or software"

  "Conducting research"

]



if [m1].flat().filter( (v) -> options.includes v).length && m2 == "No"

  "Yes"

else

  "No"