From 7ec839aaacf750082eb5f8a0b42a6bbfa82aa997 Mon Sep 17 00:00:00 2001 From: tekay <tom.kaesler@mni.thm.de> Date: Wed, 5 Oct 2016 14:53:36 +0200 Subject: [PATCH] change timer to 30 change volume to 100 --- src/main/webapp/app/controller/QuestionExport.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/app/controller/QuestionExport.js b/src/main/webapp/app/controller/QuestionExport.js index 544394c9b..5135fec20 100644 --- a/src/main/webapp/app/controller/QuestionExport.js +++ b/src/main/webapp/app/controller/QuestionExport.js @@ -225,7 +225,7 @@ Ext.define("ARSnova.controller.QuestionExport", { var clickQuestion = { hashtag: "ImportFromARSnova", questionText: "## " + question.subject + " ##" + "\n" + question.text, - timer: 20, + timer: 30, startTime: 0, questionIndex: 0, answerOptionList: this.parseAnswerOptionsForClick(question) @@ -259,7 +259,7 @@ Ext.define("ARSnova.controller.QuestionExport", { hashtag: "ImportFromARSnova", isEnabled: 0, title: "Song1", - volume: 80 + volume: 100 }, theme: "theme-blackbeauty", nicks: { -- GitLab