-- card: 11807 from stack: in -- bmap block id: 13461 -- flags: 4000 -- background id: 8367 -- name: Question Help -- part 1 (field) -- low flags: 01 -- high flags: 0001 -- rect: left=43 top=81 right=247 bottom=465 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 14 -- style flags: 256 -- line height: 18 -- part name: -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=95 top=250 right=277 bottom=416 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp show card field "Answers" end mouseUp -- part 3 (field) -- low flags: 81 -- high flags: 0002 -- rect: left=141 top=256 right=339 bottom=364 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Answers ----- HyperTalk script ----- on mouseUp hide card field "Answers" end mouseUp -- part contents for background part 1 ----- text ----- Questions -- part contents for card part 1 ----- text ----- Each Fact in HyperX has a special card associated with it known as it's Question card. During a consultation, when HyperX needs to know the value of a Fact, it will go to it's Question card. A Question card usually has two answer buttons on it, like the ones below. If there is no Question for a Fact, HyperX will ask it's generic Question. After the user presses one of the answer buttons, HyperX will resume the consultation. -- part contents for card part 3 ----- text ----- Pressing one of these buttons will assign the value of either true or false to the Fact this Question card belongs to. The consultation will then continue.