XimeraProject / ximeraLatex

Author tools for creating Ximera activities
LaTeX Project Public License v1.3c
40 stars 35 forks source link

Issue with graded environment and grade sync #88

Open JNowellUF opened 5 years ago

JNowellUF commented 5 years ago

I seem to be having some trouble with grade sync and the graded environment. I have posted my Xourse .tex file at the bottom (with the graded environments commented out). It would seem that as soon as the first \begin{graded}{0} line is encountered, all future grading is obliterated, meaning that, as the file stands (with the graded environments not commented out), my students could only get about 29ish points of the total 50 available (set in canvas). I don't exactly remember the syntax of the graded environment, but I have tried nesting graded environments, and/or having everything in one graded environment or another but not nested, and it hasn't changed the result. I'm probably being an idiot here, so if I'm just not using it right, please let me know. As a note, with the graded environments commented out, everything appears to work fine.

Xourse File:

\documentclass{xourse}

\input{preamble}
\title{Precalculus Algebra MAC1140}

\begin{document}
\begin{abstract}
Xronos Interactive Text for MAC1140
\end{abstract}
\maketitle
\begin{onlineOnly}
% Part 1: Xronos Tutorial%
\part{Xronos Tutorial}
\chapterstyle
\activity{./xronosTutorial/goals}
\sectionstyle
\activity{./xronosTutorial/xronosBackground}
\activity{./xronosTutorial/accessingXronos}
\activity{./xronosTutorial/howToUseXronos}
\activity{./xronosTutorial/howIsMyWorkScored}
\newpage
\end{onlineOnly}

% Part 2: Course intro and syllabus
\part{MAC1140 Introduction and Syllabus}
\chapterstyle
\activity{./introductionAndSyllabus/goals}
\sectionstyle
\activity{./introductionAndSyllabus/goalsOfCourse}
\activity{./introductionAndSyllabus/differenceFromOtherCourses}
\activity{./introductionAndSyllabus/virtuesOfCBT}
\activity{./introductionAndSyllabus/methodsToPrepare}
\activity{./introductionAndSyllabus/syllabus}
\activity{./introductionAndSyllabus/gradingRubric}

\newpage

% Part 3: Mathematical Modeling
\part{Mathematical Modeling}
\chapterstyle
\activity{./mathematicalModeling/goals}
\sectionstyle
\activity{./mathematicalModeling/terminologyAndNotation}
\activity{./mathematicalModeling/whatIsMathematicalModeling}
\activity{./mathematicalModeling/logicalDeductionAndThreePhaseApproach}
\activity{./mathematicalModeling/typesOfInformation}
\activity{./mathematicalModeling/isThisActualMath}
\activity{./mathematicalModeling/mathAsALanguage}
\activity{./mathematicalModeling/numericModelWalkthrough}
\activity{./mathematicalModeling/embraceLaziness}
\activity{./mathematicalModeling/variablesAndTheirRoles}
\activity{./mathematicalModeling/detailedGeneralizedModelWalkthrough}
\newpage

% Part 4: Functions and universal properties including graphing, domain/range, types of variables, etc. %%
\part{Functions, Variables, and Universal Properties}
\chapterstyle
\activity{./functionsAndGraphs/goals}
\sectionstyle
\activity{./functionsAndGraphs/terminologyAndNotation}
\activity{./functionsAndGraphs/functionsBlackestMagic}
\activity{./functionsAndGraphs/domainCodomainRange}
\activity{./functionsAndGraphs/functionNotation}
\activity{./functionsAndGraphs/functionComposition}

\chapterstyle
\activity{./functionsAndGraphs/graphing}
\sectionstyle
\activity{./functionsAndGraphs/frenchHistoryAndDinosaurs}
\activity{./functionsAndGraphs/graphingToRelateVariables}
\activity{./functionsAndGraphs/accuracyAndPrecision}
\activity{./functionsAndGraphs/verticalLineTest}

\chapterstyle
\activity{./functionsAndGraphs/libraryOfFunctions}
\sectionstyle
\activity{./functionsAndGraphs/parentFunctions}

