PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

images

  1. Is there a way to include images in the backend. I want to make a quiz that shows art works and the kids have to identify the artworks, how could I do this?

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  2. I want to make the textarea a tinymce box instead of just text, I really need to do this, any help would be much appreciated.

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  3. on line 958 in quiz.php I commented out the textarea and added the php code the tinymce is showing up but the upload media isn't working does anyone want to try to figure this out, I know many many teachers who would find this very helpful, especially when adding images to quizzes.

    http://pastie.org/5712676

    Posted 11 years ago on Friday January 18, 2013 | Permalink
  4. To add images to your quiz, you can use the HTML field.

    To add the tinymce, please return the plugin code to the original version. Then post a link to the page on your site where the quiz is embedded.

    Posted 11 years ago on Monday January 21, 2013 | Permalink
  5. Thanks Chris, I don't want the tinymce on the front end, I want to add an image from the backend. Here is the link, http://inventanew.com/commercial-self-assessment/

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  6. I'm not certain what you need help with at this point. Can you explain what you would like to be able to do, and where that needs to be done? Maybe we can help you. Thank you.

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  7. I want each question to have an image of a piece of artwork. each question will ask which artwork it is. For example, question one will be a picture of van gogh and the the question will ask what artist it is and they can choose from a drop down. I cannot for the life of me add an image from the backend from the quiz (there is no visual editor on the backend only a text area). I want to have the visual editor in the backend so I can add an image so that the user when they are taking the quiz can see the image and answer the question.

    Posted 11 years ago on Sunday January 27, 2013 | Permalink
  8. I see. There is no provision for adding a visual editor in the back end. You can add an image to your form by using an HTML field and then adding the HTML for an image. For example, this would be the tag to display an image of a Van Gogh in your HTML field.

    [html]
    <img src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/66/VanGogh-starry_night_ballance1.jpg/301px-VanGogh-starry_night_ballance1.jpg" alt="Starry Nights by Van Gogh" />

    You can accomplish what you need, but it won't be with a WYSIWYG editor, it will be with HTML. If you need some assistance getting started with HTML, due to the lack of WYSIWYG editor, you can start here http://www.w3schools.com/html/html_basic.asp

    Posted 11 years ago on Monday January 28, 2013 | Permalink
  9. Is there any plans on implementing a visual editor? This would be extremely helpful to teachers. I want to try to 'sell' this to my district but most teachers don't want to add html.

    Posted 11 years ago on Monday January 28, 2013 | Permalink
  10. David Peralty

    We have had developers add WYSIWYG editors to Gravity Forms, and it is on our development list, but it won't be done in the first quarter of this year as our slate is already full. All my best!

    Posted 11 years ago on Monday January 28, 2013 | Permalink
  11. slipperx
    Member

    Hmmm - If he does insert the HTML won't the Alt tag and image name rather give away what it is. I suppose he could download and rename the image before uploading with some abstract title if that were a problem though. Adding images for quizzes would be a great addition hower

    Posted 11 years ago on Thursday February 7, 2013 | Permalink
  12. David Peralty

    He would set the alt and image name himself. As you said, he'd have to download the image, edit the file name, upload it to his server, use HTML to embed it, and then he has control over everything.

    All my best!

    Posted 11 years ago on Thursday February 7, 2013 | Permalink
  13. first off, great quiz add-on.
    Is there a way i could add an image as the answer ?

    Posted 11 years ago on Monday February 18, 2013 | Permalink
  14. Please share a link to the page on your site where the quiz form is embedded, and let us know what sort of images you want to use in your quiz.

    Posted 11 years ago on Monday February 18, 2013 | Permalink
  15. The weblink is this http://sandbox1.samuelthan.com/contact/
    I would like to know is there a way i could use images for answers instead of words.

    Posted 11 years ago on Monday February 18, 2013 | Permalink