Forums | MacLife
You are not logged in.
#1 2003-01-25 5:25 am
A+ major build 2 and questions answered etc.
I was going to write a long post about the changes and answer questions and a lot of stuff, but I'm sooooo tired. It's 3:23 am. The program itself has a startup thing that will tell you the changes so that should hold any early birds for now.
here it is:
http://users.adelphia.net/~ftolmasky/ap … _build.sit
sleep time
Offline
#2 2003-01-25 8:00 am
- IcePenguin
- Cool down

- From: Antarctica. Brr.
- Registered: 2001-05-16
- Posts: 997
- Website
Re: A+ major build 2 and questions answered etc.
iopossum.... what are we calling the suite? I need to know, because everything right now says "GradeX" (The grading app). What are we gonna name the entire bundle?
Offline
#3 2003-01-25 1:55 pm
- Touque Guy
- Rush Limbaugh

- From: Nagasaki
- Registered: 2002-03-21
- Posts: 2488
- Website
Re: A+ major build 2 and questions answered etc.
I'll do some localizations as soon as Systran is up. Great work, iopossom!
Offline
#4 2003-01-25 3:11 pm
- Mazer Rackham
- Member
- From: St. Pete, Florida, United Stat
- Registered: 2002-05-03
- Posts: 1882
- Website
Re: A+ major build 2 and questions answered etc.
Great progress! I like the assignment editor. I'll get working on those icons.
"Early to bed, early to rise makes a man stupid and blind in the eyes." -Mazer Rackham
Offline
#5 2003-01-25 3:22 pm
Re: A+ major build 2 and questions answered etc.
iopossum.... what are we calling the suite? I need to know, because everything right now says "GradeX" (The grading app). What are we gonna name the entire bundle?
I'm hoping a lot of us can get together soon online and talk about this. I was thinking "TA" or "Teacher's Aid" but I don't like it much. So I'm totally open to suggestions.
I'll do some localizations as soon as Systran is up. Great work, iopossom!
I'm looking forward to them
Great progress! I like the assignment editor. I'll get working on those icons.
Great
---
I'm going to email everyone that gave me their email tonight and get back in touch with a lot of people and see if we can really get this started.
---
This may sound silly, but I need someone who is good with "file formats". I'm currently stuck because I'm not sure how I should save the data. Should the students be saved in seperate files than the grades so that they can be used by the other 3 apps like this:
Code:
... <student id="1247"> <firstname>Joseph</firstname> <lastname>Stalin</lastname> </student> <student id="2345"> <firstname>John</firstname> <lastname>Lennon</lastname> </student> ...
Then, in a seperate file, such as "grades.aplus"
Code:
<assigment name="Homework 1" Date="January 25, 2003" pointTotal="25"> <grade forID="1247">23</grade> <grade forID="2345">25</grade> </assignment>
or... should it all be clumped in one file? A ".class" file? If not, then the students file may need to cross reference, like this:
Code:
<gradeLocation= "grades.aplus"/>
The other question is... should the assignments hold the grades, or the students?
Code:
<student id="1247"> <firstname>Joseph</firstname> <lastname>Stalin</lastname> <grade forAssigment="Homework 1">23</grade> </student> <student id="2345"> <firstname>John</firstname> <lastname>Lennon</lastname> <grade forAssigment="Homework 1">23</grade> </student>
Each method has it's drawbacks. I'm totally open to suggestions in this department too.
Offline
#6 2003-01-25 3:37 pm
- Mazer Rackham
- Member
- From: St. Pete, Florida, United Stat
- Registered: 2002-05-03
- Posts: 1882
- Website
Re: A+ major build 2 and questions answered etc.
I think the file should contain all the students, all the assignments and all the grades. Perhaps, if different classes had the same assignments there would be a way to extract all the assignments from a .class file (just the points, extra credit, name, date and all that) and put them in another file.
I've seen teachers add an assignment for each class (on some Windows program used at school) so I don't think they mind.
Also, I was thinking the name could be something like "eSuite," the e for education. eSuite, however, is taken.
It's a MySQL doodle.
"Early to bed, early to rise makes a man stupid and blind in the eyes." -Mazer Rackham
Offline
#7 2003-01-25 3:49 pm
- Seidoger
- Member
- From: Montreal
- Registered: 2001-08-31
- Posts: 231
Re: A+ major build 2 and questions answered etc.
Would be glad to try it but the sheet that pops out at startup is too big for my 800X600 iBook, I can't dismiss it 
- Seidoger "The installation of our date was unseccessful leaving your daughter untouched"
Offline
#8 2003-01-25 5:17 pm
- IcePenguin
- Cool down

- From: Antarctica. Brr.
- Registered: 2001-05-16
- Posts: 997
- Website
Re: A+ major build 2 and questions answered etc.
How about MacClassroom? It sounds kinda cool I think. 
Offline
#9 2003-01-25 5:22 pm
- Mazer Rackham
- Member
- From: St. Pete, Florida, United Stat
- Registered: 2002-05-03
- Posts: 1882
- Website
Re: A+ major build 2 and questions answered etc.
How about MacClassroom? It sounds kinda cool I think.
Too long... Maybe like MacClass or iClass or eClass or something.
At least we're getting somewhere 
"Early to bed, early to rise makes a man stupid and blind in the eyes." -Mazer Rackham
Offline
#10 2003-01-25 5:30 pm
- IcePenguin
- Cool down

- From: Antarctica. Brr.
- Registered: 2001-05-16
- Posts: 997
- Website
Re: A+ major build 2 and questions answered etc.
eClass sounds cool... wadda ya think, iopossum?
Offline
#11 2003-01-25 6:53 pm
Re: A+ major build 2 and questions answered etc.
works for me
Offline
#12 2003-01-25 7:00 pm
- Mazer Rackham
- Member
- From: St. Pete, Florida, United Stat
- Registered: 2002-05-03
- Posts: 1882
- Website
Re: A+ major build 2 and questions answered etc.
Isn't eClass the name of a car? Or, "E Class"? I swear it's an SUV or something.
Just FYI 
"Early to bed, early to rise makes a man stupid and blind in the eyes." -Mazer Rackham
Offline
#13 2003-01-25 7:03 pm
Re: A+ major build 2 and questions answered etc.
he's right. Plus, education Class is kinda redundant isnt it.
Offline
#14 2003-01-26 8:40 am
Re: A+ major build 2 and questions answered etc.
The other question is... should the assignments hold the grades, or the students?
...
Each method has it's drawbacks. I'm totally open to suggestions in this department too.
Dude, that's high school stuff!
Normalisation of database tables? You may not have done it before.
Anyway, my advice to you is to always think of the one-to-many relationship: A teacher can have many classes, a class can have many students, a student can have many assigments, etc. Therefore, teachers, classes, students and assigments would all be different databases/tables/files.
Otherwise, you're going to end up with some *horrible* looking XML entries by the end of the year...
Offline
#15 2003-01-26 10:34 am
- intaglio
- Member

- From: here and there
- Registered: 2001-08-19
- Posts: 306
Re: A+ major build 2 and questions answered etc.
If A-pLus or A+ isn't already the name, I would suggest it as a suitable name. Some people might confuse A+ with the word At.
Offline
#16 2003-01-26 2:40 pm
- Touque Guy
- Rush Limbaugh

- From: Nagasaki
- Registered: 2002-03-21
- Posts: 2488
- Website
Re: A+ major build 2 and questions answered etc.
eduClass?
eSchool?
Bellcurve? (this could be a name for a program)
Offline

