Archive for the ‘eLearn’ Category

php4+mysql 4.1的问题

Posted on 八月 31st, 2005 in eLearn | 2 Comments »

php4+mysql 4.1的问题
以前的一个考试系统,在PHP4+MYSQL 3的环境下进行开发的。
今天转到XP的APACHE 2 + PHP 4+ MYSQL 4.1环境下居然无法使用。提示PHP4无法连接数据库。
经过GOOGLE才发现是MYSQL 4.1修改了加密算法,需要处理一下才可以:
进入mysql
然后执行,
SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd');

另外还有一个中文乱码问题:
本来用的是GB2312编码,为了扩大系统的应用范围,想改成UTF8编码。程序改好后,发现从MYSQL提出来的数据都是GB2312编码,然后mysqldump在iconv -f gb2312 -t utf8,但有的数据无法转换,经检查是图像在数据库中的存贮部分,就把那个表单独给dump出来,然后在转换剩下的部分,大功告成。

试题库系统完善

Posted on 一月 5th, 2005 in eLearn | No Comments »

感觉题库系统还有一定的意义。
有必要进一步完善。
1、重新建构(面向对象编程)?
2、复杂题目类型(完型填空、阅读理解、......)
3、对外发布,进行测试
4、会员系统完善
可以在年后着手。

eLearn:蓦然回首

Posted on 十二月 8th, 2004 in eLearn | 1 Comment »

我已经从教育圈出走了,当然,未来谁也说不清楚。 :-)

1999-2000年时,当时我刚开始做网络辅助教学(基于计算机网络的多媒体辅助教学,其实就是今天的eLearn),在网络上也找了当时的国际上的同类进展,记得当时只有Moodle(?),但Moodle的理念不太适合中国的实际情况,因此当时就没有采用Moodle,而是自己从新做了一套。记得最早是用ASP+ACCESS做的,第一次给学生测试,才发现当时的windows 2000中的IIS只支持10个同时在线,很尴尬了一把。后来觉得ASP+ACCESS的性能有问题,于是就转到了PHP+MYSQL,但是我做的系统中elearn部分在课堂(包括多媒体教室)基本上没有什么实际的使用价值,只能作为一个自习的东西,因此后来重点就转向了网络考试系统(经过了3届学生,十数门的实际考试)。应该 说,目前,至少在中国,网络教学还存在一定困难。

由于在WP的国内用户之间寻找资源,不断的URL跳转,看到了一个比较有意思的BLOG:帮助中国(http://www.urhelp.com),深入进去,发现了一些有意思的eLearning开元软件。Claroline,dokeos,还发现了有趣的联系:

I created Claroline at University of Louvain 5 years ago. I proposed to accelerate the development through creating a network with other partners and universities and a services company. The university agreed with these proposals. However, they wanted to keep control on the evolution and give me only a minor role in the new project. They tried to impose their view through reselling or renting me the trade mark "claroline" at the condition that I would have less shares of the claroline company as they would. I decided not to accept this and created Dokeos. The university goes on now with the development of Claroline without me and it is legitimate. However, the Dokeos project goes much quicker and further in my view and benefits of a bigger community.

Yours,

Thomas

有关Claroline的介绍,请参考帮助中国的BLOG。