ILIAS open source Forums

Forums have been moved to the ILIAS Information Center!
Please do not post bug reports into these forums but into the Mantis Bug Tracker.
Please do not post any security exploits. Act accoring to RFPolicy and send a mail to "ilias-security AT uni-koeln DOT de" .
It is currently Fri May 24, 2013 23:47

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Error im ClozeTest und im Paragraph-Edit
PostPosted: Tue Jan 25, 2005 15:43 
Offline

Joined: Tue Mar 30, 2004 16:12
Posts: 35
Location: Universität Mainz
Hallo,

Ich finde folgende Stellen in Ilias3.2.4 und Ilias3.3.0-beta1 als fehlerhaft.

1. Wenn man die Testergebnisse eines Tests anzeigen lässt und auf den Titel einer ClozeTest-Frage drückt, erscheint die korrekte Lösung jedesmal ganz verschieden. Im /ilias3/assesment/classes/class.assClozeTestGUI.php habe ich die Condition 'if ($answer->isStateChecked())' mit 'if ($answer->isStateChecked())and ($answer->get_points()))' gewechselt, so ist die korrekte Lösung wirklich korrekt.

Aszug mit dem Fehler:

function outWorkingForm($test_id = "", $is_postponed = false, $showsolution = 0)
{
...
foreach ($gap as $answeridx => $answer)
{
$points += $answer->get_points();
if ($answer->isStateChecked())
{
...

2. Die Codezeile $found[1] = str_replace("?", "\?", $found[1]); in
/ilias3/content/classes/Pages/class.ilPCParagraph.php, function input2xml($a_text) und function xml2output($a_text) verursacht Hängen beim Speichern eines Paragraphs, in dem External Links mit Parametern eingegeben sind. Und $a_text = stripslashes($a_text) in der Funktion input2xml($a_text) erlaubt keine Eingabe von Backslash im Text.

Grüsse,
dviss


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jan 28, 2005 13:05 
Offline
Mitglied ILIAS open source e-Learning e. V.
User avatar

Joined: Mon Aug 20, 2001 02:00
Posts: 1024
Location: ILIAS open source, Cologne, Germany
Vielen Dank für die Hinweise. Eine noch grössere Hilfe wäre es, wenn Sie die Fehlerreports noch in de Mantis Bugtracker einstellen könnten.

_________________
Matthias Kunkel
ILIAS open source @ University of Cologne


Top
 Profile  
 
 Post subject: Fehler im close test
PostPosted: Tue Feb 22, 2005 08:44 
Offline
User avatar

Joined: Thu Mar 18, 2004 16:00
Posts: 1556
Location: Loxstedt
Hallo dviss,
danke für die Hilfe. Wie bereits von Matthias angesprochen ist es besser, so etwas in den Mantis Bugtracker einzustellen, da ich leider nur sehr sporadisch in das Forum schaue... Sorry.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group