Changeset 98 for Dev/trunk/dashboard.php
- Timestamp:
- 09/01/11 15:25:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/dashboard.php
r96 r98 8 8 9 9 $survey = new Survey('ultimateid', 'The Epic Survey'); 10 $question1 = new Question('question1id', 'A ge', 'int', 'What is your age?');11 $question2 = new Question('question2id', ' Identity', 'mc', 'Are you freakazoid?');10 $question1 = new Question('question1id', 'AE340', 'Age', 'int', 'What is your age?'); 11 $question2 = new Question('question2id', 'XV453', 'Identity', 'mc', 'Are you freakazoid?'); 12 12 $question2->answers = array('yes', 'no', 'maybe'); 13 13
Note: See TracChangeset
for help on using the changeset viewer.