The script either takes state and number parameters, or attempt and questionid parameters.
It seems really strange to me to pass in the question number as as URL parameter, so I think I will change it to either take state or attempt, and make questionid required.
Tim Hunt added a comment - 10/Jul/08 01:07 AM The script either takes state and number parameters, or attempt and questionid parameters.
It seems really strange to me to pass in the question number as as URL parameter, so I think I will change it to either take state or attempt, and make questionid required.
Actually, it was possible to eliminate all use of the number parameter, so I am doing that, but it is not quite finished yet. Will have to wait until tomorrow.
Tim Hunt added a comment - 15/Jul/08 01:49 AM Actually, it was possible to eliminate all use of the number parameter, so I am doing that, but it is not quite finished yet. Will have to wait until tomorrow.
All content on this web site is made available under the GNU General Public License, unless otherwise stated.
It seems really strange to me to pass in the question number as as URL parameter, so I think I will change it to either take state or attempt, and make questionid required.