Home
last modified time | relevance | path

Searched refs:a_shuffle (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/ilias/ILIAS-5.4.25/Services/QTI/classes/
H A Dclass.ilQTIRenderChoice.php52 public function setShuffle($a_shuffle) argument
54 switch (strtolower($a_shuffle)) {
/dports/www/ilias6/ILIAS-6.14/Services/QTI/classes/
H A Dclass.ilQTIRenderChoice.php52 public function setShuffle($a_shuffle) argument
54 switch (strtolower($a_shuffle)) {
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assClozeGap.php281 * @param boolean $a_shuffle Shuffle state
283 public function setShuffle($a_shuffle = true) argument
285 $this->shuffle = (bool) $a_shuffle;
H A Dclass.assFlashQuestion.php595 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
599 …return $export->toXML($a_include_header, $a_include_binary, $a_shuffle, $test_output, $force_image…
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assClozeGap.php281 * @param boolean $a_shuffle Shuffle state
283 public function setShuffle($a_shuffle = true) argument
285 $this->shuffle = (bool) $a_shuffle;
H A Dclass.assFlashQuestion.php601 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
605 …return $export->toXML($a_include_header, $a_include_binary, $a_shuffle, $test_output, $force_image…
/dports/audio/quimup/Quimup_1.4.4_source/src/
H A Dqm_playlistview.cpp97 a_shuffle = new QAction(context_menu); in qm_plistview()
98 a_shuffle->setText(tr("Shuffle list")); in qm_plistview()
99 a_shuffle->setIcon(QIcon(":/tr_shuffle.png")); in qm_plistview()
100 QObject::connect( a_shuffle, SIGNAL( triggered() ), this, SLOT( shuffle_it() ) ); in qm_plistview()
101 context_menu->addAction(a_shuffle); in qm_plistview()
927 a_shuffle->setEnabled(true); in set_connected()
929 a_shuffle->setEnabled(false); in set_connected()
949 a_shuffle->setEnabled(false); in set_connected()
H A Dqm_playlistview.h127 QAction *a_shuffle, variable
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/export/qti12/
H A Dclass.assSingleChoiceExport.php26 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
128 if ($this->object->getShuffle() && $a_shuffle) {
H A Dclass.assMultipleChoiceExport.php26 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
123 if ($this->object->getShuffle() && $a_shuffle) {
H A Dclass.assFileUploadExport.php24 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
H A Dclass.assOrderingHorizontalExport.php24 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
H A Dclass.assQuestionExport.php168 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
H A Dclass.assErrorTextExport.php22 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
H A Dclass.assFlashQuestionExport.php24 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
H A Dclass.assFormulaQuestionExport.php26 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/export/qti12/
H A Dclass.assSingleChoiceExport.php26 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
128 if ($this->object->getShuffle() && $a_shuffle) {
H A Dclass.assMultipleChoiceExport.php26 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
123 if ($this->object->getShuffle() && $a_shuffle) {
H A Dclass.assFileUploadExport.php24 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
H A Dclass.assOrderingHorizontalExport.php24 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
H A Dclass.assErrorTextExport.php22 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
H A Dclass.assFlashQuestionExport.php24 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
H A Dclass.assQuestionExport.php168 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/export/qti21/
H A Dclass.assLongMenuExportQti21.php10 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/export/qti21/
H A Dclass.assLongMenuExportQti21.php10 …public function toXML($a_include_header = true, $a_include_binary = true, $a_shuffle = false, $tes… argument

123