--- loncom/interface/loncommon.pm 2001/12/11 13:51:38 1.13 +++ loncom/interface/loncommon.pm 2001/12/11 19:37:12 1.14 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.13 2001/12/11 13:51:38 harris41 Exp $ +# $Id: loncommon.pm,v 1.14 2001/12/11 19:37:12 harris41 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -82,6 +82,46 @@ sub BEGIN { } } +# ---------------------------------------------------------------- Language IDs +sub languageids { + +} + +# -------------------------------------------------------- Language Description +sub languagedescription { + +} + +# --------------------------------------------------------------- Copyright IDs +sub copyrightids { + +} + +# ------------------------------------------------------- Copyright Description +sub copyrightdescription { + +} + +# ------------------------------------------------------------- File Categories +sub filecategories { + +} + +# ------------------------------------------------------------------ File Types +sub fileextensions { + +} + +# ------------------------------------------------------------- Embedding Style +sub fileembstyle { + +} + +# ------------------------------------------------------------ Description Text +sub filedescription { + +} + sub get_previous_attempt { my ($symb,$username,$domain,$course)=@_; my $prevattempts='';