-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FITB: multiple fillin inside table cause JSON format error #2257
Comments
The |
Here are the specific areas I will be checking in pretext-runestone-fitb.xsl. I think there are three specific locations that were not working properly based on the example provided in the pretext-support example. Two are associated with a missing comma being used to generate a JSON array, with each entry meant to match a single Fixing blankNames
Fixing feedbackArray
The template is called at line 160 using XPATH selector The variable |
Good to hear that the tip is in good shape. Courtney can do an install of the nightly easily if she needs to move forward. Here is one suggestion. First use of You want a comma before each
(Me, I'd put a comma after each But I see you need the actual number,
You could even put the node-set ( Since nothing is busted, I'll stop here, since I think you will get the idea. Let me know if you want more. This would be a good place to experiment - make some changes like this and see if a diff on output changes. And see if adding in some new nodes (like comment nodes in source!) doesn't mess with the values returned by |
Commas are missing in the blankNames and feedbackArray fields, presumably because the position() of the fillin is not counting properly to indicate ordering.
The text was updated successfully, but these errors were encountered: