Review-algorithmic-thinking-by-building-a-dice-game/step-6

Following is my code for this stap

function updateRadioOption(index, score){
  scoreInputs[index].disabled= false;
  scoreInputs[index].value= score;
  scoreSpans[index].textContent= ` Score = ${score}`
}

How can I correct it . Also, I do not to see help option . Please suggest.

The help button will not show until
You have failed to pass three times first I believe.

You should post more information.
A link to the step is needed as well as what error you are getting and what debugging you have done

Hi!
I think I did submit my code for 3 times. But there is no help button at the page bottom. I will check for that .
Also , I will write my code one more time and then will get back to you if required.
Thanks