ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


problem in open ended questions


  • 2007-08-05 03:58:39

    problem in open ended questions

    Hi
    when opend ended question is submitted no answers inserted for it.
    I checked it in your ATutor1.5.5 demo and it also has this bug.
    I will be appreciated if test this bug and make a solution for it.
    thanks

  • 2007-08-05 09:56:41

    Re: problem in open ended questions

    I've confirmed the problem. We will loook into it in the next few days

  • 2007-08-06 02:27:01

    Re: problem in open ended questions

    I think I found the problem:
    in ATutor/themes/default/test_questions/long.tmpl.php file <textarea cols="55" rows="25" name="answers[<?php echo [red] $row['question_id'][/red]; ?>]" class="formfield"></textarea> should be replaced with
    <textarea cols="55" rows="25" name="answers[<?php echo [green] $this->row['question_id'] [/green] ; ?>]" class="formfield"></textarea>