document.getElementById("RightButton").innerHTML="Back to Question";
document.getElementById("RightButton").onclick=GoBack();
Is the code I wrote to solve my problem. The first line successful changed the name of the button, but the second line simply doesn't work.
As you may have discovered, I'm totally a newbie. If you use excessive jargon, it will probably take me another question to figure out the jargon.