Please don't take this amiss but may I ask some questions?
Are you all working in Independent Schools? If you are then I suspect
that your programming requirements may be considerably different to mine
in a state school. But I don't actually know!
Why are you all so keen on a web-based solution? A traditional
application can generate web-pages easily enough for *viewing* only, for
the 'public', or else use php or whatever for generating those pages.
My teachers need vast amounts of functionality and instant responses
which I give them via C++.
Why let tutors (or whatever you call the Register taker) muck around
with attendance codes? For them the student is either present or not.
Let someone else worry about why. That way they don't have to learn all
the silly codes and you can preload registers with known 'absences'.
Same for class teachers.
Apologies for ignorance,
Brian
Dear Ian, Simon, Steve, Tom, Chris, Stuart
Please don't take this amiss but may I ask some questions?
Are you all working in Independent Schools? If you are then I suspect
that your programming requirements may be considerably different to mine
in a state school. But I don't actually know!
Why are you all so keen on a web-based solution? A traditional
application can generate web-pages easily enough for *viewing* only, for
the 'public', or else use php or whatever for generating those pages.
My teachers need vast amounts of functionality and instant responses
which I give them via C++.
Why let tutors (or whatever you call the Register taker) muck around
with attendance codes? For them the student is either present or not.
Let someone else worry about why. That way they don't have to learn all
the silly codes and you can preload registers with known 'absences'.
Same for class teachers.
Apologies for ignorance,
Brian
Any views or opinions are solely those of the sender and do not necessarily represent those of the Bolitho School. Unless expressly stated in the text, this email is not intended to form a binding contract. The Bolitho School does not guarantee that this email or any attachments are free from viruses or 100% secure although due care has been taken to minimise any potential risk.
I'm actually a lurker from the US. I manage the SchoolTool project.
I used to work in public schools in the US.
> Why are you all so keen on a web-based solution? A traditional
> application can generate web-pages easily enough for *viewing* only, for
> the 'public', or else use php or whatever for generating those pages.
> My teachers need vast amounts of functionality and instant responses
> which I give them via C++.
Maintaining cross platform clients is a massive pain. Using C++ would
raise development costs compared to a scripting language. Either way
performance should be "good enough," particularly with judicious use
of AJAX.
> Why let tutors (or whatever you call the Register taker) muck around
> with attendance codes? For them the student is either present or not.
> Let someone else worry about why. That way they don't have to learn all
> the silly codes and you can preload registers with known 'absences'.
> Same for class teachers.
We're going to release a fairly simple attendance client and build up
complexity from there. We tried designing a complex, flexible,
all-singing all-dancing attendance system from scratch and ended up
with a Zune.
--Tom
I currently don't work in schools at all! I worked for ~4 years with
state schools and a CLC in Manchester as an IT manager, then 2 years
as a consultant in an ICT solutions provider, specialised in education
solutions, where I worked with education at all levels and in both
public and private sectors.
>
> Why are you all so keen on a web-based solution? A traditional
> application can generate web-pages easily enough for *viewing* only, for
> the 'public', or else use php or whatever for generating those pages.
> My teachers need vast amounts of functionality and instant responses
> which I give them via C++.
Lots of reasons, Cross-platform support is a pretty key one.
Deployment costs. Ease of updates. Ease of support. Reality of the
majority of staff not needing huge amounts of functionality (web-based
solutions lend themselves beautifully to limiting/enhancing interfaces
based on login user and group). Ease of customisation by school.
Ability to scale up and scale out.
If you want vast amounts of functionality and instant responses,
that's not a problem. Tune the database and use a well-configued web
server for the latter and AJAX-type interface for the latter. If you
think that webapps can't provide vast amounts of functionality, fire
up Firefox 3 and go to http://www.zimbra.com/products/hosted_demo.php.
>
> Why let tutors (or whatever you call the Register taker) muck around
> with attendance codes? For them the student is either present or not.
> Let someone else worry about why. That way they don't have to learn all
> the silly codes and you can preload registers with known 'absences'.
> Same for class teachers.
I think that must be a school practice thing. Way back when we said
much the same thing, but many staff were insistent that they should
have access to the codes (not mandatory) because sometimes they were
in possession of the information regarding the absence cause and said
cause was of a sensitive nature that was not to shared with the school
office.
Cheers
Chris
--
My employers website: http://thehumanjourney.net - opinions in this
email are however very much my own and may not reflect that of my
current employer, past employers, associates, friends, family, pets etc..
Documents attached to this email may be in ISO 26300 format:
http://iso26300.info
I used to work in an FE college, now free lance concentrating on accessiblity
> Why are you all so keen on a web-based solution?
X-platform, ease of deployment, speed of turn around and familiarity
of web to non technical users. A intranet can easily become an WAN
extranet for home use, franchise partners etc. Ease of integration
with other systems like register scanning, Finance, Library, ID card
systems etc etc.
> Why let tutors (or whatever you call the Register taker) muck around
> with attendance codes? For them the student is either present or not.
> Let someone else worry about why. That way they don't have to learn all
> the silly codes and you can preload registers with known 'absences'.
> Same for class teachers.
Are 3 codes a problem - Present, Un authorised absence, auth abs?
Pre-load is good idea but need ways to amend.
--
Steve Lee
--
Open Source Assistive Technology Software
web: fullmeasure.co.uk
blog: eduspaces.net/stevelee/weblog
Brian, don't make more out of this divide than tradition. I started out
teaching in the UK state sector and then moved abroad working in english
independents. With regard to what they want from an effective IMS they
are very nearly the same. The majority of staff have worked in both
sectors, they have the same expectations. The biggest independents are
equally demanding as the biggest state schools, and do work very hard to
position themselves at the forefront of adopting new methods and
technology. Where it differs is in the transfer of data out of the IMS,
the independents have more invested in home-school communications while
state schools have more demanding central-school and school-school
communications.
stuart
--
S T Johnson
s...@laex.org
http://www.laex.org/stuart/