This commit is contained in:
@ -62,6 +62,7 @@ export function glassSymptomAnswerValue(raw, symptomKey) {
|
||||
export function buildResultColumns(questions) {
|
||||
const cols = [];
|
||||
for (const q of questions || []) {
|
||||
if (q.type === 'last_page') continue;
|
||||
const cfg = parseQuestionConfig(q);
|
||||
const symptoms = cfg.symptoms;
|
||||
if (q.type === 'glass_scale_question' && Array.isArray(symptoms) && symptoms.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user