Changeset 98 for Dev/trunk/dashboard.php


Ignore:
Timestamp:
09/01/11 15:25:59 (14 years ago)
Author:
fpvanagthoven
Message:

Question code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/dashboard.php

    r96 r98  
    88
    99$survey = new Survey('ultimateid', 'The Epic Survey');
    10 $question1 = new Question('question1id', 'Age', '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?');
    1212$question2->answers = array('yes', 'no', 'maybe');
    1313
Note: See TracChangeset for help on using the changeset viewer.