Thread Starter
wwpc02
(@wwpc02)
The location of the green check-mark is strange, though. When there is no correct answer, the check-mark appears to overlap with the last two characters of the user’s response. But when the user’s response matches a correct answer, the green check-mark appears to the right of the user’s response.
Thread Starter
wwpc02
(@wwpc02)
So there’s no way to display them to anyone but an administrator?
You can also use css to hide it. Putting the following at the top of your posts might work:
header{
display: none;
}
#branding{
display: block;
}