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
|
|
@ -215,6 +215,20 @@
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* 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>
|
||||
|
|
@ -160,6 +160,20 @@
|
|||
$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>
|
||||
|
|
@ -360,6 +360,20 @@
|
|||
$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>
|
||||
|
|
@ -212,6 +212,20 @@
|
|||
$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>
|
||||
|
|
@ -218,6 +218,20 @@
|
|||
}
|
||||
|
||||
|
||||
/**
|
||||
* 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>
|
||||
|
|
@ -222,6 +222,20 @@
|
|||
$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