Skip to content

Commit

Permalink
Updated Readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
DocStem committed Jan 3, 2021
1 parent 01ddedf commit 5afa6da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,11 @@ That is on the template but you dont have to keep it on any new template. just u
3. One of the tricks we did was to create a COURSE called SUBJECT SKILLS for each subject so that they could be pulled easily... We did not give them a PERIOD but did give them a MARKED designation

4. Modify your templates in the includes directory.
1. Called header.html -- holds the top first page header and the back page Comment Codes
2. maincourseblock.html is a Table Header it has %SKILL% which you can replace with the Subject the student is Scheduled for. This appends to the %COURSEMARKS% inside the header.html
3. marksrow.html is just a Row with cells that get a find and replace of %T#% (where # is 1, 2, 3, etc.). This will append to the Maincourseblock.html.
You need to modify the TEMPLATES to fit the format of your schools Report Cards.
1. whatever.MAIN.html -- holds the top first page header and the back page Comment Codes-- MAIN is a keyword make as many as you like just change the first part of the name.
2. Whatever.COURSE.html is a Table Header it has %SKILL% which you can replace with the Subject the student is Scheduled for. This appends to the %COURSEMARKS% inside the *.MAIN.html allows for different looks and feels. Move it to Quarters, Half Year, etc.
3. *.MARKSROW.html is just a Row with cells that get a find and replace of %T#% (where # is 1, 2, 3, etc.). This will append to the *.COURSE.html. Again lets for variation of the style.
You need to modify the TEMPLATES to fit the format of your schools Report Cards look and feel or use ours.


5. If you provide HONORS Certificates, you need to create your own. Use the current ones to understand how they work. (See files middleSchool.HONORS.html)
++ Our requirements are 92+ and Pass on all courses for First Honors. 85+ and Pass on all courses for Second Honors.
Expand All @@ -107,8 +108,8 @@ I would love to see some other ones.

### Program: Things To Do -- Further Development
------
1. Modify the COURSETABLE function to allow variable Targeted Courses to be placed where ever on the template
1. Modify the COURSETABLE function to allow variable Targeted Courses to be placed where ever on the template (Currently you can target for specific Placement CHRISTIAN_VALUES, SUCCESSFUL_LEARNER, EFFORT & CONDUCT)
2. Add a Configuration table to house; icons associated with Marks, Updated Certificates, rules for Honors
3. Perfect Attendance Certificate
4. Find a way to update the module without Activate / Deactivate Delete.


7 changes: 4 additions & 3 deletions READMEREPORTCARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ System To Do
give them a MARKED designation

4- Modify your templates in the includes directory.
a. Called header.html -- holds the top first page header and the back page Comment Codes
b. maincourseblock.html is a Table Header it has %SKILL% which you can replace with the Subject the student is Schedules for. This appends to the %COURSEMARKS% inside the header.html
c. marksrow.html is just a Row with cells that get a find and replace of %T#% (where # is 1, 2, 3, etc.). This will append to the Maincourseblock.html.
a. Called header.MAIN.html -- holds the top first page header and the back page Comment Codes/The key word is MAIN
b. Whatever.COURSE.html is a Table Header it has %SKILL% which you can replace with the Subject the student is Schedules for. This appends to the %COURSEMARKS% inside the header.html -- allows you the flexibilty to change the look and feel of Subject / Skill tables.
c. Whatever.MARKSROWS.html is just a Row with cells that get a find and replace of %T#% (where # is 1, 2, 3, etc.). This will append to the *.COURSE.html.
Together the 3 can be used for mix / match and new styler report cards. I have include 2 similar of each.



Expand Down

0 comments on commit 5afa6da

Please sign in to comment.