How to show correct vs. incorrect order of elements that the user ordered?

Alright, so in this case, the user takes a quiz and is asked a series of questions. Sometimes the questions can be a "drag into the correct order" kind of question. The issue I'm running into is how can I best show to the user whether they got the order correct or not, and if they didn't, how do I show the correct order compared to what they chose?

Screenshot below shows an example. The blue elements are in the correct order and the red ones are not.

enter image description here

The way it works now, the red makes it pretty obvious that it was incorrect but this doesn't help the user know why it's incorrect and what the order should've been.

Also - tips on colors to use would be appreciated as well. The blue and red are just what I chose to build this out. Not necessarily the colors that will stick.