Got the printable score certificate done. Working on resuming a Lesson. Noted that completion flag is not getting set properly.
Recent Updates Page 12 Toggle Comment Threads | Keyboard Shortcuts
-
Elmer Masters
-
Elmer Masters
Score details working. On to the printable Lesson certificate. This will take a bit as I need to rewrite the various queries.
Should probably be added to the module itself. -
Elmer Masters
Now working on displaying the details of a saved score. For first pass will replicate existing features.
-
Elmer Masters
Note to self: Make sure there are actual scores to view before trying to troubleshot why scores aren’t showing on the page.
-
Elmer Masters
Fixed some of the query issues. The “query builder” I need to use to get the data for the MLR page is not well documented.
-
Elmer Masters
The My Lesson Runs page makes an appearance. Trimmed quite a bit of code but it is pretty cool.
-
Elmer Masters
Really, I don’t like “query builders”. Just let me write the proper, correct SQL. I’m a big boy, I know what I’m doing.
-
Elmer Masters
Up next is replacing pager_query() which doesn’t exist in D7. Found a good explanation at http://cca.li/qY.
-
Elmer Masters
Off to a good start. Lesson score XML being written back to db through D7.
-
Elmer Masters
Lessons run through D7 dev site are now recording access in LessonRun table in db. FTW. Now need to rework some of the Lesson JQ code to fit the dev environment.