source: Dev/trunk/classes/SurveyCreationTool.php @ 10

Last change on this file since 10 was 10, checked in by fpvanagthoven, 14 years ago

Start on SurveyTool?

File size: 486 bytes
Line 
1<?php
2
3/**
4 * Description of SurveyTool
5 *
6 * SurveyTool is where the survey can be created.
7 *
8 */
9class SurveyCreationTool {
10
11    public function __construct() {
12       
13    }
14
15    private static function titleBox() {
16        //textbox
17    }
18   
19    private static function descriptionBox()
20    {
21        //textarea
22    }
23   
24    private static function addQuestionButton()
25    {
26       
27    }
28   
29    private static function questionCreationForm()
30    {
31       
32    }
33
34}
35
36?>
Note: See TracBrowser for help on using the repository browser.