-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matching Questions and the start of Order Questions #16
base: master
Are you sure you want to change the base?
Conversation
var dummyRows = this.content.length; | ||
var dummyCols = this.content[0].length; | ||
|
||
var dummyCode = '<table'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mixed double and single quotes.
Herr Krenz, vielen Dank für diesen umfassenden Pullrequest! |
… unten nach oben; re-do create-interface of order questions; start to build relative result table and its database representation
… in hinsicht auf order_questions überarbeitet bis auf qti-parser
…r questions stellte nun auch richtige reihenfolge in der relativen ergebnistabelle ein; die präsentation von kategorie-survey-results fertig; fertigstellung aller parser für order, match und category questions; import-seite angepasst
if ((fromHere-tillThere) == 0) | ||
{rowspan = myString.charAt(fromHere);} | ||
else | ||
{rowspan = myString.substring(fromHere,tillThere);} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long.
@@ -0,0 +1,5 @@ | |||
require 'spec_helper' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
@@ -175,6 +204,22 @@ def destroy | |||
end | |||
end | |||
|
|||
def clone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handelt es sich hierbei nicht um ein Duplikat der add_to_own
-Funktion?
Wir werden die Fragentypen "Drag and Drop" und "Zuordnen" voraussichtlich im August auf Basis Ihres Pullrequests übernehmen. Hierbei werden wir kleinere Anpassungen, die insbesondere die Anzahl des Codes reduzieren, vornehmen. Wir werden diese Anpassungen öffentlich durchführen. |
Das freut mich zu hören! Und wie steht es mit dem Fragetyp "Kategorie"? Am 23.07.2015 um 17:02 schrieb Michael Whittaker [email protected]:
|
Beste Grüße
KKrenz