Hi
Thank you for the reply.
This should be the returned text to Case 0
“The study contains no weaknesses
Based on this result you should conclude that the trustworthiness of the study is high (90%).
This means there is a 10% chance that alternative explanations for the effect found are possible.”
(function(){
switch(fieldname5){
case 1: return “number one”;
case 2: return “number two”;
case 3: return “number three”;
case 0: return “Number zero”;
default: return “”;
}
})()