--- loncom/html/adm/help/tex/Institutional_Integration_Course_Codes.tex 2011/05/26 11:53:50 1.4 +++ loncom/html/adm/help/tex/Institutional_Integration_Course_Codes.tex 2013/12/04 18:04:10 1.6 @@ -31,11 +31,11 @@ e.g., \begin{quote} \%\{\$\$cat\_titles\{'Semester'\}\} = ( \begin{quote} -fs =\textgreater 'Fall', +fs =$>$ 'Fall', -ss =\textgreater 'Spring', +ss =$>$ 'Spring', -us =\textgreater 'Summer'); +us =$>$ 'Summer'); \end{quote} \end{quote} \item reference to hash of arrays specifying sort order used in category @@ -43,14 +43,14 @@ titles (\$cat\_order), e.g., @\{\$\$cat\ \end{enumerate} The routine returns 'ok' if no errors occurred. -At MSU, {}``fs03nop590,'' is an example of an institutional course +At MSU, {}``fs13nop590'' is an example of an institutional course code; including the following entry in the instcodes hash passed in -by reference - \$\$instcodes\{'43551dedcd43febmsul1'\} = 'fs03nop590' +by reference - \$\$instcodes\{'43551dedcd43febmsul1'\} = 'fs13nop590' would cause the \$codes perl data structure to be populated. -fs03nop590 would be split as follows: +fs13nop590 would be split as follows: -\$\$codes\{\{'year'\} = '2003' +\$\$codes\{\{'year'\} = '2013' \$\$codes\{'semester'\} = 'Fall'