Pinned Repositories
android_quiz_game
Quiz game that asks true/false questions. Answer questions to increase your score. Score summary activity is shown after a certain number of questions are answered.
bubbles-yomal
A MakeCode project
ChemistryQA
Sampla Q A app
construct_diet
Application with which you can choose the ideal diet for weight loss, based on its parameters, preferences and recommendations.
downloads
downloads
downtown
A city guide app
dryomal
fitness-app
A fitness/workout app written in Flutter.
GeoQuiz-
Questions related to geography and simple answer choices: True or false. Will get points according to the correct answers.
yomalsami's Repositories
yomalsami/android_quiz_game
Quiz game that asks true/false questions. Answer questions to increase your score. Score summary activity is shown after a certain number of questions are answered.
yomalsami/downtown
A city guide app
yomalsami/GeoQuiz-
Questions related to geography and simple answer choices: True or false. Will get points according to the correct answers.
yomalsami/Quizzes-Mobile-App
An app that allows people to take quizzes and count scores. There are three types of question: Multiple Choice, True/False, and Fill-in-the-Blank
yomalsami/survey-test-program
Your task is to develop a generic survey/test taking system. The system is to be written in JAVA. The following system requirements must be met. 1) Develop a system that allows a survey/test to be entered, modified, stored, loaded, taken and tabulated/graded. The survey should be stored in a file system, you may use an XML or a binary format, but do not have to. Each survey should be stored in an individual file. 2) A survey/test can be composed of any combination of: True/False, Multiple Choice, short answer, essay answer, matching, rank the choices. Each question can accept a single answer or if appropriate, multiple answers. Obviously a True/False question would not accept multiple answers. 3) Each test question, aside from essays, should have some sort of correct answer. This implies that each question can therefore be graded. 4) A results module should be developed that indicates the totals for a particular survey or test.