I read that itemize and wrapfigure don't go along but the figure doesn't even show where I entered it but at the end of the document. My intension is that my figure shows after the table and that the text wraps around it. I use the itemize so that I have a number before my questions but not really to itemize something.
\documentclass[a4paper]{article}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage[none]{hyphenat}
\usepackage{gensymb}
\usepackage{wrapfig}
\usepackage{float}
\begin{document}
\pagestyle{fancy}
\item\textbf{question}\\
Here I inserted the table.
\begin{wrapfigure}{L}{0.5\textwidth}
\centering
\includegraphics[width=0.4\textwidth]{vraagNMR1.PNG}
\end{wrapfigure}
Here is the answer to the question and the text that should be around the figure.


\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – Skillmon Mar 04 '18 at 15:16wrapfigure. – samcarter_is_at_topanswers.xyz Mar 04 '18 at 15:17wrapfigmanual: "You must not specify awrapfigurein any type of list environment or or immediately before or immediately after one. It is OK to follow a list if there is a blank line (\par) in between." – Skillmon Mar 04 '18 at 15:18itemize. It doesn't usewrapfig, though. – Skillmon Mar 04 '18 at 15:21