-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
waec sample #232
Open
samuelIkoli
wants to merge
5
commits into
Udayraj123:master
Choose a base branch
from
samuelIkoli:waec_sample
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
waec sample #232
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
b5dabfe
waec sample
samuelIkoli 70f9aac
Merge branch 'master' into waec_sample
samuelIkoli 27714e3
changed image and improved template
samuelIkoli abfcff1
renamed file
samuelIkoli 5a94fb4
reduced file size and prettified json template
samuelIkoli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
{ | ||
"pageDimensions": [ | ||
630, | ||
404 | ||
], | ||
"bubbleDimensions": [ | ||
20, | ||
15 | ||
], | ||
"customLabels": {}, | ||
"fieldBlocks": { | ||
"MCQBlock1": { | ||
"fieldType": "QTYPE_MCQ5", | ||
"origin": [ | ||
33, | ||
6 | ||
], | ||
"fieldLabels": [ | ||
"q1", | ||
"q2", | ||
"q3", | ||
"q4", | ||
"q5", | ||
"q6", | ||
"q7", | ||
"q8", | ||
"q9", | ||
"q10", | ||
"q11", | ||
"q12", | ||
"q13", | ||
"q14", | ||
"q15", | ||
"q16", | ||
"q17", | ||
"q18", | ||
"q19", | ||
"q20" | ||
], | ||
"bubblesGap": 33, | ||
"labelsGap": 20 | ||
},"MCQBlock2": { | ||
"fieldType": "QTYPE_MCQ5", | ||
"origin": [ | ||
248, | ||
6 | ||
], | ||
"fieldLabels": [ | ||
"q21", | ||
"q22", | ||
"q23", | ||
"q24", | ||
"q25", | ||
"q26", | ||
"q27", | ||
"q28", | ||
"q29", | ||
"q30", | ||
"q31", | ||
"q32", | ||
"q33", | ||
"q34", | ||
"q35", | ||
"q36", | ||
"q37", | ||
"q38", | ||
"q39", | ||
"q40" | ||
], | ||
"bubblesGap": 33, | ||
"labelsGap": 20 | ||
},"MCQBlock3": { | ||
"fieldType": "QTYPE_MCQ5", | ||
"origin": [ | ||
465, | ||
6 | ||
], | ||
"fieldLabels": [ | ||
"q41", | ||
"q42", | ||
"q43", | ||
"q44", | ||
"q45", | ||
"q46", | ||
"q47", | ||
"q48", | ||
"q49", | ||
"q50", | ||
"q51", | ||
"q52", | ||
"q53", | ||
"q54", | ||
"q55", | ||
"q56", | ||
"q57", | ||
"q58", | ||
"q59", | ||
"q60" | ||
], | ||
"bubblesGap": 33, | ||
"labelsGap": 20 | ||
} | ||
} | ||
} |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This image seems to be cropped manually, that's fine as this is a community sample. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Done |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please prettify the json file as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done