I found the EDA in STIPS a quite useful training to learn these kind of analysis.
https://www.jmp.com/en_us/online-statistics-course/exploratory-data-analysis.html
Basically I would start with distribution platform, put all relevant variables in and look what happens when clicking on good/bad,
how the others are distributed.
You can continue with graphbuilder and drop variables in different dropzones, you can visualize much more than 2 variables ...
You can try fit y by x to see each variables influence as a single factor,
and can continue with fit model, putting in your y and all x, and see what happens.
At the end of course you could try to build a good model, to exactly understand the quantitative effect of each parameter.
But I think, the clue is to do it step by step, from the simple to the complex platform/model.
What also is great, to look at the sample files with example data and analysis of this kind.
See e.g. "Body Fat", it has plenty of analyses.
Open("$SAMPLE_DATA/Body Fat.jmp")
Georg