Skip to content
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

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open

Matching Questions and the start of Order Questions #16

wants to merge 22 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 15, 2015

  • Fragen vom Typ Zuordnen können erstellt, bearbeitet, gestellt, beantwortet und ausgewertet werden
  • Fragen vom Typ Zuordnen können importiert und exportiert werden im Format Gift, csv (hier habe ich allgemein ein paar Änderungen vorgenommen) und moodle xml
  • Fragen vom Typ Reihenfolge können erstellt und bearbeitet werden (Ergebnisauswertung und Teilnahme sind noch in Konzeption bzw. Bearbeitung)

Beste Grüße
KKrenz

var dummyRows = this.content.length;
var dummyCols = this.content[0].length;

var dummyCode = '<table';

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.

@MichaelWhi
Copy link
Member

Herr Krenz, vielen Dank für diesen umfassenden Pullrequest!
Wir werden uns diesen Anfang nächster Woche im Entwicklerteam anschauen und durchgehen und dann versuchen, erste Features in unseren Code zu mergen.

… 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);}

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'

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
Copy link
Member

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?

@MichaelWhi
Copy link
Member

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.

@ghost
Copy link
Author

ghost commented Jul 23, 2015

Das freut mich zu hören! Und wie steht es mit dem Fragetyp "Kategorie"?
Mit besten Grüßen
Konstantin Krenz

Am 23.07.2015 um 17:02 schrieb Michael Whittaker [email protected]:

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.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants