Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Conversation

@ericsonga
Copy link
Contributor

@ericsonga ericsonga commented Jul 17, 2017

I found the error in Jeff's code and added a conditional to protect against it. When you don't specify any separators it breaks the lines at end of line characters, but that results in one extra empty line. So I needed to guard against this with a line.length > 0.

ericsonga added 7 commits July 1, 2017 07:25
Removed the disabling of the help button.  It should have been inside a
conditional and only executed if the problem was adaptive.  But, now
that I have made the help button always active it isn’t needed.
… Parsons problems

I found the place where the div class=runestone was added and removed
it.  This was limiting the Parsons problems to a width of 500 px and we
need them to be as large as the activecode.  Otherwise you can’t have
very long code in your Parsons problems.
# Conflicts:
#	runestone/parsons/parsons.py
There was a bug with Parsons problems that didn’t have any separators.
This fixes it.
# Conflicts:
#	runestone/parsons/parsons.py
@bnmnetp
Copy link
Member

bnmnetp commented Jul 17, 2017

@aerenchyma Have you been able to make any progress on unit tests for parsons? I think this is the only one that is missing a selenium test and it would be really great to get that going.

@bnmnetp bnmnetp merged commit c4ec56b into RunestoneInteractive:master Jul 17, 2017
@aerenchyma
Copy link
Contributor

@bnmnetp Sorry -- a little bit, but I'm traveling at the moment without a lot of computer/internet access. I'll be back soon and will try to get it going.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants