Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(4 guests in past 15 min.)

Access Understanding Web Accessibility to learn about accessibility, or Register to take the course for FREE.

Support Forums

ATutor Support

problem in open ended questions


You must be signed-in to post.

AuthorSubject
  Page: 1
sam79

Avatar for sam79
Subject: problem in open ended questionsQuote this post in your reply
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
Posted: 2007-08-05 03:58:39
greg

Avatar for greg
Subject: Re: problem in open ended questionsQuote this post in your reply
I've confirmed the problem. We will loook into it in the next few days
Posted: 2007-08-05 09:56:41
sam79

Avatar for sam79
Subject: Re: problem in open ended questionsQuote this post in your reply
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 $row['question_id']; ?>]" class="formfield"></textarea> should be replaced with
<textarea cols="55" rows="25" name="answers[<?php echo $this->row['question_id'] ; ?>]" class="formfield"></textarea>
Posted: 2007-08-06 02:27:01
 Page: 1

You must be signed-in to post.