Update of /cvsroot/stack/stack-1-0
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16159
Modified Files:
Tag: development_xmlrqp
changelog.txt
Log Message:
default language in 'stackQuestion' taken from respective field in stackstd
hidden question metadata fields populated in stackDatabase
$stackUserLastEdited added to hidden metadata
Schemas recreated to reflect changes noted in changelog
Recursive function responsible for reading in XML file into array
Index: changelog.txt
===================================================================
RCS file: /cvsroot/stack/stack-1-0/Attic/changelog.txt,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** changelog.txt 4 Aug 2005 12:09:42 -0000 1.1.2.5
--- changelog.txt 12 Aug 2005 17:16:46 -0000 1.1.2.6
***************
*** 25,29 ****
- Some documentation additions.
- Rather than STACK not correctly installed, how about showing the installation documentation - use of index.php for this, check
! for the presence of a completed installatio
Known issues:
--- 25,36 ----
- Some documentation additions.
- Rather than STACK not correctly installed, how about showing the installation documentation - use of index.php for this, check
! for the presence of a completed installatio
!
! - Schema creation - this is created upon first installation, and where the STACK version changes in any way, this metadata is recreated
! - Exporting of questions, quizzes, and question lists
! questionUserLastUpdated field, what should it contain
!
! Each potential response now has a order element, as order is crucial.
! Question variable keyval types are encompassed within a <questionVar> XML declaration
Known issues:
***************
*** 34,39 ****
- In the potential response schema structure, the possible enumerations for RawMarkMod and AnsTest are not output. This
is a known issue and is due to the $markmods array which holds the possible values being present in stackAuthor - not
! stackQuestion as expected.
! - AnsTest values to be written out in schema.
Issues when running STACK with IIS instead of Apache:
--- 41,51 ----
- In the potential response schema structure, the possible enumerations for RawMarkMod and AnsTest are not output. This
is a known issue and is due to the $markmods array which holds the possible values being present in stackAuthor - not
! stackQuestion as expected. 12/08/2005 AnsTest values to be written out in schema.
! - Currently all metadata fields are written out - but are written default instead of what their default values are. This needs to be rectified
! - Ability to export a quiz with no questions attached
! - Adding a 'type' to quizID breaks the quiz export functionality
! - Really after exporting, the download file should be appended with the quiz listing
! - Quiz needs 'import' button
! - Head elements in schema do not have a minOcurrs and maxOccurs attributes - fails validation 12/08/2005
Issues when running STACK with IIS instead of Apache:
***************
*** 50,56 ****
Todo:
! - Exporting an individual question, a list of questions and a quiz
! - Importing an individual question, a list of questions and a quiz
! - Import tag needs to go on quiz UI
- RQP faults encapsulated within SOAP specific faults.
- Remove minOcurrs and maxOcurrs on root 'type' nodes
--- 62,68 ----
Todo:
! - Exporting an individual question, a list of questions and a quiz - DONE (10/08/2005)
! - Importing an individual question, a list of questions and a quiz
! - Version checking
- RQP faults encapsulated within SOAP specific faults.
- Remove minOcurrs and maxOcurrs on root 'type' nodes
|