This repository was archived by the owner on Jun 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ export class ActiveCode extends RunestoneBase {
648648 $ ( this . timestampP ) . text ( `${ curVal } - ${ pos + 1 } of ${ outOf } ` ) ;
649649 this . logBookEvent ( {
650650 event : "activecode" ,
651- act : "save&run: " + curVal ,
651+ act : "slide " + curVal ,
652652 div_id : this . divid ,
653653 } ) ;
654654 } ;
@@ -1275,7 +1275,7 @@ Yet another is that there is an internal error. The internal error message is:
12751275 if ( this . is_toggle && this . runCount == 3 ) {
12761276 if ( this . errinfo != "success" || this . unit_results . substring ( 8 , 11 ) != 100.0 ) {
12771277 setTimeout ( function ( ) { alert ( "Help is Available Using the Toggle Question Selector! You can try the Mixed-up Question first." ) ; } , 500 ) ;
1278- this . logBookEvent ( {
1278+ await this . logBookEvent ( {
12791279 event : "togglealert" ,
12801280 act : "Help is Available Using the Toggle Question Selector" ,
12811281 div_id : this . divid ,
Original file line number Diff line number Diff line change @@ -2042,10 +2042,8 @@ export default class Parsons extends RunestoneBase {
20422042 //this.helpButton.disabled = true;
20432043 //}
20442044 // if less than 3 attempts
2045- console . log ( "msg_parson_atleast_three_attempts" )
20462045 if ( this . numDistinct < 3 ) {
20472046 alert ( $ . i18n ( "msg_parson_atleast_three_attempts" ) ) ;
2048- console . log ( "msg_parson_atleast_three_attempts" )
20492047 }
20502048 // otherwise give help
20512049 else {
You can’t perform that action at this time.
0 commit comments