static Set allSmartQuestions() { Map concepts = safeLoadConcepts("#1005320"); new TreeSet set; for (O ul : valuesOfType(concepts, "main$UserLine")) { S q = getString(ul, "text"); if (nempty(q)) set.add(q); } ret set; }