changeset 3434:eac2e2279719

プログラムを改良しました
author houtin <c115080@g.koeki-u.ac.jp>
date Thu, 27 Jul 2017 18:32:35 +0900
parents 97e7ea8330bd
children 62c2055f42fd
files event/oasis2017/quiz/quiz.rb
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/event/oasis2017/quiz/quiz.rb	Thu Jul 27 18:15:57 2017 +0900
+++ b/event/oasis2017/quiz/quiz.rb	Thu Jul 27 18:32:35 2017 +0900
@@ -113,7 +113,7 @@
 if form_mode > ""
   quiz_mode = form_mode
 else
-  quiz_mode = ARGV[0] || "futsu"	# kantan, futsu, muzukashi
+  quiz_mode = ARGV[0] || "kantan"	# kantan, futsu, muzukashi
 end
 if not /kantan|futsu|muzukashi/ =~ quiz_mode then
   print(<<-EOF)

yatex.org