Ignore:
Timestamp:
08/31/11 15:35:10 (14 years ago)
Author:
fpvanagthoven
Message:

Done: Default question description -> do not display in SurveyTool?. Added bug to TODO list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/surveycreation.php

    r83 r95  
    2222    $timeStamp = $_POST['timeStamp'];
    2323
    24 //    echo 'This is what gets sent:';
    25 //    var_dump($_POST);
    26 //    echo '<br/><br/>';
     24    echo 'This is what gets sent:';
     25    var_dump($_POST);
     26    echo '<br/><br/>';
    2727    $surveyDBI = new SurveyCreationDatabaseInterface($_POST['surveyID']);
    2828    $surveyDBI->setSurveyInfo($_POST,$_SESSION);
    2929    $info = $surveyDBI->getSurveyInfo();
    30 //    echo '<br/><br/>';
    31 //    echo 'This is what I get back:';
    32 //    var_dump($info);
     30    echo '<br/><br/>';
     31    echo 'This is what I get back:';
     32    var_dump($info);
    3333
    3434    $savedSurvey = Survey::getSurvey($info);
     
    4141<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    4242    <head>
    43         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     43        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    4444            <title>Survey Creation</title>
    4545            <?php new StyleSheet(); ?>
Note: See TracChangeset for help on using the changeset viewer.