David, Actually, this is pretty simple (once you get everyone back from the weekend).
By default CanDo isn't configured to use the SchoolTool gradebook (and Intervention) at all -- the component is essentially turned off because Virginia doesn't want it on. So you have to turn it on as so (all the below as superuser): First, make sure you have the necessary packages: apt-get install python-schooltool.gradebook python-schooltool.intervention (you probably already have them) Then: cd /etc/schooltool/schooltool-cando/plugins You need to create one simple file for each plugin. Any editor is fine. vi gradebook.zcml Add this line: <include package="schooltool.gradebook"/> And save it. vi intervention.zcml <include package="schooltool.intervention"/> The restart CanDo, and you should have the gradebook and interventions Sorry about the confusion. --Tom On Sun, Oct 3, 2010 at 9:03 PM, david ally <[email protected]> wrote: > Hi Alan, > > I believe something is definitely wrong with my installation, I cannot find > the Report Sheet Template on my Manage view even though i log in as the > manager. This basically is preventing me from entering the student scores > when I log in as a teacher. Please it is urgent! > > David > > On Sun, Oct 3, 2010 at 1:57 AM, Tom Hoffman <[email protected]> wrote: >> >> Hi David. >> >> First off, if you reply only to me (and not Alan) you're cutting your >> chance of getting a useful answer quickly in less than half. >> >> This smells like a something isn't set up right when using CanDo. >> We'll see if we have the same problem on our CanDos. >> >> --Tom >> >> >> On Sat, Oct 2, 2010 at 4:01 PM, david ally <[email protected]> wrote: >> > Tom, >> > >> > This is the view i have under manage, there is no report sheet template >> > on >> > the view. >> > >> > David >> > >> > On Sat, Oct 2, 2010 at 6:24 PM, Tom Hoffman <[email protected]> >> > wrote: >> >> >> >> This should get you started: >> >> >> >> http://book.schooltool.org/htmlhelp/report-sheet.html >> >> >> >> --Tom >> >> >> >> On Sat, Oct 2, 2010 at 12:40 PM, david ally <[email protected]> >> >> wrote: >> >> > Hi Tom, >> >> > >> >> > I couldn't enter the scores for students. I have all the scores for >> >> > each >> >> > subjects for the third term for 2009-2010. I log in as a teacher and >> >> > i >> >> > was >> >> > expecting to have a view where I could enter the scores base on each >> >> > subject, but ST did not provide me any means for doing this. >> >> > >> >> > David >> >> > >> >> > >> >> > >> >> > On Fri, Oct 1, 2010 at 5:33 PM, Tom Hoffman <[email protected]> >> >> > wrote: >> >> >> >> >> >> Basically, why don't you start by manually adding people to a few >> >> >> sections, just to get a feel for the way sections work in >> >> >> SchoolTool. >> >> >> >> >> >> --Tom >> >> >> >> >> >> On Fri, Oct 1, 2010 at 10:21 AM, Tom Hoffman <[email protected]> >> >> >> wrote: >> >> >> > What do you see if you go to add/remove members? >> >> >> > >> >> >> > --Tom >> >> >> > >> >> >> > On Fri, Oct 1, 2010 at 6:27 AM, david ally <[email protected]> >> >> >> > wrote: >> >> >> >> Tom, >> >> >> >> >> >> >> >> See for section import. >> >> >> >> >> >> >> >> David >> >> >> >> >> >> >> >> On Fri, Oct 1, 2010 at 10:42 AM, david ally <[email protected]> >> >> >> >> wrote: >> >> >> >>> >> >> >> >>> Tom, >> >> >> >>> >> >> >> >>> This is the screenshot of the error. >> >> >> >>> >> >> >> >>> David >> >> >> >>> >> >> >> >>> 2010/9/30 [email protected] <[email protected]> >> >> >> >>>> >> >> >> >>>> These messages were sent while you were offline. >> >> >> >>>> 6:23 pmĀ [email protected]: OK, back. >> >> >> >> >> >> >> >> >> >> >> > >> >> > >> >> > >> > >> > > > _______________________________________________ Mailing list: https://launchpad.net/~schooltoolers Post to : [email protected] Unsubscribe : https://launchpad.net/~schooltoolers More help : https://help.launchpad.net/ListHelp

