[Trellis-developers] significant upcoming changes
Shaddy
shaddy at learning.net
Mon Dec 10 15:55:46 PST 2007
queries to update db for certificates:
rename table courses_certificates to certificates_requirements;
alter table certificates_requirements change course_id reference_id
mediumint unsigned not null;
alter table certificates_requirements add column requirement_type
enum('course', 'program', 'section') not null default 'course' after
certificate_id;
alter table certificates_requirements drop primary key;
alter table certificates_requirements add primary key (requirement_type,
reference_id, certificate_id);
Shaddy wrote:
> reusable packages
>
> packages will be able to be created independently of courses and then
> used in multiple courses; this will allow us to use the same evaluation
> in 100 courses without having to manage the same package in each course.
>
> more flexible certificates
>
> certificates will be able to be assigned to programs and sections in
> addition to courses; this will allow a certificate to be awarded to a
> learner after completing a specific group of courses.
> _______________________________________________
> Trellis-developers mailing list
> Trellis-developers at trellis.learning.net
> http://trellis.learning.net/mailman/listinfo/trellis-developers
>
More information about the Trellis-developers
mailing list