Skip to content

Feat:Added AngelicaCastilloProvider.java and AngelicaCastil lo.json Lessson_09-AngelicaC #315

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

Closed
wants to merge 12 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions lesson_05/AngelicaC/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## User story 1
As a gamer, I want to order food without having to stop playing.So I can continue gaming as my food arrives.

## User story 2
As a student, I want an app that will organize all my homework.So, that I can know when each assigment is due.

## User story 3
As a gamer I want to link my phone to my game console/pc.So, I can receive messages and notification while still playing.
20 changes: 10 additions & 10 deletions lesson_05/quiz/src/lesson5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class Lesson5 {
[AnswerChoice.C, "To insert an image"],
[AnswerChoice.D, "To create a paragraph"],
]),
AnswerChoice.UNANSWERED,
AnswerChoice.B,
);
}

Expand All @@ -52,7 +52,7 @@ export class Lesson5 {
[AnswerChoice.C, "alt"],
[AnswerChoice.D, "href"],
]),
AnswerChoice.UNANSWERED,
AnswerChoice.C,
);
}

Expand All @@ -66,7 +66,7 @@ export class Lesson5 {
[AnswerChoice.C, "<div>"],
[AnswerChoice.D, "<link>"],
]),
AnswerChoice.UNANSWERED,
AnswerChoice.B,
);
}

Expand All @@ -80,7 +80,7 @@ export class Lesson5 {
[AnswerChoice.C, "<span>"],
[AnswerChoice.D, "<br>"],
]),
AnswerChoice.UNANSWERED,
AnswerChoice.B,
);
}

Expand All @@ -94,7 +94,7 @@ export class Lesson5 {
[AnswerChoice.C, "Computer Style Sheets"],
[AnswerChoice.D, "Cascading System Sheets"],
]),
AnswerChoice.UNANSWERED,
AnswerChoice.B,
);
}

Expand All @@ -108,7 +108,7 @@ export class Lesson5 {
[AnswerChoice.C, "text-color"],
[AnswerChoice.D, "background-color"],
]),
AnswerChoice.UNANSWERED,
AnswerChoice.B,
);
}

Expand All @@ -122,7 +122,7 @@ export class Lesson5 {
[AnswerChoice.C, "/* this is a comment */"],
[AnswerChoice.D, "<!-- this is a comment -->"],
]),
AnswerChoice.UNANSWERED,
AnswerChoice.C,
);
}

Expand All @@ -136,7 +136,7 @@ export class Lesson5 {
[AnswerChoice.C, "text-size"],
[AnswerChoice.D, "text-style"],
]),
AnswerChoice.UNANSWERED,
AnswerChoice.B,
);
}

Expand All @@ -150,7 +150,7 @@ export class Lesson5 {
[AnswerChoice.C, "inline-block"],
[AnswerChoice.D, "none"],
]),
AnswerChoice.UNANSWERED,
AnswerChoice.B,
);
}

Expand All @@ -164,7 +164,7 @@ export class Lesson5 {
[AnswerChoice.C, "<stylesheet link='styles.css'>"],
[AnswerChoice.D, "<css href='styles.css'>"],
]),
AnswerChoice.UNANSWERED,
AnswerChoice.A,
);
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
package com.codedifferently.lesson9.dataprovider;

import java.util.Map;
import org.springframework.stereotype.Service;

@Service
public class AngelicaCastilloProvider extends DataProvider {
public String getProviderName() {
return "AngelicaCastillo";
}

public Map<String, Class> getColumnTypeByName() {
return Map.of(
"column1", Float.class,
"column2", Double.class,
"column3", Long.class,
"column4", Integer.class,
"column5", Boolean.class,
"column6", String.class,
"column7", Short.class);
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
[
{
"column1": "2.4223909E38",
"column2": "7.592702706190038E307",
"column3": "5160586786062107648",
"column4": "1676180257",
"column5": "false",
"column6": "hv49n",
"column7": "750"
},
{
"column1": "2.873433E38",
"column2": "1.2114891054482373E308",
"column3": "1820065418251722752",
"column4": "132933593",
"column5": "false",
"column6": "l41kj8",
"column7": "18704"
},
{
"column1": "2.8924133E37",
"column2": "1.0447447636281675E308",
"column3": "7884561658645072896",
"column4": "246570666",
"column5": "true",
"column6": "4v80swbcn",
"column7": "23576"
},
{
"column1": "2.14642E38",
"column2": "4.1118691348754354E307",
"column3": "4818735800980586496",
"column4": "1474488126",
"column5": "false",
"column6": "hi9jnpf6sb4",
"column7": "23728"
},
{
"column1": "1.1292722E38",
"column2": "4.0546590782807535E307",
"column3": "3415113784579355648",
"column4": "422065658",
"column5": "true",
"column6": "roc8agsze",
"column7": "14343"
},
{
"column1": "2.8860066E38",
"column2": "1.1906648027121294E308",
"column3": "7674972397937440768",
"column4": "1461118444",
"column5": "false",
"column6": "pw1jmrl",
"column7": "2796"
},
{
"column1": "1.4862326E38",
"column2": "1.2843085670733384E308",
"column3": "7347441136973435904",
"column4": "710026337",
"column5": "true",
"column6": "czohgxwqn",
"column7": "11682"
},
{
"column1": "2.7844104E38",
"column2": "1.793641177249684E308",
"column3": "6555735649887260672",
"column4": "1377192351",
"column5": "true",
"column6": "ft8n12ge",
"column7": "24760"
},
{
"column1": "1.3244666E38",
"column2": "3.7012702154442536E307",
"column3": "2173961939385975040",
"column4": "1252739064",
"column5": "false",
"column6": "6beajd0fg2c",
"column7": "2881"
},
{
"column1": "2.437312E38",
"column2": "1.2743341032333298E308",
"column3": "6170659134140308480",
"column4": "251692341",
"column5": "false",
"column6": "4jnh15ol",
"column7": "531"
}
]