Unfortunately you did not receive a passing score on your latest module, Git Assessment. Your score was 0 / 4.
Remember, you’re allowed to fail a total of 4 attempts between all modules. You have currently used 1 out of 4 attempts. To continue, please retake the module, Git Assessment, in the prepwork.
As a reminder, you’ve completed 1 out of 3 total modules. Once all three modules are complete, you’ll be able to join an upcoming cohort.
Hey, @nmenon! Apologies for the delay … it took us a little while to track things down.
We figured it all out now. You may have received a couple emails in our debugging process. Please feel free to ignore those, except the last one. The last email should be showing that you did have a couple minor things wrong with your assessment.
Your master branch had an image in the wrong spot.
Your together branch, you’ll need to go in and resolve the conflicts, Putting in place the correct HTML and image ordering.
Please let me know if you need any further help with your assessment. You’re on the right track!
Thank you so much for your help! I do have some additional questions I hope I am not bothering you by asking but
For the couple of emails in the debugging process, it shows I submitted and failed an additional 2 times, so should I just ignore that or would you have to change that in the system?
For the Master branch when you were meaning image in the wrong spot are you meaning this? Like switching the lines of code as shown here.
And Finally for the together branch, I am curious that if you merged it with the master, how the together branch would have conflicts. On Git Status it did say that the together branch was clean, but when I looked at in visual code it showed the changes.
You can just ignore it. Just automated emails that we couldn’t avoid behind the scenes.
Correct. I believe you’ll want to check in the assessment. It should describe exactly how to order those images for you.
Ultimately, what git is telling you is, “Hey, Developer. In one branch you have this and in another branch you have this. I have no way to figure out which one you want, so I need you to “resolve” that for me.”
Again, you should be able to simply go in to the together branch, go to the assessment page, and the assessment should tell you exactly how it should look in the “together” branch.