there are 2 aspects of your question
The first one is logical.
You have to decide what kind of end you would have depending on the chosen objects.
If you have correct and wrong objects you can assign values to each object.
Let’s say 10 to the more correct and 0 to the one that is completely wrong.
You can add the values of the chosen objects and the result will determine a profile.
You can have a completely different situation if every object is correct and you want to give profiles based on the specific pairing of the 2 objects
Here you have many choices:
if you have a VERY limited number of objects you can write a profile for each combination
Take in mind that the number of different couples in 8 objects are 28 !
Another way could be to assign to every object a set of attributes.
Let’s say object 1 has 5 strenght and 2 defence
while object 2 has 10 strenght and 1 defence and so on
once again you can add the value of a specific attribute and have a profile for that and a global profile containing all the single attributes combined
In our case the global profile could be “you’re super strong and you need more defence”
You can also increase the difficulty if an objects “value” changes based on the second chosen object
the other aspect is technical
In this case you have to use javascript as you cannot rely on a simple frame change in wickeditor