google-code-export / student-worker-relational-database

Automatically exported from code.google.com/p/student-worker-relational-database
1 stars 1 forks source link

Engrade sync - force minimum grade #287

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Often a school has a minimum grade, at crb this is 60. If engrade has a score 
of below 60 it should enter as 60. This must be a configurable value that 
defaults to 0.

Original issue reported on code.google.com by dmccar...@cristoreybrooklyn.org on 7 Mar 2012 at 5:21

GoogleCodeExporter commented 9 years ago
Danielle you had an idea of another way to solve this. What was it?

Original comment by dmbs...@gmail.com on 9 Mar 2012 at 2:41

GoogleCodeExporter commented 9 years ago

Original comment by dmbs...@gmail.com on 9 Mar 2012 at 2:41

GoogleCodeExporter commented 9 years ago
Hey David,

      I don't know anything about how you can create templates for report
cards and transcripts and such but I know that  you can manipulate them
pretty extensively from what I've seen. My idea was to perhaps leave the
Engrade scores as is, sync them to Sword as is &have some sort of
manipulation on the templates that would override any number under 60. So a
grade might appear as 49 on Engrade, we would leave it- sync it to Sword,
leave the grade as is, but have an override on the template that
autocorrects any numbers under 60 when I try to populate a report for a
student. Do you kind of understand what I mean? Is what I'm thinking even
possible?

Thanks

       Danielle

On Thu, Mar 8, 2012 at 9:46 PM, <
student-worker-relational-database@googlecode.com> wrote:

Original comment by dmccar...@cristoreybrooklyn.org on 9 Mar 2012 at 3:05

GoogleCodeExporter commented 9 years ago
This will be on the template instead. We will add to 
grades.models.Grade.get_grade()

a option min argument

Original comment by dmbs...@gmail.com on 14 Mar 2012 at 9:00

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 60809606e819.

Original comment by da...@burkesoftware.com on 17 Mar 2012 at 4:28

GoogleCodeExporter commented 9 years ago
Changed min to minimum. Use like

.get_grade(minimum=60)

Original comment by dmbs...@gmail.com on 17 Mar 2012 at 4:53