Posted by julioensivar on July 1, 2010 at 9:07pm
We are developing a website to manage quizzes, we are using:
* Drupal 6.17
* Quiz module version 4.0-rc4
and everything it's going fine, the only problem we have at this moment is that we need to add a image-field as a first field to fill, but we don't know how to keep the image field in this particular position.
Since when we try to order all the fields in the Field Management to put them in the order we want, the image-field that we just added, every time appears in the last position.
So the question is how can we keep the image-field in the first position?
WE WANT THIS
-Image <--
-Question
-Posible answers...
BUT WE HAVE THIS INSTEAD
-Question
-Posible answers
-Image <--
Best Regards.
Comments
Image toubles
Are you creating a quiz that has a field into which the taker puts an image or are you placing the image into the page and adding questions about it?
ImageField
Im using an ImageField through CCK, so i added the new field as content type and now in the question creation form it i have an image upload field, what i want is to have an specific order, when the user takes a Quiz (which has the question with the uploaded images) he would see something like this:
[image]
[question body]
[answer A]
[answer B]
[answer C]
[answer D]
[next:button]
sorry i clicked "submit"
sorry i clicked "submit" twice
Image questions
I have created short answer questions with images for identification. My format:
instructions
Image
list of choices
answer field.
I have inserted the image into the body of the question. The images I have uploaded to my host server
CKEditor
I guess thats what im going to do, use ckeditor to insert an image into the body of the question instead of using a cck image field on the question creation form. Thanks for your suggestion @bkube