Diff for /modules/gci/README between versions 1.8 and 1.9

version 1.8, 2009/10/04 16:08:22 version 1.9, 2010/01/17 21:07:46
Line 1 Line 1
 # $Id$  
  Customized version of LON-CAPA for the Geoscience Concept Inventory   Customized version of LON-CAPA for the Geoscience Concept Inventory
 - WebCenter portal page  - WebCenter front page
 - Custom login page with "sign-up" button for users to request account  - Custom login page with "sign-up" button for users to request account
   and log-in for existing users - domain set to gci automatically.    and log-in for existing users - domain set to gci automatically.
 - When creating a new user account, users will automatically submit a  - When creating a new user account, users will automatically submit a
Line 14 Line 13
   (b) gcitest - home domain for Concept tests which faculty can use with their students.    (b) gcitest - home domain for Concept tests which faculty can use with their students.
               - home domain for students enrolled in Concept Test "courses".                - home domain for students enrolled in Concept Test "courses".
 - Custom phrases within gci.pm "language" file for gci domain and gct.pm "language" file for gcitest domain.  - Custom phrases within gci.pm "language" file for gci domain and gct.pm "language" file for gcitest domain.
   - Custom tabbed interface to allow easy switch between "Concept Inventory", 
     "Submissions", "Create Test", and "Manage Tests". 
   
 GCI_2 is based on LON-CAPA 2.9.X with the following modified files:  GCI_3 is based on LON-CAPA 3.0 with the following modified files:
     
 doc/loncapafiles/loncapafiles.lpml 1.645.4.11  doc/loncapafiles/loncapafiles.lpml 1.668.2.6
 loncom/auth/lonlogout.pm 1.37.4.1  loncom/auth/lonlogout.pm 1.38.8.1
 loncom/auth/lonroles.pm 1.231.6.2  loncom/auth/lonroles.pm 1.240.2.11
 loncom/build/Makefile 1.190.2.1  loncom/build/Makefile 1.190.4.1
 loncom/homework/essayresponse.pm 1.101.8.1  loncom/lond 1.435.2.1
 loncom/homework/inputtags.pm 1.259.2.1  loncom/homework/essayresponse.pm 1.101.10.1
 loncom/interface/createaccount.pm 1.36.10.1  loncom/homework/grades.pm 1.581.2.1
 loncom/interface/domainprefs.pm 1.102.4.3  loncom/homework/inputtags.pm 1.260.4.1
 loncom/interface/loncoursequeueadmin.pm 1.9.2.2  loncom/homework/structuretags.pm 1.461
 loncom/interface/loncreateuser.pm 1.295.8.2  loncom/interface/createaccount.pm 1.37.2.1
 loncom/interface/londocs.pm 1.325.4.2  loncom/interface/domainprefs.pm 1.123.2.1
 loncom/interface/lonnavmaps.pm 1.423.4.2  loncom/interface/loncommon.pm 1.925.2.9
 loncom/interface/lonpreferences.pm 1.125.8.2  loncom/interface/loncoursequeueadmin.pm 1.12.2.6
 loncom/interface/lonremote.pm 1.31.4.1  loncom/interface/loncreateuser.pm 1.329.2.1
 loncom/interface/lonrequestcourse.pm 1.36.2.2  loncom/interface/londocs.pm 1.411.2.4
 loncom/interface/resetpw.pm 1.17.10.2  loncom/interface/lonhtmlcommon.pm 1.253.2.2
 loncom/localize/lonlocal.pm 1.60.2.1  loncom/interface/lonindexer.pm 1.203.2.1
   loncom/interface/lonmainmenu.pm 1.8.4.7
   loncom/interface/lonmenu.pm 1.309.2.12
   loncom/interface/lonmsgdisplay.pm 1.139.2.1
   loncom/interface/lonnavmaps.pm 1.440.2.1
   loncom/interface/lonpreferences.pm 1.179.2.2
   loncom/publisher/lonpublisher.pm 1.265.2.1
   loncom/interface/lonrequestcourse.pm 1.41.2.3
   loncom/interface/lonstatistics.pm 1.148.2.3
   loncom/interface/lonuserutils.pm 1.109.2.2
   loncom/interface/lonwhatsnew.pm 1.98.2.1
   loncom/interface/resetpw.pm 1.22.2.1
   loncom/localize/lonlocal.pm 1.60.4.1
   loncom/lonnet/perl/lonnet.pm 1.1048.2
   
 and the following added files:  and the following added files:
   
 modules/gci/css/gci/login.css  modules/gci/css/gci/login.css
   modules/gci/css/gci/portal.css
 modules/gci/css/gcitest/login.css  modules/gci/css/gcitest/login.css
 modules/gci/gci.pm  modules/gci/gci.pm 1.6
 modules/gci/gct.pm  modules/gci/gct.pm 1.2
 modules/gci/images/devcycle.jpg  modules/gci/help/png/CreateConceptTest1.png
 modules/gci/images/devcyclesmall.jpg  modules/gci/help/png/CreateConceptTest2.png
 modules/gci/images/earth.gif  modules/gci/help/png/CreateConceptTest3.png
 modules/gci/images/question.jpg  modules/gci/help/png/CreateConceptTest4.png
   modules/gci/help/png/CreateConceptTest5.png
   modules/gci/help/png/CreateConceptTest6.png
   modules/gci/help/png/CreateConceptTest7.png
   modules/gci/help/png/CreateConceptTest8.png
   modules/gci/help/png/CreateConceptTest9.png
   modules/gci/help/tex/Concept_Test_Creation.tex 
 modules/gci/images/login/gci/logo_smrnd.png  modules/gci/images/login/gci/logo_smrnd.png
 modules/gci/images/login/gci/r1_c1.gif  modules/gci/images/login/gci/r1_c1.gif
 modules/gci/images/login/gci/r1_c7.gif  modules/gci/images/login/gci/r1_c7.gif
Line 63  modules/gci/images/login/gcitest/r8_c4.p Line 84  modules/gci/images/login/gcitest/r8_c4.p
 modules/gci/images/login/gcitest/r8_c6.png  modules/gci/images/login/gcitest/r8_c6.png
 modules/gci/images/login/gcitest/r9_c1.gif  modules/gci/images/login/gcitest/r9_c1.gif
 modules/gci/images/login/gcitest/r9_c7.gif  modules/gci/images/login/gcitest/r9_c7.gif
 modules/gci/index.html  modules/gci/index.html 1.6
 modules/gci/londocsgci.pm  modules/gci/londocsgci.pm 1.11
 modules/gci/lonlogin.pm (replaces loncom/auth/lonlogin.pm)  modules/gci/lonlogin.pm (replaces loncom/auth/lonlogin.pm) 1.9
 modules/gci/portal/identifyalternative.html  
 modules/gci/portal/identifytarget.html  
 modules/gci/portal/peerreview.html  
 modules/gci/portal/pilotquestions.html  
 modules/gci/portal/quantitative.html  
 modules/gci/portal/thinkaloud.html  
 modules/gci/portal/userfeedback.html  
 modules/gci/portal/writequestion.html  
   

Removed from v.1.8  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>