Having read through the previous posts (which are at least 6 months
old), I'm curious about the status of this project.
There are some great discussions on this list which just seem to have
stopped. I don't think there's much code that resulted from these
discussions, but if I'm wrong, I'd really like to know where it
is! :)
I also saw the wiki (http://code.pinaxlms.com/) but it seems bare as
well.
What's the best way to get this going, again?
Brad
> Greetings all.
>
> Having read through the previous posts (which are at least 6 months
> old), I'm curious about the status of this project.
I haven't done anything and I feel bad about it as this is still something I care a lot about and think has great potential.
> There are some great discussions on this list which just seem to have
> stopped. I don't think there's much code that resulted from these
> discussions, but if I'm wrong, I'd really like to know where it
> is! :)
Shawn Rider did some work at DjangoCon that I have sitting in my Inbox and need to put up somewhere soon.
> I also saw the wiki (http://code.pinaxlms.com/) but it seems bare as
> well.
I'll probably move that to a hosted service my company is starting rather than it be a completely separate website running older code. (code.pinaxproject.com will likely be moving)
> What's the best way to get this going, again?
I definitely have a bunch of action items, but I don't want to hold things up. Let's get discussions going here again.
I still think what we need to do is having a running "toy" lms project as soon as possible.
Iterating on running code trumps all else :-)
James
--
You received this message because you are subscribed to the Google Groups "pinax-lms" group.
To post to this group, send email to pina...@googlegroups.com.
To unsubscribe from this group, send email to pinax-lms+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pinax-lms?hl=en.
I've become a bit disenchanted with both Pinax and Django, after working with them for a couple of months. I've recommended that we look at Zope and/or Plone, or another solution for our LMS.
Wow, that's amazing and really nicely done. You say get in touch about the project/code. Does that mean you'd open source at least some of the code? Is this using Pinax at all? Could we make it play nicely with Pinax?
I'm excited.
James
Wow, that's amazing and really nicely done. You say get in touch about the project/code. Does that mean you'd open source at least some of the code?
Is this using Pinax at all? Could we make it play nicely with Pinax?
I'd very much like to see both of these, and I think this would be a
good place to start.
> I still think what we need to do is having a running "toy" lms project as soon as possible.
> Iterating on running code trumps all else :-)
I agree. Either Shawn's code (or the witnik.com code if its made
available) would be great starting point!
On Jan 30, 8:34 am, brad <bkmontgom...@gmail.com> wrote:
> > Shawn Rider did some work at DjangoCon that I have sitting in my Inbox and need to put up somewhere soon.
> > I definitely have a bunch of action items, but I don't want to hold things up. Let's get discussions going here again.
I too would love to see the witnik codebase - if nothing else as
another learning example. I know it's no longer new, but I still like
the web2.0 interactive style.
I think the biggest thing that could get this project going again is
multidb support.
It would allow mapping into a moodle DB for some transition/
compatibility features, and allow another DB for new Pinax/Django/LMS
features.
I'm in a decent position to help see some of this realized. I work at
a private progressive school where we are always looking for
innovative teaching tech. I'm a pretty proficient python guy, with
some novice/intermediate django experience.
My problem is getting in the dev time - as I'm also the school sys-
admin, client management, and involved with school administration.
We use moodle extensively - but I'm in the process of starting to
migrate a couple projects to Django.
First is just our front facing website, this I hope to be the tip of
the iceburg.
behind this I want:
- a pinaxish parent/student/teacher community site
- a django based Student Information System
- a django based LMS including gradebook app that ties into our SIS
for generating transcripts
Our current SIS is a custom Filemaker app - capable and doing its job,
but getting painful to maintain.
For LMS we are using a moodle instance - teachers and students are
happy with it, but I hate having to tweak PHP, as I walked away from
PHP a while ago and just hate to look at it.
So I am "in the trenches" on this one, but have only a percentage of
time I can do active dev work (frustrating)
As a progressive school we have some interesting ideas that could
yield some interesting apps.
One I just mapped out with some staff yesterday I'll share here for
any feedback.
The app is for capturing digital student portfolios.
The models would be (in sketch form)
Project (a piece of student work)
student m2m to user through "student annotation" object
teacher m2m to user through "staff annotation"
artifacts m2m to artifact object
unit fk to unit (collection object)
artifacts are basically scanned work, or linked media - ie a scan of a
rough draft and scan of final draft of a pieced of student writing.
Title, caption, etc
The student(s) and teacher(s) involved then make annotations
student annotations consist of answers to prompts like:
"how did you come up with the idea for this project?"
"What did you find the most challenging part?"
"Where would you take this project next, and what would you need to
know or learn to do that?"
"Reflect on the project?"
A teacher annotation might look like:
"Strategies the student used"
"Observational notes on the students work"
etc
looking over this now - not sure of the pro/con of doing m2m
"through", or just having a chained relationship of project <-fk-
annotation -fk-> user. But that's just my "I don't get to touch
django every day" side showing ;-)
Anyway - I don't want to over commit/make false promise, but I'm very
interested in helping where I can.
-Preston