--- loncom/html/adm/help/tex/Author_LON-CAPA_Introduction.tex 2013/08/22 19:32:44 1.8 +++ loncom/html/adm/help/tex/Author_LON-CAPA_Introduction.tex 2017/01/17 02:58:48 1.12 @@ -7,7 +7,7 @@ The one exception to this is where your case you may be able to carry out standard file operations (copy, move, add file etc.) using your computer's standard filesystem interface, after you have established access to your authoring space volume. -LON-CAPA has three work spaces: the ROLES menu, the course/community space where courses are developed from resources, and the authoring space where resources are composed and published. There are two user manuals for LON-CAPA, a course coordinator manual and author manual. Also, there are quick reference guides to building a course and building an exam, available at \texttt{http://help.loncapa.org}. This is the author manual used to create resources such as problems that can later be added to your course. +LON-CAPA has three work spaces: the ROLES menu, the course/community space where courses are developed from resources, and the authoring space where resources are composed and published. There are two user manuals for LON-CAPA, a course coordinator manual and author manual. Also, there are quick reference guides to building a course and building an exam, available at \texttt{http://help.loncapa.org} . This is the author manual used to create resources such as problems that can later be added to your course. Before creating problems, you should have: @@ -19,7 +19,7 @@ Before creating problems, you should hav \textbf{Overview of the Authoring Process} -Graphics, problems, and html pages are all considered \textbf{resources.} Additional resources include reusable snippets of perl, xml, cascade style sheets, etc. This manual documents the process used to create and organize the more advanced types of resources. +Graphics, problems, and html pages are all considered \textbf{resources.} Additional resources include reusable snippets of perl, xml, cascading style sheets, etc. This manual documents the process used to create and organize the more advanced types of resources. The authoring process involves these steps: \begin{itemize} @@ -39,13 +39,13 @@ they were originally published. Problems are written in xml markup, which can appear complex when you first start to work with LON-CAPA if you have not done html or other coding. However, each xml element has a starting and closing argument, just like html. This manual includes a reference on xml markup used to write problems. -The authoring environment includes a 'colorful' web-based editor that can be used for authoring your first problems. Even experts will +The authoring environment includes a `colorful' web-based editor that can be used for authoring your first problems. Even experts will often start with the colorful editor to build a template for a problem. It is possible to switch back and forth between the colorful editor and xml when composing and testing your problems. Often simple issues are easier to clean up directly in xml. Also, it is easier to copy/paste xml to build additional problem sections compared to using the colorful editor. \textbf{Scripts} -The power of LON-CAPA for problem randomization and computing randomized answers is realized through writing perl script at the top of a problem. Example scripts are included in many example problems, and most resource authors publish scripts with the problems, so many examples are available. Many special functions have been created to use in scripts. This manual includes a section on writing scripts. +The power of LON-CAPA for problem randomization and computing randomized answers is realized through writing perl script at the top of a problem. Example scripts are included in many example problems, and most resource authors publish scripts with the problems, so many examples are available. Many special functions have been created for use in scripts. This manual includes a section on writing scripts. \textbf{Maxima and R}