예제 #1
0
 protected function get_contains_select_expectation($name, $choices, $selected = null, $enabled = null)
 {
     $fullname = $this->quba->get_field_prefix($this->slot) . $name;
     return new question_contains_select_expectation($fullname, $choices, $selected, $enabled);
 }