It’s there — you can also enable it in “Screen Options” in the top right area of the screen.
http://gyazo.com/0883bc25bde664ed53ac2159afb6bd41
What about the second part of my question?
I added a picture and text before the test which introducing it. But they are available on the page with results of the test – on the page after I pressed the button GET TEST RESULTS, below the result of the test.
Where did you add image? Through what?
Through “Feat. image”? See https://ps.w.org/wp-testing/assets/screenshot-3.png?rev=1029039
Pls show bottom right area of your test (in admin).
This is the place where I added the picture and the text. If I deleted this picture, my test will hasn’t got a image: http://snag.gy/wkTmV.jpg. And this text and picture are avaliable on the page with results.
This is my bottom area in admin: http://snag.gy/kXGFR.jpg
I enabled FEATURED IMAGE = КАРТИНКА НА ПУБЛИКАЦИЯТА – see the second link in my prev post. I show it again: http://snag.gy/Nxfuj.jpg
I haven’t got a problem with it.
My problem is the picture and the text in the first link. I show you again: http://snag.gy/FoYsN.jpg But they are available on the page with results of the test – on the page after I pressed the button GET TEST RESULTS, below the result of the test. http://snag.gy/2SjkO.jpg
Oops.. Sorry. Now I see.
Ok, you have featured image and image inside descrition.
So what do you want actually? Not what do you have, but what do you want to be?
I need the both of them, because:
The picture INSIDE description is avaliable as a picture of my publication, when you open it.
The picture as featured image is important when publication is avaliable as RECENT and/or FEATURED publication.
It don’t need to show the text and the picture INSIDE the publication to the END of results.
Thank you!
So you need some setting to not show test description/details on the result page?
Yes, I don’t need to show the description and the inside picture on the result page – it looks like a mistake 🙂
Workaround:
See https://github.com/garex/wp-testing/blob/develop/src/Template/Test/Passer/get-results.php — it’s a template that works on that page.
You can add somewhere this CSS:
<style>
.wpt_test.get_results .content {display: none}
</style>
I’m sorry, I don’t understand anything of this 🙁