add dummy files for task editing for Questtypes (issue #36)
This commit is contained in:
parent
3b1bed540f
commit
d92497a800
12 changed files with 90 additions and 0 deletions
|
|
@ -213,6 +213,20 @@
|
||||||
$this->set('fight', $fight);
|
$this->set('fight', $fight);
|
||||||
$this->set('stages', $stages);
|
$this->set('stages', $stages);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO Action: edittask.
|
||||||
|
*
|
||||||
|
* Edit the task of a Quest.
|
||||||
|
*
|
||||||
|
* @param array $seminary Current Seminary data
|
||||||
|
* @param array $questgroup Current Questgroup data
|
||||||
|
* @param array $quest Current Quest data
|
||||||
|
*/
|
||||||
|
public function edittask($seminary, $questgroup, $quest)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
1
questtypes/bossfight/html/edittask.tpl
Normal file
1
questtypes/bossfight/html/edittask.tpl
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<p>TODO</p>
|
||||||
|
|
@ -159,6 +159,20 @@
|
||||||
$this->set('task', $task);
|
$this->set('task', $task);
|
||||||
$this->set('choiceLists', $choiceLists);
|
$this->set('choiceLists', $choiceLists);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO Action: edittask.
|
||||||
|
*
|
||||||
|
* Edit the task of a Quest.
|
||||||
|
*
|
||||||
|
* @param array $seminary Current Seminary data
|
||||||
|
* @param array $questgroup Current Questgroup data
|
||||||
|
* @param array $quest Current Quest data
|
||||||
|
*/
|
||||||
|
public function edittask($seminary, $questgroup, $quest)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
1
questtypes/choiceinput/html/edittask.tpl
Normal file
1
questtypes/choiceinput/html/edittask.tpl
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<p>TODO</p>
|
||||||
|
|
@ -359,6 +359,20 @@
|
||||||
$this->set('maxY', $maxY);
|
$this->set('maxY', $maxY);
|
||||||
$this->set('matrix', $matrix);
|
$this->set('matrix', $matrix);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO Action: edittask.
|
||||||
|
*
|
||||||
|
* Edit the task of a Quest.
|
||||||
|
*
|
||||||
|
* @param array $seminary Current Seminary data
|
||||||
|
* @param array $questgroup Current Questgroup data
|
||||||
|
* @param array $quest Current Quest data
|
||||||
|
*/
|
||||||
|
public function edittask($seminary, $questgroup, $quest)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
1
questtypes/crossword/html/edittask.tpl
Normal file
1
questtypes/crossword/html/edittask.tpl
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<p>TODO</p>
|
||||||
|
|
@ -211,6 +211,20 @@
|
||||||
$this->set('drops', $drops);
|
$this->set('drops', $drops);
|
||||||
$this->set('drags', $drags);
|
$this->set('drags', $drags);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO Action: edittask.
|
||||||
|
*
|
||||||
|
* Edit the task of a Quest.
|
||||||
|
*
|
||||||
|
* @param array $seminary Current Seminary data
|
||||||
|
* @param array $questgroup Current Questgroup data
|
||||||
|
* @param array $quest Current Quest data
|
||||||
|
*/
|
||||||
|
public function edittask($seminary, $questgroup, $quest)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
1
questtypes/dragndrop/html/edittask.tpl
Normal file
1
questtypes/dragndrop/html/edittask.tpl
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<p>TODO</p>
|
||||||
|
|
@ -216,6 +216,20 @@
|
||||||
// Pass data to view
|
// Pass data to view
|
||||||
$this->set('questions', $questions);
|
$this->set('questions', $questions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO Action: edittask.
|
||||||
|
*
|
||||||
|
* Edit the task of a Quest.
|
||||||
|
*
|
||||||
|
* @param array $seminary Current Seminary data
|
||||||
|
* @param array $questgroup Current Questgroup data
|
||||||
|
* @param array $quest Current Quest data
|
||||||
|
*/
|
||||||
|
public function edittask($seminary, $questgroup, $quest)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
1
questtypes/multiplechoice/html/edittask.tpl
Normal file
1
questtypes/multiplechoice/html/edittask.tpl
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<p>TODO</p>
|
||||||
|
|
@ -221,6 +221,20 @@
|
||||||
$this->set('submissions', $submissions);
|
$this->set('submissions', $submissions);
|
||||||
$this->set('solved', $solved);
|
$this->set('solved', $solved);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO Action: edittask.
|
||||||
|
*
|
||||||
|
* Edit the task of a Quest.
|
||||||
|
*
|
||||||
|
* @param array $seminary Current Seminary data
|
||||||
|
* @param array $questgroup Current Questgroup data
|
||||||
|
* @param array $quest Current Quest data
|
||||||
|
*/
|
||||||
|
public function edittask($seminary, $questgroup, $quest)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
1
questtypes/submit/html/edittask.tpl
Normal file
1
questtypes/submit/html/edittask.tpl
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<p>TODO</p>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue