个人工具

CanDo

来自Ubuntu中文

210.21.59.65讨论2009年9月10日 (四) 10:27的版本 Introduction 简介

跳转至: 导航, 搜索

CanDo 学生学习进程管理系统

原文出处:https://help.ubuntu.com/community/CanDo

原文作者:UbuntuWiki

授权许可:

翻译人员:yusy

校正人员:

贡献人员:

适用版本: 文章状态:等待校正



Introduction 简介

CanDo is an online application that allows teachers and administrators to track student acquisition of competencies during a course. Using a database of competencies which students are expected to acquire, teachers can use CanDo to track and manage student progress in meeting their competency goals.
CanDo是一个在线工具,可以让老师或管理人员在课程中跟踪学生学习状况。通过使用学生应该具备的资格情况数据库,老师可以用CanDo来跟踪、管理学生的学习进程。

Package installation 数据包安装

CanDo requires an external repository be added to your Repositories list, as well as Multiverse.
要安装CanDo,需要在你的Repositories列表中加入外部仓库,比如Multiverse。

Step 1: Repositories 第一步 仓库

Enable the Universe and Multiverse repositories.
激活Universe和Multiverse仓库。

You will also need to add this line to your sources.list:
你需要把下面的加入sources.list:

deb ftp://ftp.schooltool.org/pub/schooltool/archives/cando breezy main

Read the Repositories wiki page for further help on this step.
若需要更多的帮助,阅读Repositories wiki部分。

At the time of writing, there are no specific packages for dapper, but the breezy packages should work.
在写这帮助的时候,还没有特定的给dapper的安装包,不过给breezy的安装包应该工作正常。

Step 2: Install Files 第二步 安装文件

There are five packages that need to be installed. They are ssh, msttcorefonts, ca-certifications, xpdf, and cando. To install via command line, issue the following:
有5个包需要安装:ssh, msttcorefonts, ca-certifications, xpdf, and cando。可以用下面的命令安装:

# sudo apt-get install ssh msttcorefonts ca-certifications xpdf cando

NOTE: Refer to the Post-installation information at the bottom of this page.
注意: 参考页面底部的P0st-installation部分。

Subversion Installation 安装Subversion

The following is a brief tutorial on how to install Can``Do``2006 via the School``Tool svn repository. This tutorial will be done via the command line in a terminal window.
下面的部分是简要指导,如何使用School``Tool svn 仓库安装Can``Do``2006。用命令行模式完成这个指导。

Step 1: Install Necessary Files 第一步:安装必要文件

In order to install via the subversion repository, the following packages need to be installed:
为了安装subversion仓库,需要安装下面的包:

# sudo apt-get install subversion gcc libc6-dev make python-dev python2.4-libxml2 python2.4-imaging

Step 2: Prepare the CanDo Directory 第二步:准备CanDo目录

For this tutorial, we will be installing Can``Do``2006 into the users ~/ home directory. The following commands will download the necessary source files into the ~/cando2006 directory:
这个简介中,我们要安装Can``Do``2006到用户的根目录~/。下面的命令会下载必要的源文件到目录~/cando2006

# cd ~/
# svn co http://svn.schooltool.org/cando/trunk cando2006

Step 3: Install CanDo 第三步:安装CanDo

The following commands will install Can``Do``2006:
下面的命令用来安装Can``Do``2006:

# cd ~/cando2006
# make
# cd SchoolTool
# make

Post-installation information

The CanDo server runs on localhost:7280. This means it is running on the local computer at port 7280. In order to log onto the server, use username manager and password schooltool.
CanDo服务运行在localhost:7280。表示运行在本地计算机上的7280端口。为了登录到服务器,使用用户名manager,密码schooltool