Title: does a plugin like this exist?
Last modified: August 19, 2016

---

# does a plugin like this exist?

 *  [lol2504](https://wordpress.org/support/users/lol2504/)
 * (@lol2504)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/does-a-plugin-like-this-exist/)
 * I’m creating a quiz blog that asks people questions. The answer to every question
   is going to be in a picture file like a jpg.
 * I want to somehow hide the thumbnail photo on the same page as the question, 
   and only when they click on “show me the answer” will the thumbnail photo appear.
 * is there something out there that can do something similar to this?

Viewing 1 replies (of 1 total)

 *  [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * (@ericmann)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/does-a-plugin-like-this-exist/#post-1173401)
 * You can actually do this with some Javascript if you really want to. For example,
   if your answer is called “answer-1,” the following scripts will work.
 *     ```
       <img src="whatever.jpg" id="answer-1" style="visibility:hidden;" />
       <p><a href="#" onclick="document.getElementById("answer-1").visibility='visible';">Show me the answer</a></p>
       ```
   
 * When you click the link, it will fire the Javascript code that will tell the 
   img to change its visibility from “hidden” to “visible.” This saves on plug-in
   development …

Viewing 1 replies (of 1 total)

The topic ‘does a plugin like this exist?’ is closed to new replies.

## Tags

 * [hide](https://wordpress.org/support/topic-tag/hide/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eric Mann](https://wordpress.org/support/users/ericmann/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/does-a-plugin-like-this-exist/#post-1173401)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
