quick_exam 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,107 @@
1
+ Q1. Who are all ________ people?
2
+ A. this
3
+ B. those !Correct
4
+ C. them
5
+ D. that
6
+
7
+ Q2. Claude is ________.
8
+ A. Frenchman
9
+ B. a French !Correct
10
+ C. a Frenchman
11
+ D. French man
12
+
13
+ Q3. I ____ a car next year.
14
+ A. buy
15
+ B. am buying !Correct
16
+ C. going to buy
17
+ D. bought
18
+
19
+ Q4. They are all ________ ready for the party.
20
+ A. getting !Correct
21
+ B. going
22
+ C. doing
23
+ D. putting
24
+
25
+ Q5. When do you go ________ bed?
26
+ A. to !Correct
27
+ B. to the
28
+ C. in
29
+ D. in the
30
+
31
+ Q6. London is famous for _____ red buses.
32
+ A. it’s
33
+ B. its !Correct
34
+ C. it
35
+ D. it is
36
+
37
+ Q7. Is there _____ milk in the fridge?
38
+ A. a lot
39
+ B. many
40
+ C. much
41
+ D. some !Correct
42
+
43
+ Q8. There is a flower shop in front _____ my house.
44
+ A. of !Correct
45
+ B. to
46
+ C. off
47
+ D. in
48
+
49
+ Q9. Where are _____ children? – They go to school.
50
+ A. the !Correct
51
+ B. you
52
+ C. a
53
+ D. an
54
+
55
+ Q10. Those students are working very _____ for their next exams.
56
+ A. hardly
57
+ B. hard !Correct
58
+ C. harder
59
+ D. hardest
60
+
61
+ Q11. Jane _____ as a fashion designer for ten years before becoming a famous singer.
62
+ A. worked !Correct
63
+ B. is working
64
+ C. works
65
+ D. will work
66
+
67
+ Q12. Dan can _____ the drum very well.
68
+ A. play !Correct
69
+ B. do
70
+ C. make
71
+ D. think
72
+
73
+ Q13. My friend is ______ so she has a lot of free time.
74
+ A. singer
75
+ B. married
76
+ C. single !Correct
77
+ D. free
78
+
79
+ Q14. I know somebody ________ can play the guitar.
80
+ A. he
81
+ B. who !Correct
82
+ C. what
83
+ D. that he
84
+
85
+ Q15. Did you ask your father ________ some money?
86
+ A. 0
87
+ B. after
88
+ C. on
89
+ D. for !Correct
90
+
91
+ Q16. You look ________ in red!
92
+ A. most nicely
93
+ B. too nice
94
+ C. nicely
95
+ D. very nice !Correct
96
+
97
+ Q17. We know their address, but they don’t know ________.
98
+ A. ours !Correct
99
+ B. their’s
100
+ C. our’s
101
+ D. our
102
+
103
+ Q18. Can you use ________ computer?
104
+ A. a !Correct
105
+ B. one
106
+ C. two
107
+ D. an
metadata ADDED
@@ -0,0 +1,132 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: quick_exam
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Tang Quoc Minh
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-09-20 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: thor
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 1.0.1
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - "~>"
28
+ - !ruby/object:Gem::Version
29
+ version: '1.0'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 1.0.1
33
+ - !ruby/object:Gem::Dependency
34
+ name: bundler
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: '2.1'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 2.1.4
43
+ type: :development
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - "~>"
48
+ - !ruby/object:Gem::Version
49
+ version: '2.1'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 2.1.4
53
+ description: You can shuffle or randomize quiz questions and answers. Shuffling is
54
+ also an effective way of preventing cheating because no two learners get questions
55
+ in the same order while taking the same quiz.
56
+ email: vhquocminhit@gmail.com
57
+ executables:
58
+ - console
59
+ - quick_exam
60
+ - setup
61
+ extensions: []
62
+ extra_rdoc_files: []
63
+ files:
64
+ - ".gitignore"
65
+ - ".ruby-version"
66
+ - CHANGELOG.md
67
+ - CODE_OF_CONDUCT.md
68
+ - Gemfile
69
+ - LICENSE.txt
70
+ - README.md
71
+ - bin/console
72
+ - bin/quick_exam
73
+ - bin/setup
74
+ - lib/quick_exam.rb
75
+ - lib/quick_exam/analyst/base_docx.rb
76
+ - lib/quick_exam/analyst/base_html.rb
77
+ - lib/quick_exam/analyst/base_text.rb
78
+ - lib/quick_exam/analyst/common.rb
79
+ - lib/quick_exam/analyzer.rb
80
+ - lib/quick_exam/cli.rb
81
+ - lib/quick_exam/core_ext.rb
82
+ - lib/quick_exam/export.rb
83
+ - lib/quick_exam/format.rb
84
+ - lib/quick_exam/handle_error.rb
85
+ - lib/quick_exam/record.rb
86
+ - lib/quick_exam/record_collection.rb
87
+ - lib/quick_exam/version.rb
88
+ - quick_exam.gemspec
89
+ - sample/quick_sample.docx
90
+ - sample/quick_sample.html
91
+ - sample/quick_sample.txt
92
+ homepage: https://github.com/rubykachu/quick_exam
93
+ licenses:
94
+ - MIT
95
+ metadata:
96
+ allowed_push_host: https://rubygems.org/
97
+ homepage_uri: https://github.com/rubykachu/quick_exam
98
+ source_code_uri: https://github.com/rubykachu/quick_exam/tree/master
99
+ changelog_uri: https://github.com/rubykachu/quick_exam/tree/master/CHANGELOG.md
100
+ documentation_uri: https://github.com/rubykachu/quick_exam/tree/master/README.md
101
+ bug_tracker_uri: https://github.com/rubykachu/quick_exam/issues
102
+ post_install_message: |
103
+ .-------------------.
104
+ | Hi! quick_exam |
105
+ '-------------------'
106
+ ^ (_/)
107
+ '----- (O.o)
108
+ (> <)
109
+
110
+ Thanks for installing
111
+ Gem quick_exam 1.0.0 (latest) (c) 2020 Tang Quoc Minh [vhquocminhit@gmail.com]
112
+
113
+ -------------------
114
+ rdoc_options: []
115
+ require_paths:
116
+ - lib
117
+ required_ruby_version: !ruby/object:Gem::Requirement
118
+ requirements:
119
+ - - ">="
120
+ - !ruby/object:Gem::Version
121
+ version: 2.4.0
122
+ required_rubygems_version: !ruby/object:Gem::Requirement
123
+ requirements:
124
+ - - ">="
125
+ - !ruby/object:Gem::Version
126
+ version: '0'
127
+ requirements: []
128
+ rubygems_version: 3.0.8
129
+ signing_key:
130
+ specification_version: 4
131
+ summary: You can shuffle or randomize quiz questions and answers.
132
+ test_files: []