#1: PHP Online Classroom
Posted on 2008-04-12 01:03:54 by acatejr
I am looking for a PHP app/framework that will allow me to teach a
class on line. Can anyone recommend anything? Thanks.
Report this message |
|
#2: Re: PHP Online Classroom
Posted on 2008-04-12 03:39:05 by Jerry Stuckle
acatejr@gmail.com wrote:
> I am looking for a PHP app/framework that will allow me to teach a
> class on line. Can anyone recommend anything? Thanks.
>
A live class? If so, you're probably going to be much better off with
one of the webinar sites instead of trying to create your own.
Otherwise, you'll probably want to go to Java applets or some such.
HTTP just isn't well suited for such work. You can gimmick it to work
(i.e. with javascript), but it's not a good solution.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Report this message |
#3: Re: PHP Online Classroom
Posted on 2008-04-12 16:38:36 by Pat Willener
> I am looking for a PHP app/framework that will allow me to teach a
> class on line. Can anyone recommend anything? Thanks.
Depending on what you mean, e.g. live/interactive or tut/test/ranking
etc. I've sen similar things work out OK on forum apps. IMO you need to
provide more information about your intentions/needs/wants/wishes to get
a targeted response. The devil's in the detail.
--
Regards,
Twayne
Open Office isn't just for wimps anymore;
OOo is a GREAT MS Office replacement
www.openoffice.org
Report this message |
#4: Re: PHP Online Classroom
Posted on 2008-04-12 21:08:01 by Mike
i don't know if the course builder extension for dreamweaver is a php thing
or not. but it has interections for taking tests online.
http://www.adobe.com/cfusion/exchange/index.cfm?event=extens ionDetail&extid=1031968
----== Posted via Pronews.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.pronews.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= - Total Privacy via Encryption =---
Report this message |
#5: Re: PHP Online Classroom
Posted on 2008-04-13 21:36:01 by nc
On Apr 11, 4:03 pm, "acat...@gmail.com" <acat...@gmail.com> wrote:
>
> I am looking for a PHP app/framework that will allow me to teach
> a class on line. Can anyone recommend anything?
Take a look at Moodle:
http://moodle.org/
Cheers,
NC
Report this message |
#6: Re: PHP Online Classroom
Posted on 2008-04-14 20:43:30 by acatejr
On Apr 13, 12:36 pm, NC <n...@iname.com> wrote:
> On Apr 11, 4:03 pm, "acat...@gmail.com" <acat...@gmail.com> wrote:
>
>
>
> > I am looking for a PHP app/framework that will allow me to teach
> > a class on line. Can anyone recommend anything?
>
> Take a look at Moodle:
>
> http://moodle.org/
>
> Cheers,
> NC
Thank you!! Moodle was what I was looking for. I'd seen it before,
but forgot the name. Thanks again!
Report this message |