From ff364aefd1e86d7803dda06f9eed784b4d9e429a Mon Sep 17 00:00:00 2001 From: Rob van Son Date: Fri, 9 Jan 2015 10:04:56 +0100 Subject: [PATCH] Made grading autosave --- InitialiseSGC2.praat | 6 ++++++ ManPages/Monitoring_progress.man | 7 +++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/InitialiseSGC2.praat b/InitialiseSGC2.praat index 7122535..15b6dbd 100644 --- a/InitialiseSGC2.praat +++ b/InitialiseSGC2.praat @@ -572,6 +572,12 @@ procedure setGrade .grade$ endif Set numeric value: 1, "Grade", .meanGrade + # Store current performance table + if sgc.savePerf$ <> "" and fileReadable(sgc.savePerf$) + select Table 'initialiseSGC2.toneevaluation_table$' + Write to table file... 'sgc.savePerf$' + endif + endif endproc diff --git a/ManPages/Monitoring_progress.man b/ManPages/Monitoring_progress.man index 7bb955c..df69aa8 100644 --- a/ManPages/Monitoring_progress.man +++ b/ManPages/Monitoring_progress.man @@ -27,11 +27,14 @@ again. When available, %%SpeakGoodChinese% will display and play the stored reco for evaluation until a new one is recorded. The recordings are available even when the %%Save Audio% button has been deactivated." + "Practice statistics are automatically stored together with the speech recordings. +During the time the %%Save Audio% button is active, performance tables cannot be manipulated +(i.e., saved, read, or cleared) and the relevant buttons will be greyed out. " + "For evaluation and grading purposes, a student can upload a directory with stored practice recordings and a corresponding practice summary. When the teacher loads the required wordlist and then opens the student's practice summary, she can listen to the audio recordings using the %%Play% button while she steps through the list. A grading can be entered by pressing one of the number keys 0-9. This grading will be stored in the practice summary. " - "%%Note: The practice summary has to be saved before another practice list is read or -SpeakGoodChinese is closed.%" + -- 2.11.4.GIT