Skip to content
Snippets Groups Projects

Flashcards revisited

Merged Andreas Gärtner requested to merge flashcards-revisited into master
Viewing commit c6ce8886
Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -210,7 +210,7 @@ Ext.define("ARSnova.controller.QuestionExport", {
@@ -210,7 +210,7 @@ Ext.define("ARSnova.controller.QuestionExport", {
exportQuestionToClick: function (question) {
exportQuestionToClick: function (question) {
var clickQuestion = {
var clickQuestion = {
hashtag: "ImportFromARSnova",
hashtag: "ImportFromARSnova",
questionText: question.subject + "\\n" + question.text,
questionText: "## " + question.subject + " ##" + "\n" + question.text,
timer: 20,
timer: 20,
startTime: 0,
startTime: 0,
questionIndex: 0,
questionIndex: 0,