\chapterstyle
\activity{./functionsAndGraphs/universalProperties}
\sectionstyle
\activity{./functionsAndGraphs/geometricVsAnalyticViewpoints}
\activity{./functionsAndGraphs/geometricView}
\activity{./functionsAndGraphs/analyticView}

\activity{./functionsAndGraphs/rigidTranslationsIntro}
\activity{./functionsAndGraphs/rigidTranslationsGeometric}
\activity{./functionsAndGraphs/rigidTranslationsAnalytic}

\activity{./functionsAndGraphs/transformations}
\activity{./functionsAndGraphs/translationsAndTransformations}

\activity{./functionsAndGraphs/pointsOfUniversalInterest}
\activity{./functionsAndGraphs/algebraOfFunctions}
\activity{./functionsAndGraphs/equalsSignsAreMagic}
\activity{./functionsAndGraphs/oneAndZero}

\activity{./functionsAndGraphs/Practice/sectionReview}

%\begin{graded}{0}% Practice isn't mandatory.
    \practice{./functionsAndGraphs/Practice/unlimitedPractice}
    \practice{./functionsAndGraphs/Practice/unlimitedPracticeTwo}
    \activity{./examReview/ExamOne}
%\end{graded}
\newpage

% Part 5: Individual Function-Type exploration.
\part{Exploration of Functions}
\chapterstyle
\activity{./explorePolynomials/goals}
\sectionstyle
\activity{./explorePolynomials/terminologyAndNotation}
\activity{./explorePolynomials/polynomialContext}
\activity{./explorePolynomials/fundamentalTheoremOfAlgebra}
\activity{./explorePolynomials/historicalPolynomialInterjection}
\activity{./explorePolynomials/exponentsAndExtrema}
\activity{./explorePolynomials/curvature}
\newpage

\chapterstyle
\activity{./explorePolynomials/factoringOne}
\sectionstyle
\activity{./explorePolynomials/factoringACMethod}
\activity{./explorePolynomials/factoringByGrouping}
\activity{./explorePolynomials/factoringSpecialForms}
%\end{graded}
%\begin{graded}[0]% Practice isn't mandatory.
    \practice{./explorePolynomials/factoringPractice}
%\end{graded}
\activity{./explorePolynomials/completingTheSquare}
\activity{./explorePolynomials/polyLongDivision}
\activity{./explorePolynomials/polySyntheticDivision}
%\begin{graded}[0]% Practice isn't mandatory.
    \practice{./explorePolynomials/divisionPractice}
%\end{graded}
\activity{./explorePolynomials/rationalRootTheorem}
%\begin{graded}[0]% Practice isn't mandatory.
    \practice{./explorePolynomials/rationalRootPractice}
%\end{graded}
\activity{./explorePolynomials/complexNumbers}
\activity{./explorePolynomials/simplifyingComplexNumbers}
\activity{./explorePolynomials/factoringQuadraticFormula}
\newpage

\chapterstyle
\activity{./exploreRadicals/goals}
\sectionstyle
\activity{./exploreRadicals/terminologyAndNotation}
\activity{./exploreRadicals/whyRadicals}
\activity{./exploreRadicals/simplifyingNumericRadicals}
\activity{./exploreRadicals/typesOfRadicands}
\activity{./exploreRadicals/squareRootAsInverseFunction}
\activity{./exploreRadicals/solvingUnsimplifiedRadicals}
\newpage

\chapterstyle
\activity{./exploreExponentials/goals}
\sectionstyle
%\activity{./exploreExponentials/terminologyAndNotation}
\activity{./exploreExponentials/exponentialReview}
\activity{./exploreExponentials/propertiesOfExponentials}
\activity{./exploreExponentials/propertiesOfExponentialFunctions}
\activity{./exploreExponentials/exponentialGrowthAndDecay}
\newpage

\chapterstyle
\activity{./exploreLogarithms/goals}
\sectionstyle
\activity{./exploreLogarithms/terminologyAndNotation}
\activity{./exploreLogarithms/notationAndIntroduction}
\activity{./exploreLogarithms/propertiesOfLogs}
\activity{./exploreLogarithms/commonMistakes}
\activity{./exploreLogarithms/changeOfBase}
\activity{./exploreLogarithms/examplesOfLogs}

\end{document}