Ignore:
Timestamp:
08/04/11 16:27:30 (14 years ago)
Author:
fpvanagthoven
Message:

Small bugfix SurveyCreationTool?. Forgot an attribute.

File:
1 edited

Legend:

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

    r72 r73  
    350350                scaleInput.setAttribute("onchange", "handleAnswerChange("
    351351                    + questionNumber + ")");
     352                scaleInput.name = "q" + questionNumber + "ans3";
    352353                                                                                                                       
    353354                answerDiv.appendChild(leftLabel);
Note: See TracChangeset for help on using the changeset viewer.