File tree Expand file tree Collapse file tree
teachingextensions/virtualproctor
teachingkidsprogramming/recipes/completed Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ public static String getFullName()
9191 }
9292 /**
9393 * Allows you to set the displayed username in Virtual Proctor
94- * <div><b>Example:</b> {@code VirtualProctor.setName(name )} </div>
94+ * <div><b>Example:</b> {@code VirtualProctor.setName("Grace Hopper" )} </div>
9595 *
9696 * @param name
9797 * A name that is displayed for the user in the Virtual
@@ -103,7 +103,7 @@ public static void setName(String name)
103103 }
104104 /**
105105 * Allows you to set the displayed classroom name in Virtual Proctor
106- * <div><b>Example:</b> {@code VirtualProctor.setClassName(className )} </div>
106+ * <div><b>Example:</b> {@code VirtualProctor.setClassName("LePort School" )} </div>
107107 *
108108 * @param className
109109 * A name that is displayed for the student classroom in the Virtual
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public static void main(String[] args) throws Exception
2525 s .setSound (Sound .TKPSound .LoveBeingATurtle );
2626 s .playSound ();
2727 }
28- VirtualProctor .setClassName ("TKPHouseAtHome " );
29- VirtualProctor .setName ("LynnLangit " );
28+ VirtualProctor .setClassName ("TKP SoCal " );
29+ VirtualProctor .setName ("Lynn Langit " );
3030 }
3131}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public static void main(String[] args) throws Exception
2626 //
2727 // (Optional): Sign your work using the Virtual Proctor
2828 // See your work at http://virtualproctor.tkpjava.org
29- VirtualProctor .setClassName ("TKPHouse " );
30- VirtualProctor .setName ("LynnLangit " );
29+ VirtualProctor .setClassName ("TKP House " );
30+ VirtualProctor .setName ("Lynn Langit " );
3131 }
3232}
You can’t perform that action at this time.
0 commit comments