EduploneExam/interfaces IExamContext.py,NONE,1.1 IExamResponse.py,NONE,1.1

Jens Klein <[email protected]>
Newsgroups gmane.comp.web.zope.eduplone.cvs
Message-ID <[email protected]>
Update of /cvsroot/eduplone/EduploneExam/interfaces
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21005/interfaces

Added Files:
	IExamContext.py IExamResponse.py 
Log Message:
adding missing new files


--- NEW FILE: IExamResponse.py ---
# File: IExamResponse.py
"""\
unknown

RCS-ID $Id: IExamResponse.py,v 1.1 2004/12/14 19:48:37 yenzenz Exp $
"""
# Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed
# by FH-Aargau, Switzerland
#
# Generated: Tue Dec 14 20:43:07 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
# GNU General Public Licence (GPL)
# 
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
# Place, Suite 330, Boston, MA  02111-1307  USA
#
__author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
__docformat__ = 'plaintext'


from Interface import Base

class IExamResponse(Base):
    '''
    
    '''

    #Methods

    def setQuestion():
        '''
        
        '''
        
        pass


    def getQuestion():
        '''
        
        '''
        
        pass


    def getQuestionTitle():
        '''
        
        '''
        
        pass


    def getQuestionType():
        '''
        
        '''
        
        pass


    def setResponseValues():
        '''
        
        '''
        
        pass


    def getResponseValues():
        '''
        
        '''
        
        pass


    def setScore():
        '''
        
        '''
        
        pass


    def getScore():
        '''
        
        '''
        
        pass


    def getMaxScore():
        '''
        
        '''
        
        pass

# end of class IExamResponse


--- NEW FILE: IExamContext.py ---
# File: IExamContext.py
"""\
unknown

RCS-ID $Id: IExamContext.py,v 1.1 2004/12/14 19:48:37 yenzenz Exp $
"""
# Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed
# by FH-Aargau, Switzerland
#
# Generated: Tue Dec 14 20:43:07 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
# GNU General Public Licence (GPL)
# 
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
# Place, Suite 330, Boston, MA  02111-1307  USA
#
__author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
__docformat__ = 'plaintext'


from Interface import Base

class IExamContext(Base):
    '''
    
    '''

    #Methods

    def deliverResponse(self,questionuid):
        '''
        Returns an object that implements IExamResponse.
        '''

        pass

# end of class IExamContext




-------------------------------------------------------
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.