!7 cmodule AskAboutWords > DynAskUserQuestions { S word; S makeAQuestion() { setField(word := dm_call(dm_actualWordsCRUD(), 'randomWord)); ret "What is the meaning of " + quote(word) + "?"; } S confirmationText() { ret word + " = " + answer; } }