[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex About_Authors_Manual.tex Author_LON-CAPA_Introduction.tex Author_Remote_Control.tex

lira lira at source.lon-capa.org
Mon Jun 10 17:29:19 EDT 2013


lira		Mon Jun 10 21:29:19 2013 EDT

  Modified files:              
    /loncom/html/adm/help/tex	About_Authors_Manual.tex 
                             	Author_LON-CAPA_Introduction.tex 
                             	Author_Remote_Control.tex 
  Log:
  improve introduction and separate remote control description for future removal
  
Index: loncom/html/adm/help/tex/About_Authors_Manual.tex
diff -u loncom/html/adm/help/tex/About_Authors_Manual.tex:1.3 loncom/html/adm/help/tex/About_Authors_Manual.tex:1.4
--- loncom/html/adm/help/tex/About_Authors_Manual.tex:1.3	Fri Apr 25 17:27:55 2003
+++ loncom/html/adm/help/tex/About_Authors_Manual.tex	Mon Jun 10 21:29:19 2013
@@ -7,5 +7,5 @@
 Much of this document can be used as a tutorial that will introduce you to
 the authoring system. 
 
-For additional help, visit our FAQ at \texttt{http://help.loncapa.org/}.
+For additional help, search the loncapa listservs at \texttt{http://mail.lon-capa.org/mailman/swish.cgi}.
 
Index: loncom/html/adm/help/tex/Author_LON-CAPA_Introduction.tex
diff -u loncom/html/adm/help/tex/Author_LON-CAPA_Introduction.tex:1.3 loncom/html/adm/help/tex/Author_LON-CAPA_Introduction.tex:1.4
--- loncom/html/adm/help/tex/Author_LON-CAPA_Introduction.tex:1.3	Sat Jun  1 01:43:30 2013
+++ loncom/html/adm/help/tex/Author_LON-CAPA_Introduction.tex	Mon Jun 10 21:29:19 2013
@@ -1,16 +1,49 @@
 \label{Author_LON-CAPA_Introduction}
 
 LON-CAPA is a web-based interface that helps to organize and present your
-course website, deliver and manage problems, and manage student enrollment.
-All author functions are done through a web browser (Netscape 4.x or higher,
-a recent Mozilla, or IE 5+ required).
+course website, deliver and manage problems, and manage student enrollment, assessment, and grading.
+All author functions are done through a web browser (Firefox, Safari, IE or similar).
 
-There are two user manuals for LON-CAPA, a course coordinator manual and author manual. Also, quick reference guides are available for both manuals at 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, quick reference guides are available for both manuals 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.
 
-At this time, you should have:
+Before creating problems, you should have:
 
 \begin{itemize}
-\item developed your objectives for your course. 
-\item developed your problems for input into LON-CAPA and determined the appropriate
-question formats. Examples for question formats are provided when inserting a problem.
+\item developed learning objectives that you want to evaluate for your course/community
+\item determined the appropriate question formats and developed your problems for input into LON-CAPA. Examples for question formats are provided in this manual and also when authoring a problem.
+\item developed the directory structure that you plan to use to organize your resources
 \end{itemize}
+
+\textbf{Overview of the Authoring Process}
+
+Graphics, problems, and html pages are all considered \textbf{resources.} Additional resourses include reusable snippets of perl, xml, cascade style sheets, etc. This manual documents the process to create and organize the more advanced types of resources.
+
+The authoring process involves these steps:
+\begin{itemize}
+\item create or upload a resource. The resource can combine other uploaded resources such as graphics, code snippets, or problem sequences
+\item test and revise your resource
+\item publish the resource to make it available for integration into a course/community and/or sharing
+\item revise your resources after publishing to improve clarity or eliminate bugs
+\end{itemize}
+
+\textbf{Importance of Planning your Directory Structure}
+
+Once a resource is published, it can never be moved or deleted. Thus, it is important to plan your folder structure. Old resources
+can be marked obsolete, but they will remain in your folders in the originally published location.
+
+\textbf{Understanding xml and the Colorful Editor}
+
+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
+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.
+
+\textbf{Maxima and R}
+
+Two computer algebra systems are interfaced to LON-CAPA, Maxima and R. This provides for algebra and calculus problems and responses. The R system has strong capabilities for statistics. Special script functions are provided to call Maxima and R to generate correct responses for a randomized problem, and also to check student responses.
+
Index: loncom/html/adm/help/tex/Author_Remote_Control.tex
diff -u loncom/html/adm/help/tex/Author_Remote_Control.tex:1.3 loncom/html/adm/help/tex/Author_Remote_Control.tex:1.4
--- loncom/html/adm/help/tex/Author_Remote_Control.tex:1.3	Sat Jun  1 01:45:05 2013
+++ loncom/html/adm/help/tex/Author_Remote_Control.tex	Mon Jun 10 21:29:19 2013
@@ -1,9 +1,5 @@
 \label{Author_Remote_Control}
 
-\textbf{Default Inline Menu}
-
-By default, the \textbf{Inline Menu} will be enabled. The Inline Menu provides html links to access the different roles and settings. 
-
 \textbf{Remote Control}
 
 LON-CAPA also offers a \textbf{Remote Control} menu. The Remote Control is a separate pop-up browser window, and is automatically




More information about the LON-CAPA-cvs mailing list