Index: openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml,v diff -u -r1.2.2.4 -r1.2.2.5 --- openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml 29 Nov 2019 20:36:50 -0000 1.2.2.4 +++ openacs-4/packages/xowf/catalog/xowf.de_DE.ISO-8859-1.xml 5 Dec 2019 20:59:14 -0000 1.2.2.5 @@ -44,7 +44,9 @@ Schalte Pr�fung nochmals frei Aktualisieren Drucken - + + Aktuelle Signatur + Abgegebene Signatur Liste der Bearbeitungen Wollen Sie einen Probelauf durchf�hren? Studierende k�nnen die Fragen mit folgendem Link beantworten Index: openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml,v diff -u -r1.2.2.4 -r1.2.2.5 --- openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml 29 Nov 2019 20:36:50 -0000 1.2.2.4 +++ openacs-4/packages/xowf/catalog/xowf.en_US.ISO-8859-1.xml 5 Dec 2019 20:59:14 -0000 1.2.2.5 @@ -28,7 +28,7 @@ Draft Exam (not published) Exam open (published) Exam closed - Antwort + Answer Question Questions First Question @@ -42,8 +42,11 @@ participants answered this question Results Show Results - Results_of + Results of + Actual Signature + Submission Signature + Create Exam Review Exam Final submission @@ -82,6 +85,8 @@ Waiting for next question ... The quiz is currently not available for answering You have already answered question %number% + Listing of Submitted Quizzes + Short Text Question Single Choice Question Multiple Choice Question Index: openacs-4/packages/xowf/lib/inclass-quiz.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/inclass-quiz.wf,v diff -u -r1.1.2.5 -r1.1.2.6 --- openacs-4/packages/xowf/lib/inclass-quiz.wf 29 Nov 2019 20:36:50 -0000 1.1.2.5 +++ openacs-4/packages/xowf/lib/inclass-quiz.wf 5 Dec 2019 20:59:14 -0000 1.1.2.6 @@ -211,7 +211,7 @@ set pLink . ;# deactivated for the time being #util_user_message -html -message "$survey is available as $pLink" set menu [subst {\[#xowf.refresh#, - #xowf.online-exam-exam_instances#, + #xowf.inclass-quiz-quiz_instances#, #xowf.print#\]}] } @@ -350,7 +350,7 @@ set pretty_date [clock format [clock scan $time] -format "%Y-%m-%d %T"] # # The call to "render_content" calls actually the - # "summary_form" of online-exam-answer.wf when the submit + # "summary_form" of the *-answer.wf when the submit # instance is in state "done". We set the __feedback_mode to # get the auto-correction included. # Index: openacs-4/packages/xowf/lib/online-exam.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/online-exam.wf,v diff -u -r1.6.2.11 -r1.6.2.12 --- openacs-4/packages/xowf/lib/online-exam.wf 25 Nov 2019 14:51:46 -0000 1.6.2.11 +++ openacs-4/packages/xowf/lib/online-exam.wf 5 Dec 2019 20:59:14 -0000 1.6.2.12 @@ -267,10 +267,10 @@ set answerAttributes [xowf::test_item::renaming_form_loader \ answer_attributes [$i instance_attributes]] set sha256 [ns_md string -digest sha256 $answerAttributes] - set signatureString "
Aktuelle Signatur: $sha256
\n" + set signatureString "
online-exam-actual_signature: $sha256
\n" set submissionSignature [$i property signature ""] if {$submissionSignature ne ""} { - append signatureString "
Abgabe Signatur: $submissionSignature
\n" + append signatureString "
#xowf.online-exam-submission_signature#: $submissionSignature
\n" } } else { set signatureString ""