{"exportData":{"session":{"name":"Demo & Evaluation of ARSnova","shortName":"Demo","keyword":"96407759","active":true,"courseType":"","creationTime":1443104335847,"sessionType":null,"ppLevel":null,"ppSubject":null,"numQuestions":16,"numAnswers":155,"numInterposed":1,"numUnredInterposed":0,"numUnanswered":0,"type":"session"},"questions":[{"type":"skill_question","questionType":"abcd","questionVariant":"lecture","subject":"A: Physics and Computer Sciences","text":"A1: What is this equation called?\n\n$$\\oint_{\\partial \\Sigma} \\mathbf{E} \\cdot \\mathrm{d}\\boldsymbol{\\ell} = - \\frac{d}{dt} \\iint_{\\Sigma} \\mathbf{B} \\cdot \\mathrm{d}\\mathbf{S}$$","active":true,"releasedFor":"all","possibleAnswers":[{"id":"A","text":"A: Ampère's circuital law","correct":false,"value":-10},{"id":"B","text":"B: Maxwell-Faraday equation","correct":true,"value":10},{"id":"C","text":"C: Gauss's law for magnetism","correct":false,"value":-10}],"noCorrect":false,"sessionId":"e90036cd8fd351c07e5db4a16000fa4b","sessionKeyword":"96407759","timestamp":0,"number":0,"duration":0,"piRound":1,"piRoundEndTime":0,"piRoundStartTime":0,"piRoundFinished":true,"piRoundActive":false,"votingDisabled":false,"showStatistic":true,"showAnswer":true,"abstention":true,"_id":"e90036cd8fd351c07e5db4a16000fdc9","_rev":"3-a3ba485e9663c9a8632215488aba9cf2","image":null,"fcImage":null,"gridSize":0,"offsetX":0,"offsetY":0,"zoomLvl":0,"gridOffsetX":0,"gridOffsetY":0,"gridZoomLvl":0,"gridSizeX":0,"gridSizeY":0,"gridIsHidden":false,"imgRotation":0,"toggleFieldsLeft":false,"numClickableFields":0,"thresholdCorrectAnswers":0,"cvIsColored":false,"gridLineColor":null,"numberOfDots":0,"gridType":null,"scaleFactor":null,"gridScaleFactor":null,"imageQuestion":false,"textAnswerEnabled":false,"hint":"Hier könnte ein Hinweis stehen, welche Überlegungen man zu den einzelnen Antwortoptionen anstellen sollte.","solution":"Hier sollte eine Begründung stehen, warum die Antwortoption **B** richtig ist. Auch sollten die beiden Distraktoren **A** und **C** erläutert werden.\n\nSchließlich könnte auf relevante Literatur im Netz oder Kapitel im Skript hingewiesen werden: [Induktionsgesetz in Integralform](https://de.wikipedia.org/wiki/Maxwell-Gleichungen) (Michael Faraday ist der Entdecker der Induktion, 3. Maxwell-Gleichung: Änderungen des magnetischen Feldes führen zu einem elektrischen Wirbelfeld)","session":"e90036cd8fd351c07e5db4a16000fa4b","answers":[{"_id":null,"_rev":null,"type":"skill_question_answer","sessionId":null,"questionId":"e90036cd8fd351c07e5db4a16000fdc9","answerText":null,"answerSubject":null,"questionVariant":null,"questionValue":0,"piRound":1,"timestamp":0,"read":false,"answerCount":2,"abstention":false,"abstentionCount":2,"answerThumbnailImage":null},{"_id":null,"_rev":null,"type":"skill_question_answer","sessionId":null,"questionId":"e90036cd8fd351c07e5db4a16000fdc9","answerText":"A: Ampère's circuital law","answerSubject":null,"questionVariant":null,"questionValue":0,"piRound":1,"timestamp":0,"read":false,"answerCount":5,"abstention":false,"abstentionCount":2,"answerThumbnailImage":null},{"_id":null,"_rev":null,"type":"skill_question_answer","sessionId":null,"questionId":"e90036cd8fd351c07e5db4a16000fdc9","answerText":"B: Maxwell-Faraday equation","answerSubject":null,"questionVariant":null,"questionValue":0,"piRound":1,"timestamp":0,"read":false,"answerCount":13,"abstention":false,"abstentionCount":2,"answerThumbnailImage":null},{"_id":null,"_rev":null,"type":"skill_question_answer","sessionId":null,"questionId":"e90036cd8fd351c07e5db4a16000fdc9","answerText":"C: Gauss's law for magnetism","answerSubject":null,"questionVariant":null,"questionValue":0,"piRound":1,"timestamp":0,"read":false,"answerCount":4,"abstention":false,"abstentionCount":2,"answerThumbnailImage":null}]},{"type":"skill_question","questionType":"abcd","questionVariant":"lecture","subject":"A: Physics and Computer Sciences","text":"A2: In which language is this program written?\n\n
Lorem ipsum dolor sit amet, graecis denique ei vel, at duo primis mandamus. Et legere ocurreret pri, animal tacimates complectitur ad cum. Cu eum inermis inimicus efficiendi. Labore officiis his ex, soluta officiis concludaturque ei qui, vide sensibus vim ad.
\n```\n\n\n\n\n```\n\nBlockquotes can also be nested:\n\n``` markdown\n> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue. \nNunc augue augue, aliquam non hendrerit ac, commodo vel nisi. \n>> Sed adipiscing elit vitae augue consectetur a gravida nunc vehicula. Donec auctor \nodio non est accumsan facilisis. Aliquam id turpis in dolor tincidunt mollis ac eu diam.\n>>> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue. \nNunc augue augue, aliquam non hendrerit ac, commodo vel nisi. \n```\n\nRenders to:\n\n> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue. \nNunc augue augue, aliquam non hendrerit ac, commodo vel nisi. \n>> Sed adipiscing elit vitae augue consectetur a gravida nunc vehicula. Donec auctor \nodio non est accumsan facilisis. Aliquam id turpis in dolor tincidunt mollis ac eu diam.\n>>> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue. \nNunc augue augue, aliquam non hendrerit ac, commodo vel nisi. \n\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
\n
\n``` html\nSample text here...\n```\n\n\n\n```\nSample text here...\n```\n\nHTML:\n\n``` html\n
\n\n```\n\n### Syntax highlighting\n\nGFM, or \"GitHub Flavored Markdown\" also supports syntax highlighting. To activate it, simply add the file extension of the language you want to use directly after the first code \"fence\", ` ``` js `, and syntax highlighting will automatically be applied in the rendered HTML. For example, to apply syntax highlighting to JavaScript code:\n\nSample text here...
\n
\n``` javascript\ngrunt.initConfig({\n assemble: {\n options: {\n assets: 'docs/assets',\n data: 'src/data/*.{json,yml}',\n helpers: 'src/custom-helpers.js',\n partials: ['src/partials/**/*.{hbs,md}']\n },\n pages: {\n options: {\n layout: 'default.hbs'\n },\n files: {\n './': ['src/templates/pages/index.hbs']\n }\n }\n }\n};\n```\n\n\nRenders to:\n\n``` javascript\ngrunt.initConfig({\n assemble: {\n options: {\n assets: 'docs/assets',\n data: 'src/data/*.{json,yml}',\n helpers: 'src/custom-helpers.js',\n partials: ['src/partials/**/*.{hbs,md}']\n },\n pages: {\n options: {\n layout: 'default.hbs'\n },\n files: {\n './': ['src/templates/pages/index.hbs']\n }\n }\n }\n};\n```\n\nAnd this complicated HTML:\n\n``` xml\n
grunt.initConfig({\n assemble: {\n options: {\n assets: 'docs/assets',\n data: 'src/data/*.{json,yml}',\n helpers: 'src/custom-helpers.js',\n partials: ['src/partials/**/*.{hbs,md}']\n },\n pages: {\n options: {\n layout: 'default.hbs'\n },\n files: {\n './': ['src/templates/pages/index.hbs']\n }\n }\n }\n};\n
Option | \nDescription | \n
---|---|
data | \npath to data files to supply the data that will be passed into templates. | \n
engine | \nengine to be used for processing templates. Handlebars is the default. | \n
ext | \nextension to be used for dest files. | \n
Lorem ipsum dolor sit amet, graecis denique ei vel, at duo primis mandamus. Et legere ocurreret pri, animal tacimates complectitur ad cum. Cu eum inermis inimicus efficiendi. Labore officiis his ex, soluta officiis concludaturque ei qui, vide sensibus vim ad.
\n```\n\n\n\n\n```\n\nBlockquotes can also be nested:\n\n``` markdown\n> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue. \nNunc augue augue, aliquam non hendrerit ac, commodo vel nisi. \n>> Sed adipiscing elit vitae augue consectetur a gravida nunc vehicula. Donec auctor \nodio non est accumsan facilisis. Aliquam id turpis in dolor tincidunt mollis ac eu diam.\n>>> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue. \nNunc augue augue, aliquam non hendrerit ac, commodo vel nisi. \n```\n\nRenders to:\n\n> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue. \nNunc augue augue, aliquam non hendrerit ac, commodo vel nisi. \n>> Sed adipiscing elit vitae augue consectetur a gravida nunc vehicula. Donec auctor \nodio non est accumsan facilisis. Aliquam id turpis in dolor tincidunt mollis ac eu diam.\n>>> Donec massa lacus, ultricies a ullamcorper in, fermentum sed augue. \nNunc augue augue, aliquam non hendrerit ac, commodo vel nisi. \n\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.
\n
\n``` html\nSample text here...\n```\n\n\n\n```\nSample text here...\n```\n\nHTML:\n\n``` html\n
\n\n```\n\n### Syntax highlighting\n\nGFM, or \"GitHub Flavored Markdown\" also supports syntax highlighting. To activate it, simply add the file extension of the language you want to use directly after the first code \"fence\", ` ``` js `, and syntax highlighting will automatically be applied in the rendered HTML. For example, to apply syntax highlighting to JavaScript code:\n\nSample text here...
\n
\n``` javascript\ngrunt.initConfig({\n assemble: {\n options: {\n assets: 'docs/assets',\n data: 'src/data/*.{json,yml}',\n helpers: 'src/custom-helpers.js',\n partials: ['src/partials/**/*.{hbs,md}']\n },\n pages: {\n options: {\n layout: 'default.hbs'\n },\n files: {\n './': ['src/templates/pages/index.hbs']\n }\n }\n }\n};\n```\n\n\nRenders to:\n\n``` javascript\ngrunt.initConfig({\n assemble: {\n options: {\n assets: 'docs/assets',\n data: 'src/data/*.{json,yml}',\n helpers: 'src/custom-helpers.js',\n partials: ['src/partials/**/*.{hbs,md}']\n },\n pages: {\n options: {\n layout: 'default.hbs'\n },\n files: {\n './': ['src/templates/pages/index.hbs']\n }\n }\n }\n};\n```\n\nAnd this complicated HTML:\n\n``` xml\n
grunt.initConfig({\n assemble: {\n options: {\n assets: 'docs/assets',\n data: 'src/data/*.{json,yml}',\n helpers: 'src/custom-helpers.js',\n partials: ['src/partials/**/*.{hbs,md}']\n },\n pages: {\n options: {\n layout: 'default.hbs'\n },\n files: {\n './': ['src/templates/pages/index.hbs']\n }\n }\n }\n};\n
Option | \nDescription | \n
---|---|
data | \npath to data files to supply the data that will be passed into templates. | \n
engine | \nengine to be used for processing templates. Handlebars is the default. | \n
ext | \nextension to be used for dest files. | \n