Working on the saving of data

This commit is contained in:
Jonathan Putney
2019-11-15 17:24:30 -05:00
parent 51da89f737
commit 8e6f6c47e9
11 changed files with 559 additions and 75 deletions

View File

@@ -290,7 +290,7 @@ class CMICore extends BaseCMI {
#student_name = '';
#lesson_location = '';
#credit = '';
#lesson_status = '';
#lesson_status = 'not attempted';
#entry = '';
#total_time = '';
#lesson_mode = 'normal';