Guys what does +start, +end, +contains and +regex mean i dont understand
Also how do i do that thing where i post a link but it has words over it, for example i give a link to a jetpunk quiz but the link says "click this" or smth like that
The second part you're talking about is a hyperlink. All you have to do is write this out:
< a href="url" >text< /a >
It is very important to remove the spaces in between the brackets, I did it here as otherwise it would appear as a hyperlink and you wouldn't be able to be view it as text.
As for the type-ins, I'd strongly recommend using RegEx due to you being able to decide in a simple line many different combinations for an answer. If you do decide to use RegEx, Stewart made a brilliant guide which I'd highly recommend reading.
< a href="url" >text< /a >
It is very important to remove the spaces in between the brackets, I did it here as otherwise it would appear as a hyperlink and you wouldn't be able to be view it as text.
As for the type-ins, I'd strongly recommend using RegEx due to you being able to decide in a simple line many different combinations for an answer. If you do decide to use RegEx, Stewart made a brilliant guide which I'd highly recommend reading.