Ignore:
Timestamp:
07/21/11 17:36:04 (14 years ago)
Author:
basvannuland
Message:

new classes for survey answers writing and reading
added idtags as part of info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/SurveyRDFWriter.php

    r28 r31  
    4444        }
    4545       
    46         public function addQuestion($qTitle,$qDescription,$qType,$qAnswers)
     46        public function addQuestion($qTitle,$qDescription,$qType,$qID,$qAnswers)
    4747        {
    48                 $questionID = md5( uniqid(rand(), true) );
     48                $questionID = $qID;
    4949                $resourceQuestion = new Resource(QUESTION.'/'.$questionID);
    5050                               
Note: See TracChangeset for help on using the changeset viewer.