Home
last modified time | relevance | path

Searched refs:suggested_solutions (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/ilias/ILIAS-5.4.25/Services/QTI/classes/
H A Dclass.ilQTIItem.php69 public $suggested_solutions; variable in ilQTIItem
82 $this->suggested_solutions = array();
362 …array_push($this->suggested_solutions, array("solution" => $a_solution, "gap_index" => $a_gap_inde…
/dports/www/ilias6/ILIAS-6.14/Services/QTI/classes/
H A Dclass.ilQTIItem.php69 public $suggested_solutions; variable in ilQTIItem
82 $this->suggested_solutions = array();
362 …array_push($this->suggested_solutions, array("solution" => $a_solution, "gap_index" => $a_gap_inde…
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/import/qti12/
H A Dclass.assFileUploadImport.php94 if (count($item->suggested_solutions)) {
95 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assOrderingHorizontalImport.php112 if (count($item->suggested_solutions)) {
113 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assErrorTextImport.php116 if (count($item->suggested_solutions)) {
117 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assFlashQuestionImport.php113 if (count($item->suggested_solutions)) {
114 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assFormulaQuestionImport.php128 if (count($item->suggested_solutions)) {
129 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assNumericImport.php138 if (count($item->suggested_solutions)) {
139 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assLongMenuImport.php185 if (count($item->suggested_solutions)) {
186 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assTextSubsetImport.php156 if (count($item->suggested_solutions)) {
157 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assJavaAppletImport.php147 if (count($item->suggested_solutions)) {
148 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assTextQuestionImport.php154 if (count($item->suggested_solutions)) {
155 foreach ($item->suggested_solutions as $suggested_solution) {
/dports/math/py-or-tools/or-tools-9.2/ortools/math_opt/cpp/
H A Dcallback.cc117 return ConsistentModel(suggested_solutions, result); in model()
126 for (const VariableMap<double>& solution : suggested_solutions) { in Proto()
H A Dcallback.h200 std::vector<VariableMap<double>> suggested_solutions; member
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/import/qti12/
H A Dclass.assFileUploadImport.php94 if (count($item->suggested_solutions)) {
95 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assErrorTextImport.php116 if (count($item->suggested_solutions)) {
117 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assOrderingHorizontalImport.php112 if (count($item->suggested_solutions)) {
113 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assFlashQuestionImport.php113 if (count($item->suggested_solutions)) {
114 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assFormulaQuestionImport.php128 if (count($item->suggested_solutions)) {
129 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assNumericImport.php138 if (count($item->suggested_solutions)) {
139 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assTextSubsetImport.php156 if (count($item->suggested_solutions)) {
157 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assLongMenuImport.php185 if (count($item->suggested_solutions)) {
186 foreach ($item->suggested_solutions as $suggested_solution) {
H A Dclass.assJavaAppletImport.php147 if (count($item->suggested_solutions)) {
148 foreach ($item->suggested_solutions as $suggested_solution) {
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assQuestion.php149 protected $suggested_solutions; variable in assQuestion
319 $this->suggested_solutions = array();
1018 foreach ($this->suggested_solutions as $solution) {
1084 return $this->suggested_solutions;
2485 $this->suggested_solutions = array();
2736 $this->suggested_solutions = array();
2750 return $this->suggested_solutions[$subquestion_index];
2792 $this->suggested_solutions[$subquestion_index] = array(
2807 foreach ($this->suggested_solutions as $index => $solution) {
2962 $this->suggested_solutions[$subquestion_index] = array(
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assQuestion.php149 protected $suggested_solutions; variable in assQuestion
324 $this->suggested_solutions = array();
1041 foreach ($this->suggested_solutions as $solution) {
1107 return $this->suggested_solutions;
2508 $this->suggested_solutions = array();
2760 $this->suggested_solutions = array();
2774 return $this->suggested_solutions[$subquestion_index];
2816 $this->suggested_solutions[$subquestion_index] = array(
2831 foreach ($this->suggested_solutions as $index => $solution) {
2986 $this->suggested_solutions[$subquestion_index] = array(
[all …]

12