BuildQuestion() public method

public BuildQuestion ( QLMemory memory, string name, string label, bool isComputed = false ) : void
memory QLMemory
name string
label string
isComputed bool
return void
 public override void Build(QLGuiBuilder guiBuilder)
 {
     guiBuilder.BuildQuestion(Memory, Name, Label, true);
 }