Skip to content
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

Create a StringLowerUpper Factory #196

Open
MathyouMB opened this issue Jul 21, 2022 · 0 comments
Open

Create a StringLowerUpper Factory #196

MathyouMB opened this issue Jul 21, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MathyouMB
Copy link
Member

MathyouMB commented Jul 21, 2022

For this generator we can randomize the length and the number of upper case and lower case letters we care about

<multiple-choice>
		<question>
		<![CDATA[
			Consider strings of length 15, where each character is a lowercase letter or an uppercase letter.
			How many such strings contain at least one lowercase letter and at least one uppercase letter?
		]]>
		</question>
		<answer>$52^{15} - 26^{15}$</answer>
		<answer correct="correct">$52^{15} - 2 \cdot 26^{15}$</answer>
		<answer>$52^{15} - 3 \cdot 26^{15}$</answer>
		<answer>None of the above.</answer>
	</multiple-choice>
@MathyouMB MathyouMB added the enhancement New feature or request label Jul 21, 2022
@Corralix Corralix self-assigned this Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

2 participants