Now't wrong with ASP, leave it alone 🙂 Still a damn usefull
technology
even if it is a bit outdated. Oh, and who needs Microsoft's
support anyway?
But as Darrel says, if your starting from scratch you may be
advised to go
with a current language like .net or (if you really have to)
PHP ;-)
Pat.
"darrel" <notreal@nowhere.com> wrote in message
news:f707j7$bec$1@forums.macromedia.com...
>> But I am totally new to ASP. How do I do it?
>
> Umm...well, you're going to have to learn ASP, I guess.
>
> Note that ASP is a bit of a dead language, as MS doesn't
officially
> support it anymore. Not that it isn't in wide spread use
now and likely
> will be for a while, but you may want to consider a
switch to PHP or
> ASP.net if you are starting from scratch.
>
> For starters, you'll have to set up a database with
several tables. One
> for the questions. One for the students. One for the
student's answers.
> Etc.
>
> Then you'll have to create the web site using HTML and
CSS. Then you'll
> set up the application so a student logs in, and then
receives the first
> question, at which time I'd time-stamp their record in
the database. Upon
> each submission of a question, check the time stamp to
make sure they're
> still within the 5 minute limit. Then I'd probably use a
javascript timer
> on the page itself on ecah page load to give the
end-user a real-time
> count of their time remaining.
>
> -Darrel
>