EduploneExam/answers BlindGapAnswer.py,1.5,1.6 ChoiceGapAnswer.py,1.5,1.6 FreeTextAnswer.py,1.5,1.6 MatchingAnswer.py,1.6,1.7 MathAnswer.py,1.7,1.8 MultipleChoiceAnswer.py,1.5,1.6 SingleChoiceAnswer.py,1.5,1.6 TextTaskAnswer.py,1.5,1.6 TrueFalseAnswer.py,1.5,1.6

Nils Haagen <[email protected]>
Newsgroups gmane.comp.web.zope.eduplone.cvs
Message-ID <[email protected]>
Update of /cvsroot/eduplone/EduploneExam/answers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv877/answers

Modified Files:
	BlindGapAnswer.py ChoiceGapAnswer.py FreeTextAnswer.py 
	MatchingAnswer.py MathAnswer.py MultipleChoiceAnswer.py 
	SingleChoiceAnswer.py TextTaskAnswer.py TrueFalseAnswer.py 
Log Message:
answertest

Index: TrueFalseAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/TrueFalseAnswer.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TrueFalseAnswer.py	14 Dec 2004 15:06:25 -0000	1.5
--- TrueFalseAnswer.py	14 Dec 2004 16:02:24 -0000	1.6
***************
*** 99,102 ****
--- 99,103 ----
  
  ##code-section module-footer #fill in your manual code here
+ registerAnswerType(TrueFalseAnswer)
  ##/code-section module-footer
  

Index: MultipleChoiceAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/MultipleChoiceAnswer.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** MultipleChoiceAnswer.py	14 Dec 2004 15:06:25 -0000	1.5
--- MultipleChoiceAnswer.py	14 Dec 2004 16:02:24 -0000	1.6
***************
*** 99,102 ****
--- 99,103 ----
  
  ##code-section module-footer #fill in your manual code here
+ registerAnswerType(MultipleChoiceAnswer)
  ##/code-section module-footer
  

Index: MathAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/MathAnswer.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** MathAnswer.py	14 Dec 2004 15:06:25 -0000	1.7
--- MathAnswer.py	14 Dec 2004 16:02:24 -0000	1.8
***************
*** 129,132 ****
--- 129,133 ----
  
  ##code-section module-footer #fill in your manual code here
+ registerAnswerType(MathAnswer)
  ##/code-section module-footer
  

Index: MatchingAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/MatchingAnswer.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** MatchingAnswer.py	14 Dec 2004 15:06:25 -0000	1.6
--- MatchingAnswer.py	14 Dec 2004 16:02:24 -0000	1.7
***************
*** 141,144 ****
--- 141,145 ----
  
  ##code-section module-footer #fill in your manual code here
+ registerAnswerType(MatchingAnswer)
  ##/code-section module-footer
  

Index: FreeTextAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/FreeTextAnswer.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** FreeTextAnswer.py	14 Dec 2004 15:06:25 -0000	1.5
--- FreeTextAnswer.py	14 Dec 2004 16:02:24 -0000	1.6
***************
*** 129,132 ****
--- 129,133 ----
  
  ##code-section module-footer #fill in your manual code here
+ registerAnswerType(FreeTextAnswer)
  ##/code-section module-footer
  

Index: ChoiceGapAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/ChoiceGapAnswer.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ChoiceGapAnswer.py	14 Dec 2004 15:06:25 -0000	1.5
--- ChoiceGapAnswer.py	14 Dec 2004 16:02:24 -0000	1.6
***************
*** 126,129 ****
--- 126,132 ----
  
  ##code-section module-footer #fill in your manual code here
+ 
+ registerAnswerType(ChoiceGapAnswer)
+ 
  ##/code-section module-footer
  

Index: SingleChoiceAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/SingleChoiceAnswer.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** SingleChoiceAnswer.py	14 Dec 2004 15:06:25 -0000	1.5
--- SingleChoiceAnswer.py	14 Dec 2004 16:02:24 -0000	1.6
***************
*** 102,105 ****
--- 102,106 ----
  
  ##code-section module-footer #fill in your manual code here
+ registerAnswerType(SingleChoiceAnswer)
  ##/code-section module-footer
  

Index: BlindGapAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/BlindGapAnswer.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** BlindGapAnswer.py	14 Dec 2004 15:06:25 -0000	1.5
--- BlindGapAnswer.py	14 Dec 2004 16:02:24 -0000	1.6
***************
*** 135,138 ****
--- 135,139 ----
  
  ##code-section module-footer #fill in your manual code here
+ registerAnswerType(BlindGapAnswer)
  ##/code-section module-footer
  

Index: TextTaskAnswer.py
===================================================================
RCS file: /cvsroot/eduplone/EduploneExam/answers/TextTaskAnswer.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TextTaskAnswer.py	14 Dec 2004 15:06:25 -0000	1.5
--- TextTaskAnswer.py	14 Dec 2004 16:02:24 -0000	1.6
***************
*** 136,139 ****
--- 136,140 ----
  
  ##code-section module-footer #fill in your manual code here
+ registerAnswerType(TextTaskAnswer)
  ##/code-section module-footer
  



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.